public final class ExcelImporter
extends java.lang.Object
Constructor and Description |
---|
ExcelImporter() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
importExcel(java.io.File importFile,
java.lang.String sheetName)
Import an excel file.
|
static void |
main(java.lang.String[] argv) |
public static java.util.List<java.util.Map<java.lang.String,java.lang.Object>> importExcel(java.io.File importFile, java.lang.String sheetName)
sheetName
- if the sheetName is non-null and not zero length and a sheet by that name exists in the file values will be read from that sheet.importFileName
- the file name to importpublic static void main(java.lang.String[] argv)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.