5

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 should 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.

mKorbel
  • 109,525
  • 20
  • 134
  • 319
Harish
  • 3,343
  • 15
  • 54
  • 75

2 Answers2

10

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

Tim Stone
  • 19,119
  • 6
  • 56
  • 66
Michael
  • 4,722
  • 6
  • 37
  • 58
2

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

TrueDub
  • 5,000
  • 1
  • 27
  • 33