Sign in
◑
Theme
apache
/
poi
/
HEAD
5ce5bb1
Fix typos in comments/javadoc (#1246)
by TianHengZhuang
· 16 hours ago
trunk
a4a31a9
Fix typos in comments/javadoc (#1247)
by TianHengZhuang
· 16 hours ago
3e24e7d
try xmlbeans 5.4.1-RC0 version
by PJ Fanning
· 3 days ago
13fa8e7
Fix off-by-one when stripping the [] wrapper from an external book name (#1245)
by PJ Fanning
· 3 days ago
03681ab
Avoid building XmlBeans objects for every shared string (#1244)
by PJ Fanning
· 3 days ago
961374b
Reduce the per-run work done when opening a Word document (#1243)
by PJ Fanning
· 3 days ago
4dbced3
Avoid quadratic XmlBeans element access on hot paths (#1242)
by PJ Fanning
· 3 days ago
b025d5b
Cache the TransformerFactory and skip unwanted comment lookups (#1241)
by PJ Fanning
· 3 days ago
264c931
Fix ContentType.equals and the M1.10 part name segment check (#1240)
by PJ Fanning
· 3 days ago
337256b
Use more Java 17 idioms in the poi core module (#1239)
by PJ Fanning
· 3 days ago
2ed3767
Use more Java 17 idioms in poi-scratchpad (#1238)
by PJ Fanning
· 3 days ago
a70c44e
Use more Java 17 idioms in poi-ooxml (#1237)
by PJ Fanning
· 3 days ago
6d94ace
Cap poi-integration test parallelism and raise heap on CI
by PJ Fanning
· 6 days ago
ef728ee
Fix `findColumnIndex()` to handle newline characters in column headers (#1234)
by Brad Wood
· 6 days ago
76d93fc
Spill unknown-size zip entries to temp files only once they exceed the threshold (#1236)
by PJ Fanning
· 6 days ago
e69a23e
Buffer large/unknown-size zip entries to temp files in poi-integration
by PJ Fanning
· 6 days ago
8e06374
Restore sized reads for known zip entry sizes while capping the initial allocation (#1235)
by PJ Fanning
· 6 days ago
f1a042f
Restrict OOXML signature reference dereferencing to the package (#1233)
by PJ Fanning
· 6 days ago
3780f56
Fix Biff8DecryptingStream.readFully to honour len on the never-encrypted path (#1232)
by PJ Fanning
· 6 days ago
b451d0b
Escape relationship id interpolated into drawing fragment in XWPFRun.addChart (#1230)
by PJ Fanning
· 6 days ago
9d38507
Apply DEFAULT_XML_OPTIONS to remaining XMLBeans parses in xslf/xdgf (#1231)
by PJ Fanning
· 6 days ago
a6e2960
Avoid large eager allocation from untrusted zip entry size in ZipArchiveFakeEntry (#1227)
by PJ Fanning
· 6 days ago
8e5d7c4
Bump github/codeql-action from 4.37.8 to 4.37.9 (#1226)
by dependabot[bot]
· 6 days ago
6a59957
Remove dead SchemaFactory-hardening code from XSSFExportToXml (#1229)
by PJ Fanning
· 6 days ago
a47504d
Fix two OPC part-name handling issues (percent-escape bounds check, marshaller round-trip) (#1228)
by PJ Fanning
· 6 days ago
70fca67
Bump actions/setup-java from 5 to 6 (#1225)
by dependabot[bot]
· 7 days ago
87cdef5
Update dependencies in build.xml to latest versions
by PJ Fanning
· 13 days ago
6d23ac2
Disable staging repository in build.gradle
by PJ Fanning
· 13 days ago
9fd0eba
Bump gradle-wrapper from 9.7.0 to 9.7.1 (#1222)
by dependabot[bot]
· 13 days ago
a8e147e
Bump com.github.spotbugs from 6.5.10 to 6.5.11 (#1223)
by dependabot[bot]
· 13 days ago
547ef47
Bump github/codeql-action from 4.37.7 to 4.37.8 (#1224)
by dependabot[bot]
· 13 days ago
08830a9
Bump com.google.guava:guava from 33.7.0-jre to 33.7.1-jre (#1221)
by dependabot[bot]
· 2 weeks ago
003ef4b
Fix getDimFromCell trailing space for XSSF in-cell picture anchors (#1211)
by dev_Hakaze
· 2 weeks ago
44e6e67
Bump com.google.guava:guava from 33.6.0-jre to 33.7.0-jre (#1220)
by dependabot[bot]
· 2 weeks ago
19bde02
Bump net.bytebuddy:byte-buddy from 1.18.11 to 1.18.12 (#1219)
by dependabot[bot]
· 2 weeks ago
29c9cac
Bump github/codeql-action from 4.37.6 to 4.37.7 (#1217)
by dependabot[bot]
· 3 weeks ago
cfc76ed
IRR: fall back to bracketed Newton-Raphson when the iteration diverges (bug 64137 follow-up) (#1216)
by falhenaki
· 3 weeks ago
f5c8471
Jenkins-DSL: Do not try to rebuild the source-package for JDK 27
by Dominik Stadler
· 3 weeks ago
53015bc
Bug 70008: Fix inconsistent behavior when parsing whole column reference strings
by Dominik Stadler
· 4 weeks ago
2ae61fa
Add allocation-check and add reproducer for OOM
by Dominik Stadler
· 4 weeks ago
f81255d
Avoid an NPE when parsing formulas with strange sheet identifiers
by Dominik Stadler
· 4 weeks ago
61208c5
Ant: Remove manually including module java.xml.bind
by Dominik Stadler
· 3 weeks ago
32c3b60
Ant: Disable spotbugs/findbugs with JDK 27
by Dominik Stadler
· 3 weeks ago
9a4fa87
Free resources in tests
by Dominik Stadler
· 4 weeks ago
f8df5e2
Jenkins-DSL: disabling spotbugs only works for Ant-based builds anyway
by Dominik Stadler
· 4 weeks ago
8bed968
Bump org.cyclonedx.bom from 3.4.0 to 3.4.1 (#1215)
by dependabot[bot]
· 3 weeks ago
aa4719d
use pattern matching (#1214)
by PJ Fanning
· 3 weeks ago
bbd7875
Java 17: modern switch statements (#1213)
by PJ Fanning
· 3 weeks ago
b6de03c
Add summary item for commons-collections4 upgrade
by PJ Fanning
· 3 weeks ago
2c9fe3f
Bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0 (#1212)
by dependabot[bot]
· 3 weeks ago
379bcdc
Bump com.dorongold.task-tree from 4.0.1 to 4.0.2 (#1210)
by dependabot[bot]
· 4 weeks ago
fe4184d
Fix Bug 66263 — Add support for reading SDT row in tables (#971)
by Maksim Novozhilov
· 4 weeks ago
51b9e0b
Bump org.cyclonedx.bom from 3.3.0 to 3.4.0 (#1209)
by dependabot[bot]
· 4 weeks ago
60f3f5e
Bump junitVersion from 6.1.2 to 6.1.3 (#1205)
by dependabot[bot]
· 4 weeks ago
6d92b62
Bump org.sonarqube from 7.3.1.8318 to 7.4.0.8496 (#1206)
by dependabot[bot]
· 4 weeks ago
c360f20
Bump gradle-wrapper from 9.6.1 to 9.7.0 (#1207)
by dependabot[bot]
· 4 weeks ago
d0cf786
Bump com.github.spotbugs from 6.5.9 to 6.5.10 (#1208)
by dependabot[bot]
· 4 weeks ago
bbf2e87
created inactive (past) POI committers section
by Javen O'Neal
· 4 weeks ago
6d45c35
created inactive (past) POI committers section
by Javen O'Neal
· 4 weeks ago
460ccad
Jenkins-DSL: Also switch XMLBeans to JDK 21 for Sonar-build
by Dominik Stadler
· 4 weeks ago
1b7c4dc
Jenkins-DSL: Sonar requires JDK 21 now
by Dominik Stadler
· 4 weeks ago
3b0d85c
build.xml: Update dependencies for dist-checksum task
by Dominik Stadler
· 4 weeks ago
80b2f33
Bump com.fasterxml.woodstox:woodstox-core from 7.2.1 to 7.2.2 (#1203)
by dependabot[bot]
· 4 weeks ago
74cf603
Bump github/codeql-action from 4.37.5 to 4.37.6 (#1204)
by dependabot[bot]
· 4 weeks ago
b0b9705
dtd issues
by PJ Fanning
· 4 weeks ago
5be0b22
Update JaCoCo to 0.8.15
by Dominik Stadler
· 4 weeks ago
9391e75
Switch to extension .tgz for source-package in Ant build as well
by Dominik Stadler
· 4 weeks ago
b0f44f9
Jenkins-DSL: Build JDK 27 with Ant until Gradle supports it
by Dominik Stadler
· 4 weeks ago
f4c8684
Jenkins-DSL: Add JDK 26 and 27, disable JDK 24
by Dominik Stadler
· 4 weeks ago
9e6e0e7
poi-integration: Switch to .tgz when test-rebuilding source as .zip is not produced any more
by Dominik Stadler
· 4 weeks ago
f79cf29
Bump github/codeql-action from 4.37.4 to 4.37.5 (#1202)
by dependabot[bot]
· 4 weeks ago
fd152ae
repo moved to apache/poi-xmlbeans
by PJ Fanning
· 5 weeks ago
1ab475c
Bump github/codeql-action from 4.37.3 to 4.37.4 (#1200)
by dependabot[bot]
· 5 weeks ago
6bd1e24
Bump org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0 (#1199)
by dependabot[bot]
· 5 weeks ago
f613a72
typos
by PJ Fanning
· 5 weeks ago
580c119
use Set.of (#1198)
by PJ Fanning
· 5 weeks ago
c667046
Adjusting clearText() to avoid leaving shapes with no paragraphs (#1190)
by David Bunner
· 5 weeks ago
6d55b75
VBA reader order (#1197)
by PJ Fanning
· 5 weeks ago
11ede1d
Bump github/codeql-action from 4 to 4.37.3 (#1196)
by dependabot[bot]
· 5 weeks ago
6f29861
Reapply "test with xmlbeans 5.4.0 staging"
by PJ Fanning
· 5 weeks ago
aa24896
Update changes.xml
by PJ Fanning
· 5 weeks ago
74487e5
Bump org.jspecify:jspecify from 1.0.0 to 1.0.1 (#1194)
by dependabot[bot]
· 5 weeks ago
5e1427a
Bump commons-codec:commons-codec from 1.22.0 to 1.22.1 (#1195)
by dependabot[bot]
· 5 weeks ago
b823294
Revert "Bump commons-codec:commons-codec from 1.22.0 to 1.22.1 (#1191)"
by PJ Fanning
· 6 weeks ago
e8841d3
Revert "test with xmlbeans 5.4.0 staging"
by PJ Fanning
· 6 weeks ago
d4302d4
Update XWPFTable.java
by PJ Fanning
· 6 weeks ago
0509804
use pattern variables more (#1193)
by PJ Fanning
· 6 weeks ago
368f94a
Adjusting XSLFDrawing's slide shape tree scan in constructor to prevent shape ID warnings. (#1187)
by David Bunner
· 6 weeks ago
0c5d867
Bump commons-codec:commons-codec from 1.22.0 to 1.22.1 (#1191)
by dependabot[bot]
· 6 weeks ago
0d6d487
issue-70159: cache that format is not a datetime format string (#1188)
by PJ Fanning
· 7 weeks ago
913c788
test with xmlbeans 5.4.0 staging
by PJ Fanning
· 8 weeks ago
d86b994
Update KEYS
by PJ Fanning
· 8 weeks ago
86e967d
Bump org.cyclonedx.bom from 3.2.4 to 3.3.0 (#1186)
by dependabot[bot]
· 8 weeks ago
63eda92
Bump com.github.spotbugs from 6.5.8 to 6.5.9 (#1183)
by dependabot[bot]
· 8 weeks ago
3a21b58
Bump junitVersion from 6.1.1 to 6.1.2 (#1181)
by dependabot[bot]
· 8 weeks ago
a08d5db
Bump bouncyCastleVersion from 1.84 to 1.85 (#1182)
by dependabot[bot]
· 8 weeks ago
3f79342
Upgrade bouncycastle and pdfbox dependencies
by PJ Fanning
· 8 weeks ago
ed90e81
Bump org.apache.pdfbox:pdfbox from 3.0.7 to 3.0.8 (#1184)
by dependabot[bot]
· 8 weeks ago
dfa5308
Prevent rendering a bitmap when its effective size is 0. (#1179)
by Jacobo Aragunde Pérez
· 9 weeks ago
f39b0b1
reduce casts in XSSFRowColShifter (#1178)
by PJ Fanning
· 9 weeks ago
Next »