https://issues.apache.org/bugzilla/show_bug.cgi?id=52949
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Yegor Kozlov <[email protected]> 2012-03-20 08:29:22 UTC --- Unfortunately POI cannot read macro code. The main difficulty is that VBA isn't stored as plain text but instead MS Office uses pretty complex format as described in [MS-OVBA].pdf. At minimum, you can grab the node holding VBA code and try to parse it yourself. The main source of information how to do that is [MS-OVBA].pdf, you can download it from the Microsoft site. Both HSSF and XSSF preserve macro nodes, this means that you can create templates with macros in MS Office and then populates them with data using POI. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
