API to write huge excel files using java

后端 未结 9 698
挽巷
挽巷 2020-12-24 14:36

I am looking to write to an excel (.xls MS Excel 2003 format) file programatically using Java. The excel output files may contain ~200,000 rows which I plan to split over n

9条回答
  •  执笔经年
    2020-12-24 15:36

    Have a look at the HSSF serializer from the cocoon project.

    The HSSF serializer catches SAX events and creates a spreadsheet in the XLS format used by Microsoft Excel

提交回复
热议问题