protected static class XSSFExcelExtractorDecorator.SheetTextAsHTML extends Object implements org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
footers |
protected List<String> |
headers |
| Modifier | Constructor and Description |
|---|---|
protected |
SheetTextAsHTML(OfficeParserConfig config,
XHTMLContentHandler xhtml) |
| Modifier and Type | Method and Description |
|---|---|
void |
cell(String cellRef,
String formattedValue,
org.apache.poi.xssf.usermodel.XSSFComment comment) |
void |
endRow(int rowNum) |
void |
headerFooter(String text,
boolean isHeader,
String tagName) |
void |
startRow(int rowNum) |
protected SheetTextAsHTML(OfficeParserConfig config, XHTMLContentHandler xhtml)
public void startRow(int rowNum)
startRow in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandlerpublic void endRow(int rowNum)
endRow in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandlerpublic void cell(String cellRef, String formattedValue, org.apache.poi.xssf.usermodel.XSSFComment comment)
cell in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandlerCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.