开发者

Java code for generating Excel report with formula for cells

开发者 https://www.devze.com 2023-01-06 08:43 出处:网络
How can I use this Excel formula IF(W2<>\"\",NETWORKDAYS(V2,W2)开发者_如何学JAVA,\"\") in Java to generate an Excel report?Try Apache POI which reads/writes MS Office files.Check out the POI

How can I use this Excel formula

IF(W2<>"",NETWORKDAYS(V2,W2)开发者_如何学JAVA,"")   

in Java to generate an Excel report?


Try Apache POI which reads/writes MS Office files. Check out the POI support for writing Excel formulas.


You can also Try JXL api.

http://jexcelapi.sourceforge.net/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号