public class PoiImportExportUtil extends Object
Usefull class for reading certain excel properties and values
| Constructor and Description |
|---|
PoiImportExportUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getByteArrayHash(byte[] bytes) |
static String |
getFileHash(File excelFile)
Get the file hash for a excel file
|
static List<String> |
getSheetNames(File excelFile)
Get sheet name from excel file
|
static List<String> |
readExcelFiles(String path)
Get excel files from a certain path
|
public static List<String> getSheetNames(File excelFile)
Get sheet name from excel file
excelFile - public static List<String> readExcelFiles(String path)
Get excel files from a certain path
path - public static String getFileHash(File excelFile)
Get the file hash for a excel file
excelFile - public static String getByteArrayHash(byte[] bytes)
Copyright © 2011-2012 BSTOI.NL. All Rights Reserved.