What are th options for working with an excel workbook from within a groovy (java) environment? We would like to be able to use the following features
- add sheets
- add cells: headings and data
- format columns, rows, cells
and potentially
- form pivot tables
- copy the pivot table by value
- paste clipboard by value on another screen
Essentially this will allow us to forma pivot table but remove the underlying data from the worksheet.
Thoughts? Thanks in advance.
Try apache poi. Can definitely perform your first list of requirements. I have used this api a good bit. If you have any questions, please feel free to ask.