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
RowExtractor
to 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
.AHeaderExtractor
for extracting complex headers consisting of multiple rows with a hierarchy of merged cells.A builder for constructing an instance ofMultilayerMergedHeaderExtractor
.A function that, given theHeader
returned from aHeaderExtractor
and aSheet
returned from aSheetSelector
, extracts data.A simpleStopCondition
that tells aSimpleRowExtractor
to stop extracting data after a specific row in the sheet.Information passed toStopCondition.shouldStop(ShouldStopParameters)
.AHeaderExtractor
appropriate 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.AParser
for extracting tabular data from Excel.A builder for creating instances ofTableParser
.