Build failed in Jenkins: POI ยป POI-DSL-1.8 #891

2023-05-22 Thread Apache Jenkins Server
See Changes: [PJ Fanning] [bug-66612] get macrosheet xml (test) [PJ Fanning] [bug-66612] get macrosheet xml (test) [PJ Fanning] [bug-66612] get macrosheet xml (test) [PJ Fanning] add content types for

[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

[Bug 66612] New: Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 Bug ID: 66612 Summary: Macrosheet not found in xslm sheets Product: POI Version: 5.2.3-FINAL Hardware: PC OS: All Status: NEW Severity: major

[Bug 66611] New: XSSFFormulaUtils::updateFormula omits column fixation when only used with column definitions

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66611 Bug ID: 66611 Summary: XSSFFormulaUtils::updateFormula omits column fixation when only used with column definitions Product: POI Version: 5.2.3-FINAL Hardware: PC

[Bug 66610] when invoke method XSSFWorkbook workbook = new XSSFWorkbook(File file) ,java.lang.OutOfMemoryError: Java heap space occurred

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66610 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED OS|