public class SheetImporter extends Object implements org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler
| Constructor and Description |
|---|
SheetImporter(Properties pSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
cell(String pCellReference,
String pFormattedValue,
org.apache.poi.xssf.usermodel.XSSFComment pComment) |
void |
endRow(int pRowNum) |
void |
startRow(int pRowNum) |
public SheetImporter(Properties pSettings)
pSettings - public void cell(String pCellReference, String pFormattedValue, org.apache.poi.xssf.usermodel.XSSFComment pComment)
cell in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandlerpublic void endRow(int pRowNum)
endRow in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandlerpublic void startRow(int pRowNum)
startRow in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandlerCopyright © 2019. All rights reserved.