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> |
getSheetNames(InputStream inputStream) |
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 - excel file to readpublic static List<String> getSheetNames(InputStream inputStream)
public static List<String> readExcelFiles(String path)
Get excel files from a certain path
path - list excel files on specific pathpublic static String getFileHash(File excelFile)
Get the file hash for a excel file
excelFile - the excel to get a hash frompublic static String getByteArrayHash(byte[] bytes)
Copyright © 2011-2015 BSTOI.NL. All Rights Reserved.