中国开发网: 论坛: 程序员情感CBD: 贴子 376342
空山新雨: Ways of usage:
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.

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录