Generating excel documents programmatically

后端 未结 8 1324
抹茶落季
抹茶落季 2020-12-21 01:33

Has anyone used a Java based library for generating excel documents? Preferably support for 2003?

8条回答
  •  春和景丽
    2020-12-21 01:39

    I'm currently working with Apache POI, ( http://poi.apache.org/index.html ) which is very comprehensive. The 2003 file format version is still in beta, but seems to work well enough. I'm not exercising it's power very much, just straightforward reads and writes of Excel, but it seems reliable.

提交回复
热议问题