Jenkins build is back to normal : POI » POI-DSL-1.17 #856

2025-05-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Jenkins build is back to normal : POI » POI-DSL-1.21 #294

2025-05-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Build failed in Jenkins: POI » POI-DSL-1.17 #855

2025-05-05 Thread Apache Jenkins Server
See Changes: [PJ Fanning] add test [Dominik Stadler] Bug 69667: Handle slightly broken WriteAccessRecord gracefully It seems some software creates records with invalid length. If it uses UTF-16LE encodin

Re: [PR] feat: Add support for SHEET function [poi]

2025-05-05 Thread via GitHub
Rokko11 commented on PR #803: URL: https://github.com/apache/poi/pull/803#issuecomment-2851887994 Sorry I didn't reopen the other PR and started a new one instead. Won't happen again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[Bug 69667] WriteAccessRecord constructor setUsername throws IllegalArgumentException

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69667 --- Comment #9 from Jason Slater --- Thank you very much for your help, Dominik -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-

[Bug 69667] WriteAccessRecord constructor setUsername throws IllegalArgumentException

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69667 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69667] WriteAccessRecord constructor setUsername throws IllegalArgumentException

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69667 --- Comment #7 from Jason Slater --- I would definitely be happy with your proposed change. I can't change the writer (it's some ancient keycard access system exporting access logs) and I can't subclass to force skipping of these records. M

[Bug 69667] WriteAccessRecord constructor setUsername throws IllegalArgumentException

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69667 Jason Slater changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from Jason Slater -

[Bug 69667] WriteAccessRecord constructor setUsername throws IllegalArgumentException

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69667 --- Comment #5 from Jason Slater --- Created attachment 40034 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40034&action=edit screenshot of debugging -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 69667] WriteAccessRecord constructor setUsername throws IllegalArgumentException

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69667 Matafagafo changed: What|Removed |Added CC||matafag...@gmail.com -- You are receivin

[Bug 69669] ppt created using Apache POI is corrupted when using addTitle()

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69669 Matafagafo changed: What|Removed |Added CC||matafag...@gmail.com -- You are receivin

[Bug 69669] ppt created using Apache POI is corrupted when using addTitle()

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69669 parvathyskumar...@gmail.com changed: What|Removed |Added CC||parvathyskumar...@gmail.co

[Bug 69669] New: ppt created using Apache POI is corrupted when using addTitle()

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69669 Bug ID: 69669 Summary: ppt created using Apache POI is corrupted when using addTitle() Product: POI Version: 5.4.1-FINAL Hardware: PC OS: Mac OS X 10.1

[Bug 69667] WriteAccessRecord constructor setUsername throws IllegalArgumentException

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69667 --- Comment #4 from Dominik Stadler --- On 2nd thought: The tool also might try to actually include 81 characters in the record, which is also wrong. It then should state the actual number of characters it can include in the record according t

[Bug 69667] WriteAccessRecord constructor setUsername throws IllegalArgumentException

2025-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69667 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Dominik

Re: [PR] feat: Add support for SHEET function [poi]

2025-05-05 Thread via GitHub
Rokko11 commented on PR #802: URL: https://github.com/apache/poi/pull/802#issuecomment-2850265001 Sorry, this PR got closed when I picked up the newest changes from using Github UI. I created a new PR here and cleaned up my commits. https://github.com/apache/poi/pull/803 -- This is an

[PR] feat: Add support for SHEET function [poi]

2025-05-05 Thread via GitHub
Rokko11 opened a new pull request, #803: URL: https://github.com/apache/poi/pull/803 This pull request adds support for the Excel SHEET function. ## Summary of changes: Implemented org.apache.poi.ss.formula.functions.Sheet as a FreeRefFunction Correctly resolves: - SHEET()

Re: [PR] feat: Add support for SHEET function [poi]

2025-05-05 Thread via GitHub
Rokko11 closed pull request #802: feat: Add support for SHEET function URL: https://github.com/apache/poi/pull/802 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [PR] feat: Add support for SHEET function [poi]

2025-05-05 Thread via GitHub
Rokko11 commented on code in PR #802: URL: https://github.com/apache/poi/pull/802#discussion_r2073034046 ## poi/src/main/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java: ## @@ -180,6 +180,7 @@ private Map createFunctionsMap() { r(m, "RECEIVED", null); r