Package com.palantir.transforms.excel.form
package com.palantir.transforms.excel.form
FormParser
and related classes.-
ClassDescriptionA collection of XML
VmlShape
objects extracted from a sheet's legacyDrawing element as returned fromCTWorksheet.getLegacyDrawing()
.The definition of a field to be extracted from a form-style Excel, including the column name to assign to the value in the output dataframe and logic for extracting the value.AParser
for extracting data in a non-tabular format.A builder for creating instances ofFormParser
.A location within aSheet
as defined by a 0-indexed row, column pair.Logic for extracting a value from a form-style Excel sheet, as used in aFieldSpec
.Information passed toValueExtractor.extractValue(ValueExtractorParameters)
.