Package org.brijframework.util.resouces
Class ExcelUtil
- java.lang.Object
-
- org.brijframework.util.resouces.ExcelUtil
-
public class ExcelUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ExcelUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]byteArray(List<Map<String,Object>> rowList, String objectKeys)static byte[]byteArray(List<Map<String,Object>> rowList, String objectKeys, String headerKeys)static voidcreateFile(List<Map<String,Object>> rowList, String objectKeys, String fileName)static voidcreateFile(List<Map<String,Object>> rowList, String objectKeys, String headerKeys, String fileName)static voidmain(String[] args)static org.apache.poi.hssf.usermodel.HSSFWorkbookworkbook(List<Map<String,Object>> rowList, String objectKeys)static org.apache.poi.hssf.usermodel.HSSFWorkbookworkbook(List<Map<String,Object>> rowList, String[] objectKeys, String[] headerKeys)static org.apache.poi.hssf.usermodel.HSSFWorkbookworkbook(List<Map<String,Object>> rowList, String objectKeys, String headerKeys)
-
-
-
Method Detail
-
workbook
public static org.apache.poi.hssf.usermodel.HSSFWorkbook workbook(List<Map<String,Object>> rowList, String[] objectKeys, String[] headerKeys)
-
workbook
public static org.apache.poi.hssf.usermodel.HSSFWorkbook workbook(List<Map<String,Object>> rowList, String objectKeys, String headerKeys)
-
workbook
public static org.apache.poi.hssf.usermodel.HSSFWorkbook workbook(List<Map<String,Object>> rowList, String objectKeys)
-
createFile
public static void createFile(List<Map<String,Object>> rowList, String objectKeys, String headerKeys, String fileName)
-
createFile
public static void createFile(List<Map<String,Object>> rowList, String objectKeys, String fileName)
-
byteArray
public static byte[] byteArray(List<Map<String,Object>> rowList, String objectKeys, String headerKeys)
-
main
public static void main(String[] args)
-
-