index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.github.spotbugs-6.1.0
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/commons-codec-commons-codec-1.17.2
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.mockito-mockito-core-5.15.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 61267: detect Word v2 files and report that they are not supported in Apa...
Dominik Stadler
2018-04-02
5
-5
/
+25
*
[bug-62216] add test case
PJ Fanning
2018-04-02
1
-1
/
+14
*
[bug-62216] Fix issue with SXSSF error cells
PJ Fanning
2018-04-01
1
-1
/
+1
*
[bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...
PJ Fanning
2018-04-01
2
-0
/
+101
*
[github-103] take latest changes
PJ Fanning
2018-04-01
2
-38
/
+30
*
add missing license
PJ Fanning
2018-03-19
2
-26
/
+41
*
[github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. This...
PJ Fanning
2018-03-19
7
-31
/
+411
*
[bug-62176] synchronize temp dir creation
PJ Fanning
2018-03-13
1
-2
/
+3
*
Add test for setters/getters of XWPFRun to include morre generated classes in...
Dominik Stadler
2018-03-11
1
-17
/
+36
*
#62159 - Support XML signature over windows certificate store
Andreas Beeker
2018-03-06
10
-451
/
+567
*
Reduce testcase some more, add missing license header
Dominik Stadler
2018-03-05
1
-6
/
+22
*
Add unit test which verifies that ThresholdInputStream can be used. This curr...
Dominik Stadler
2018-03-04
1
-0
/
+32
*
Some IntelliJ and Javadoc fixes
Dominik Stadler
2018-03-04
5
-14
/
+10
*
Fix compiling with current JDK 10 RC build, OOXML-Tests are still failing due...
Dominik Stadler
2018-03-04
1
-10
/
+5
*
use xmlunit for xml diffs in unit tests
PJ Fanning
2018-03-04
1
-14
/
+23
*
remove some deprecated methods
PJ Fanning
2018-03-04
3
-35
/
+2
*
remove some casts to short
PJ Fanning
2018-03-03
7
-20
/
+20
*
fix license check failure
PJ Fanning
2018-02-28
1
-1
/
+1
*
fix problematic javadoc
PJ Fanning
2018-02-28
1
-1
/
+0
*
remove XDDFChart workaround that saved workbook to temp file
PJ Fanning
2018-02-28
1
-17
/
+1
*
[github-98] write data in respective Column in case of XDDFChart. Thanks to S...
PJ Fanning
2018-02-27
7
-26
/
+278
*
use Integer.toString to convert ints to strings
PJ Fanning
2018-02-27
4
-12
/
+12
*
tidy up API for font index
PJ Fanning
2018-02-26
14
-19
/
+19
*
[bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This...
PJ Fanning
2018-02-25
10
-337
/
+1088
*
Fix for bug #62130. Turns out there were cases when a workbook with multiple...
Greg Woolsey
2018-02-24
2
-35
/
+36
*
The table auto-filter range should not include table footer rows, while the t...
Greg Woolsey
2018-02-23
1
-2
/
+14
*
further uptake of int methods for font lookups
PJ Fanning
2018-02-22
7
-36
/
+36
*
[bug-62018] use ints to index fonts
PJ Fanning
2018-02-20
20
-238
/
+338
*
add apache license to new examples due to rat check failures
PJ Fanning
2018-02-16
5
-0
/
+85
*
Unit test to try to reproduce bug #62108 (currenly works though...)
Nick Burch
2018-02-16
1
-0
/
+41
*
Add some write/change code as well for Groovy
Nick Burch
2018-02-15
1
-4
/
+78
*
Commit examples from the JVM Languages page
Nick Burch
2018-02-15
5
-0
/
+107
*
[github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94
PJ Fanning
2018-02-14
10
-7
/
+445
*
Fix some IntelliJ warnings in XDGF area
Dominik Stadler
2018-02-12
25
-89
/
+28
*
[bug-57369] support for major and minor unit on XDDFChart axes
Alain Béarez
2018-02-12
6
-17
/
+426
*
#55953 Added methods to position a table
Mark Murphy
2018-02-12
3
-14
/
+133
*
Update JAXB classes with fixed javadocs for java 8 doclint
Andreas Beeker
2018-02-11
63
-2220
/
+2203
*
Added missing table border types to XWPF
Mark Murphy
2018-02-11
1
-1
/
+44
*
#61947 - Remove deprecated classes (POI 4.0.0)
Andreas Beeker
2018-02-11
1
-11
/
+0
*
#62096 - Add support for tabstops
Andreas Beeker
2018-02-11
22
-465
/
+1029
*
FindBugs fixes
Andreas Beeker
2018-02-11
4
-196
/
+201
*
Add ability to set get and remove outer borders for tables
Mark Murphy
2018-02-11
2
-121
/
+927
*
Bug 62042: Adjust gradle build to properly set the locale
Dominik Stadler
2018-02-08
1
-1
/
+1
*
Various smaller adjustments: Remove filename in test, remove unused parameter...
Dominik Stadler
2018-02-08
5
-31
/
+92
*
fix further typo in exception message
PJ Fanning
2018-02-02
1
-1
/
+1
*
Fix small typo, closes PR #97 on Github.
Dominik Stadler
2018-02-02
1
-7
/
+7
*
fix findbug issues introduced recently
PJ Fanning
2018-01-31
2
-5
/
+7
*
fix use of forbidden apis in row shift code
PJ Fanning
2018-01-31
2
-19
/
+23
*
use spaces for indents in some files
PJ Fanning
2018-01-31
3
-450
/
+450
*
[bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker...
PJ Fanning
2018-01-31
2
-28
/
+60
[next]