[阅读: 596] 2006-08-16 07:12:58
Choice 1:
Fill the data into CSV file and call csvToWorkbook() function.
Choice 2:
Fill the data into Collection and get Iterator from it. Create workbook and use appendRowToSheet() function.
Choice 3:
Fill the data into Collection, prepare a type array as int[] types. Create workbook and use appendRowToSheet() function.
POI is the de facto standard.