Re[2]: Macros support in POI

2008-03-12 Thread Yegor Kozlov
I tried it some time ago. It didn't work "as is". Evidently some hacking is required. I also searched the docs that Microsoft released recently but alas, macros are not described. Yegor > On Wed, 12 Mar 2008, Yegor Kozlov wrote: >> Macros are stored as entries in OLE file system. The problem is

Re: Macros support in POI

2008-03-12 Thread Nick Burch
On Wed, 12 Mar 2008, Yegor Kozlov wrote: Macros are stored as entries in OLE file system. The problem is that the body is compressed by LZNT1 algorithm, a weird version of ZIP compression. As far as I know LZNT1 is a proprietary MS format and not documented. So, one of the things to support ma

Re: Macros support in POI

2008-03-12 Thread Yegor Kozlov
No, we don't support it yet. Actually I do plan to implement it but now sure how soon. Macros are stored as entries in OLE file system. The problem is that the body is compressed by LZNT1 algorithm, a weird version of ZIP compression. As far as I know LZNT1 is a proprietary MS format and not docume

Macros support in POI

2008-03-12 Thread Yury Batrakov
Can I get text of all VB macros embedded in MS Office documents? As far as I see in source, I can't. Are there any plans to support macros in POI? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL