excel - Calling macro in java -


im new java programing.

i want create simple program reads .xls / .xlsx document, calls macro, , saves file. im using org.apache.poi , seems fine except calling macro. ive been looking tips on forums found nothing.

macro created before , saved. have lot of documents , dont want manually.

in java ive created workbook, created sheet. how call macro done? should refer workbook or sheet itself?

thanks in advance!

this not possible. poi library read/edit office files. preserve macros exists in file, not have interpreter built in run macros.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -