public final class ExportExcelExtensions extends Object
ExportExcelExtensions.| Constructor and Description |
|---|
ExportExcelExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static List<String[][]> |
exportWorkbook(File excelSheet)
Exportiert die übergebene excel-Datei in eine Liste mit zweidimensionalen Arrays für jeweils
ein sheet in der excel-Datei.
|
static List<List<List<String>>> |
exportWorkbookAsStringList(File excelSheet)
Exportiert die übergebene excel-Datei in eine geschachtelte Liste mit Listen von sheets und
Listen von den Zeilen der sheets von der excel-Datei.
|
static org.apache.poi.hssf.usermodel.HSSFWorkbook |
replaceNullCellsIntoEmptyCells(File excelSheet)
Replace null cells into empty cells.
|
public static List<String[][]> exportWorkbook(File excelSheet) throws IOException, FileNotFoundException
excelSheet - Die excel-Datei.IOException - Fals ein Fehler beim Lesen aufgetreten ist.FileNotFoundException - Fals die excel-Datei nicht gefunden wurde.public static List<List<List<String>>> exportWorkbookAsStringList(File excelSheet) throws IOException, FileNotFoundException
excelSheet - Die excel-Datei.IOException - Fals ein Fehler beim Lesen aufgetreten ist.FileNotFoundException - Fals die excel-Datei nicht gefunden wurde.public static org.apache.poi.hssf.usermodel.HSSFWorkbook replaceNullCellsIntoEmptyCells(File excelSheet) throws IOException, FileNotFoundException
excelSheet - the excel sheetIOException - Signals that an I/O exception has occurred.FileNotFoundException - the file not found exceptionCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrängt). All rights reserved.