Class WorkbookUtil
java.lang.Object
com.eurodyn.qlack.fuse.lexicon.util.WorkbookUtil
A Util class for the LanguageService class operations.
- Author:
- European Dynamics SA
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.poi.hssf.usermodel.HSSFWorkbook
Creates a new instance of the HSSFWorkbook class.
-
Method Details
-
createHssfWorkbook
public static org.apache.poi.hssf.usermodel.HSSFWorkbook createHssfWorkbook()Creates a new instance of the HSSFWorkbook class.- Returns:
- the HSSFWorkbook instance
-