Is macrosheet cell parsing supported for xlsx?
Node 5 <[email protected]>
| Newsgroups | gmane.comp.jakarta.poi.user |
|---|---|
| Message-ID | <CABRxAmgjOQpvDSt__4Q4GbyYNg+z+8=OZ4kEGT_mPUx+67qMPg@mail.gmail.com> |
Is there anyway to get POI to parse/evaluate cells in macrosheets found in /xl/macrosheets/sheet<num>.xml similar to iterating over formulas for excel4 macros in ole file in BIFF. This code works fine for xls files but fails to see/parse macrosheets in newer ooxml file format. https://gist.github.com/TheVivisector/aa0e433dfb8b68f648b119bed6246df7 Regards, Will