接口 | 说明 |
---|---|
XlsRecordHandler |
Intercepts handle xls reads.
|
类 | 说明 |
---|---|
AbstractXlsRecordHandler | |
XlsListSheetListener |
In some cases, you need to know the number of sheets in advance and only read the file once in advance.
|
XlsSaxAnalyser |
/** * A text extractor for Excel files. *
* Returns the textual content of the file, suitable for * indexing by something like Lucene, but not really *
intended for display to the user. *
*
* To turn an excel file into a CSV or similar, then see * the XLS2CSVmra example *
* * @see XLS2CSVmra
|