开发者

Writing JTable into Excel

开发者 https://www.devze.com 2023-02-08 10:53 出处:网络
I am planning to move the contents of a JTable into a Microsoft Excel sheet. The Excel sheet should have some format specifications. For instance if a column has a value \'A\' it shou开发者_如何学Cld

I am planning to move the contents of a JTable into a Microsoft Excel sheet. The Excel sheet should have some format specifications. For instance if a column has a value 'A' it shou开发者_如何学Cld be green in colour. If it is 'B' red in colour.

I am in analysis stage. Which Jar should I use? The data is not huge.Performance is not a big concern.


I would recommend Apache POI. It is easy to use, allows styling, etc. See the quick guide here.


An alternative could be JExcelAPI - I've used this and found it excellent.

0

精彩评论

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