You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
When OLE2 (files up to Office 2003) are sanitised, and Macros are removed, the "Workbook"/"Document" entry still knows about them and generates an error or a Warning.
Help asked on the Apache POI Mailing list, in hope someone has a clue on how to fix it.
This has no impact on the sanitation process, but displays ugly warnings.
The text was updated successfully, but these errors were encountered:
For Excel files, the ObProj Record tells Excel if macros are present or not.
This record is "unknown" to Apache POI, unfortunately.
2.4.185 ObProj
The existence of the ObProj record specifies that there is a VBA project in the file. This project is located in the VBA storage stream.
punkeel
changed the title
OLE2: Sanitised files still have a reference to the Macros
Excel: Sanitised files still have a reference to the Macros
May 3, 2017
punkeel
changed the title
Excel: Sanitised files still have a reference to the Macros
Excel 2003: Sanitised files still have a reference to the Macros
May 3, 2017
When OLE2 (files up to Office 2003) are sanitised, and Macros are removed, the "Workbook"/"Document" entry still knows about them and generates an error or a Warning.
Help asked on the Apache POI Mailing list, in hope someone has a clue on how to fix it.
This has no impact on the sanitation process, but displays ugly warnings.
The text was updated successfully, but these errors were encountered: