Create Excel file in Java

前端 未结 10 691
予麋鹿
予麋鹿 2020-12-02 15:23

I want to create an Excel file and write data just like writing a text file with Java. I tried to change file extension from .txt to .xls. But I wa

10条回答
  •  -上瘾入骨i
    2020-12-02 15:55

    You can use Apache POI for creating native binary xls files.

    Or you can use JExcelApi which is another, and somewhat light-weight as far as I can remember, Java library for Excel.

提交回复
热议问题