public abstract class AbstractBulkImportExcel extends AbstractBulkImport
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBulkImportExcel(int nHeaderRowsToSkip,
List<com.helger.commons.text.display.IHasDisplayText> aColumns,
EExchangeFileType... aFileTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected static com.helger.commons.state.ETriState |
getCellAsBoolean(int nRowIndex,
org.apache.poi.ss.usermodel.Cell aCell,
BulkImportResult aRes,
Locale aDisplayLocale) |
protected static Date |
getCellAsDate(int nRowIndex,
org.apache.poi.ss.usermodel.Cell aCell,
BulkImportResult aRes,
Locale aDisplayLocale) |
protected static Integer |
getCellAsInteger(int nRowIndex,
org.apache.poi.ss.usermodel.Cell aCell,
BulkImportResult aRes,
Locale aDisplayLocale) |
protected static String |
getCellAsString(org.apache.poi.ss.usermodel.Cell aCell) |
protected static String |
getNormalizedString(String s) |
getColumnCount, getColumnDescriptions, getHeaderRowsToSkip, getSupportedFileTypes, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitimportObjectsprotected AbstractBulkImportExcel(@Nonnegative int nHeaderRowsToSkip, @Nonnull @Nonempty List<com.helger.commons.text.display.IHasDisplayText> aColumns, @Nonnull @Nonempty EExchangeFileType... aFileTypes)
@Nullable protected static final String getCellAsString(@Nonnull org.apache.poi.ss.usermodel.Cell aCell)
@Nullable protected static final Integer getCellAsInteger(@Nonnegative int nRowIndex, @Nonnull org.apache.poi.ss.usermodel.Cell aCell, @Nonnull BulkImportResult aRes, @Nonnull Locale aDisplayLocale)
@Nullable protected static final Date getCellAsDate(@Nonnegative int nRowIndex, @Nonnull org.apache.poi.ss.usermodel.Cell aCell, @Nonnull BulkImportResult aRes, @Nonnull Locale aDisplayLocale)
@Nonnull protected static final com.helger.commons.state.ETriState getCellAsBoolean(@Nonnegative int nRowIndex, @Nonnull org.apache.poi.ss.usermodel.Cell aCell, @Nonnull BulkImportResult aRes, @Nonnull Locale aDisplayLocale)
Copyright © 2014–2023 Philip Helger. All rights reserved.