[Bug 66612] Macrosheet not found in xslm sheets

2023-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 --- Comment #4 from 1u...@protonmail.com --- (In reply to PJ Fanning from comment #3) > I tested your xlsm file and this code seems to get the macrosheet part > > String relType = >

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 --- Comment #3 from PJ Fanning --- I tested your xlsm file and this code seems to get the macrosheet part String relType = "http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet;;

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 --- Comment #2 from PJ Fanning --- 1umos - is this you? https://stackoverflow.com/questions/76306947/how-to-get-xlm-macro-sheet-from-excel-with-apache-poi-xssfworkbook Seems similar but seems to suggest that you can get relationships of this

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 --- Comment #1 from PJ Fanning --- Have you tried getRelationshipsByType("http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet;) - from a quick check of the POI code, getRelationshipsByType expects strings like this - not