Package com.palantir.transforms.excel.form
package com.palantir.transforms.excel.form
FormParser and related classes.-
ClassDescriptionA collection of XML
VmlShapeobjects 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.AParserfor extracting data in a non-tabular format.A builder for creating instances ofFormParser.A location within aSheetas 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).