public class ExcelReader extends Object
| Constructor and Description |
|---|
ExcelReader() |
| Modifier and Type | Method and Description |
|---|---|
List<SheetDefinition> |
read(List<ImportSheetDefinition> importDef,
InputStream is) |
List<SheetDefinition> |
readAllSheets(InputStream is) |
SheetDefinition |
readFirstSheet(InputStream is) |
SheetDefinition |
readFirstSheet(InputStream is,
StructureMappings mappings,
List<String> columnsToImport) |
SheetDefinition |
readSheet(String name,
InputStream is) |
void |
setSkipEmptyRows(boolean skipEmptyRows) |
public void setSkipEmptyRows(boolean skipEmptyRows)
public SheetDefinition readFirstSheet(InputStream is)
public SheetDefinition readFirstSheet(InputStream is, StructureMappings mappings, List<String> columnsToImport)
public SheetDefinition readSheet(String name, InputStream is)
public List<SheetDefinition> read(List<ImportSheetDefinition> importDef, InputStream is)
public List<SheetDefinition> readAllSheets(InputStream is)
Copyright © 2023 Suncode. All rights reserved.