开发者

How to get and put columns name of Excel using Java?

How to get column name of Excel sheets using Java? I am using jexcel package for reading from and writing into excel sheet. And also how to change a column name of an Excel sheet开发者_运维技巧?


Which version of Java and Excel are you talking about?

For all versions of Excel till Excel 2003 you can use http://jexcelapi.sourceforge.net/.

For 2007, you can use http://poi.apache.org/index.html

I do not know of any Java APIs for Excel 2010. Sorry about that!


POI supports Excel 2010 as well. Using the XSSF library is suggested as the xlsx files tend to be slower to parse:

http://poi.apache.org/spreadsheet/index.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜