Build failed in Jenkins: POI ยป POI-DSL-1.21 #82

2023-12-19 Thread Apache Jenkins Server
See Changes: -- [...truncated 24.54 KB...] at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1020) at

Re: [PR] Bump com.google.guava:guava from 32.1.1-jre to 33.0.0-jre [poi]

2023-12-19 Thread via GitHub
dependabot[bot] commented on PR #565: URL: https://github.com/apache/poi/pull/565#issuecomment-1863428872 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me

Re: [PR] Bump com.google.guava:guava from 32.1.1-jre to 33.0.0-jre [poi]

2023-12-19 Thread via GitHub
asfgit closed pull request #565: Bump com.google.guava:guava from 32.1.1-jre to 33.0.0-jre URL: https://github.com/apache/poi/pull/565 -- 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

Re: [Bug 68305] Invalid sheetIndex Error in formulaEvaluator.evaluate(cell) for Cell Formula with Escaped Apostrophe in Sheet Name

2023-12-19 Thread stanton fisque
one thing to be aware of with POI and functions, if you force a full recalculation on a spreadsheet that contains functions that are still "not yet implemented", the recalculation will fail. i ran across this some years ago, and the work-around (in that case) was to do targeted recalculations

[PR] Bump com.google.guava:guava from 32.1.1-jre to 33.0.0-jre [poi]

2023-12-19 Thread via GitHub
dependabot[bot] opened a new pull request, #565: URL: https://github.com/apache/poi/pull/565 Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.1-jre to 33.0.0-jre. Release notes Sourced from https://github.com/google/guava/releases;>com.google.guava:guava's

[Bug 59677] HSSFWorkbook#setSheetOrder corrupts cross-sheet references when there are complicated external sheet indices

2023-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59677 --- Comment #2 from Matti Kannala --- Another example code to reproduce this: import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; import