|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.bstoi.poiparser.core.util.PoiImportExportUtil
public class PoiImportExportUtil
Usefull class for reading certain excel properties and values
| Constructor Summary | |
|---|---|
PoiImportExportUtil()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PoiImportExportUtil()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||