This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/poi.git
commit dd3ff4be78a3fac1b7c68fd32075f3819db679db Merge: a13fb7ed21 1aa1fd6273 Author: PJ Fanning <[email protected]> AuthorDate: Fri Oct 24 21:07:31 2025 +0100 Merge branch 'trunk' into asf-site build.gradle | 10 +- .../org/apache/poi/integration/TestXLSX2CSV.java | 89 +++++- poi-excelant/build.gradle | 2 +- poi-integration/build.gradle | 2 +- .../org/apache/poi/stress/AbstractFileHandler.java | 5 +- .../java/org/apache/poi/stress/TestAllFiles.java | 6 + poi-ooxml/build.gradle | 2 +- .../apache/poi/xssf/binary/XSSFBSheetHandler.java | 320 ++++++++++++++++++--- .../poi/xssf/streaming/DeferredSXSSFWorkbook.java | 10 +- .../xwpf/usermodel/XWPFDefaultParagraphStyle.java | 7 +- .../poi/xwpf/usermodel/XWPFDefaultRunStyle.java | 7 +- .../org/apache/poi/xwpf/usermodel/XWPFTable.java | 5 +- .../poi/xssf/eventusermodel/TestXSSFBReader.java | 252 +++++++++++++++- .../apache/poi/xwpf/usermodel/TestXWPFTable.java | 10 + .../poifs/filesystem/TempFilePOIFSFileSystem.java | 11 +- .../java/org/apache/poi/ss/util/SheetUtil.java | 153 +++++----- .../apache/poi/ss/formula/TestEvaluationCache.java | 58 ++-- src/documentation/content/xdocs/changes.xml | 12 +- src/documentation/content/xdocs/site.xml | 1 + src/documentation/content/xdocs/versioning.xml | 61 ++++ test-data/spreadsheet/deep-data.xlsx | Bin 0 -> 964835 bytes test-data/spreadsheet/stress.xls | Bin 73216 -> 73728 bytes 22 files changed, 862 insertions(+), 161 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
