public class XlsxParser extends CustomParser
CustomParser.CustomInspectDataOut, CustomParser.DataIn, CustomParser.DataOut, CustomParser.ParserSetup, CustomParser.ParserType, CustomParser.PSetupGuess, CustomParser.StreamData, CustomParser.StreamDataOut_setup, CHAR_COMMA, CHAR_CR, CHAR_DOUBLE_QUOTE, CHAR_FF, CHAR_LF, CHAR_NULL, CHAR_SINGLE_QUOTE, CHAR_SPACE, CHAR_TAB, CHAR_VT, MAX_PREVIEW_COLS, MAX_PREVIEW_LINES| Constructor and Description |
|---|
XlsxParser() |
XlsxParser(CustomParser.ParserSetup setup) |
| Modifier and Type | Method and Description |
|---|---|
XlsxParser |
clone() |
boolean |
isCompatible(CustomParser p) |
CustomParser.DataOut |
streamParse(java.io.InputStream is,
CustomParser.DataOut dout) |
headers, isEOL, isWhitespace, parallelParse, parallelParseSupported, streamParsefrozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic XlsxParser(CustomParser.ParserSetup setup)
public XlsxParser()
public XlsxParser clone()
clone in class CustomParserpublic CustomParser.DataOut streamParse(java.io.InputStream is, CustomParser.DataOut dout)
streamParse in class CustomParserpublic boolean isCompatible(CustomParser p)
isCompatible in class CustomParser