0

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)

2
  • We cant do it in java Commented Jul 22, 2015 at 11:58
  • my project is based on java only so i have to do it by java. Commented Jul 22, 2015 at 16:04

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.