Package com.palantir.transforms.excel.table
package com.palantir.transforms.excel.table
TableParser and related classes.-
ClassDescriptionA setting to control the behavior for normalizing case in column names automatically inferred from a header in the input Excel data.Information used by a
RowExtractorto identify where tabular data is located and the names associated with each column.A builder for creating instances ofHeader.A function that, given a sheet, returns aHeader, which guides subsequent extraction of rows with aRowExtractor.AHeaderExtractorfor extracting complex headers consisting of multiple rows with a hierarchy of merged cells.A builder for constructing an instance ofMultilayerMergedHeaderExtractor.A function that, given theHeaderreturned from aHeaderExtractorand aSheetreturned from aSheetSelector, extracts data.A simpleStopConditionthat tells aSimpleRowExtractorto stop extracting data after a specific row in the sheet.Information passed toStopCondition.shouldStop(ShouldStopParameters).AHeaderExtractorappropriate for extracting a single-row header.A builder for constructing an instance ofSimpleHeaderExtractor.The default implementation ofRowExtractor.A function that, given some information about a row, returns true if that row should not be extracted and furthermore that extraction of data from the sheet should stop upon seeing that row.AParserfor extracting tabular data from Excel.A builder for creating instances ofTableParser.