public class CsvExcelReadExecutor extends Object implements ExcelReadExecutor
| Constructor and Description |
|---|
CsvExcelReadExecutor(CsvReadContext csvReadContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Overrides the execute method to parse and process CSV files.
|
List<ReadSheet> |
sheetList()
Returns the actual sheet in excel
|
public CsvExcelReadExecutor(CsvReadContext csvReadContext)
public List<ReadSheet> sheetList()
ExcelReadExecutorsheetList in interface ExcelReadExecutorpublic void execute()
execute in interface ExcelReadExecutorCopyright © 2024–2025 fast-excel. All rights reserved.