Reputation: 13
Hi I'm trying to generate an excel using java. Here I want to add macros to the same excel file while generating. I went through some post in stackoverflow
but didn't find exact answer.
Can anyone please give me some sample code for generating excel with macros using java (I'm using Apache poi jar file for generating excel)
Upvotes: 0
Views: 96
Reputation: 11017
Looking at the documentation says this
- Macros
Macros can not be created. The are currently no plans to support macros. However, reading and re-writing files containing macros will safely preserve the macros.
Upvotes: 1