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