简体   繁体   English

用于生成Excel的Java API

[英]Java API to generate Excel

What is the best Java API to generate excel sheets (compatible with lateset Excel) including formulas? 什么是生成Excel工作表(与最新Excel兼容)的最佳Java API,包括公式? Is there more than POI and JXL? 是否还有POI和JXL?

还有这个: http//jexcelapi.sourceforge.net/ ,但POI几乎是标准。

I have been switching between POI and JXL a few times. 我几次在POI和JXL之间切换。 Both work just fine. 两者都工作得很好。 The reason I moved away from POI in the past was because the POI development went idled. 我过去离开POI的原因是因为POI开发过时了。 That said, I have switched back to POI now that the development is active again. 也就是说,我已经切换回POI,因为开发再次活跃。 One thing I like about POI is it handles XLSX format too. 我喜欢POI的一件事是它也处理XLSX格式

Apache POI I have used in one of the projects. Apache POI我在其中一个项目中使用过。 It worked well for me. 它对我很有用。

http://poi.apache.org/ http://poi.apache.org/

Supports many MS Office formats. 支持许多MS Office格式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM