nl.bstoi.poiparser.core.util
Class PoiImportExportUtil

java.lang.Object
  extended by nl.bstoi.poiparser.core.util.PoiImportExportUtil

public class PoiImportExportUtil
extends Object

Usefull class for reading certain excel properties and values

Author:
Hylke Stapersma

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

PoiImportExportUtil

public PoiImportExportUtil()
Method Detail

getSheetNames

public static List<String> getSheetNames(File excelFile)

Get sheet name from excel file

Parameters:
excelFile -
Returns:

readExcelFiles

public static List<String> readExcelFiles(String path)

Get excel files from a certain path

Parameters:
path -
Returns:

getFileHash

public static String getFileHash(File excelFile)

Get the file hash for a excel file

Parameters:
excelFile -
Returns:

getByteArrayHash

public static String getByteArrayHash(byte[] bytes)


Copyright © 2011 BSTOI.NL. All Rights Reserved.