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/bouncyCastleVersion-1.80
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.github.spotbugs-6.1.1
dependabot/gradle/com.github.spotbugs-6.1.2
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.cyclonedx.bom-2.0.0
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity che...
Tim Allison
2018-10-31
2
-26
/
+50
*
|
bug 62624 -- fix recursion
Tim Allison
2018-10-30
1
-14
/
+4
*
|
List additional dependencies from the Ant build file in Eclipse
Nick Burch
2018-10-30
1
-0
/
+3
*
|
bug 62625 -- clean up imports
Tim Allison
2018-10-30
1
-1
/
+0
*
|
bug 62625 -- add special handling for REFERENCE_NAME record that may only
Tim Allison
2018-10-30
3
-4
/
+68
*
|
More javadoc updates
Nick Burch
2018-10-30
1
-1
/
+1
*
|
Update for latest/dev javadocs at /apidocs/dev/
Nick Burch
2018-10-30
1
-2
/
+2
*
|
bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroR...
Tim Allison
2018-10-29
3
-16
/
+157
*
|
update xmlbeans to 3.0.2
PJ Fanning
2018-10-27
5
-6
/
+7
*
|
bug 62859 -- fix two potential NPEs when initializing XWPFSDTContent
Tim Allison
2018-10-26
4
-1
/
+20
*
|
IDE warnings, slightly more tests and fix test to not leave a modified file b...
Dominik Stadler
2018-10-26
2
-19
/
+35
*
|
Adjust sample for creating comments to also create a .xlsx file
Dominik Stadler
2018-10-26
7
-62
/
+129
*
|
Typos and IDE warnings
Dominik Stadler
2018-10-26
8
-41
/
+43
*
|
Set NOSONAR, adjust test slightly and reformat code
Dominik Stadler
2018-10-26
1
-28
/
+31
*
|
Ignore directory ooxml-testlib
Dominik Stadler
2018-10-26
1
-0
/
+1
*
|
Set NOSONAR and reformat code
Dominik Stadler
2018-10-26
2
-201
/
+102
*
|
Jenkins DSL: Adjust the view-description, but it is still commented out
Dominik Stadler
2018-10-26
1
-1
/
+18
*
|
Remove the workaround for a bug in JDK 11 which was fixed in ea+28
Dominik Stadler
2018-10-26
1
-10
/
+0
*
|
fix class cast issur recently introduced in BaseXSSFFormulaEvaluator
PJ Fanning
2018-10-19
1
-4
/
+9
*
|
#62834 FormulaEvaluator.evaluateInCell() throws Exception
Greg Woolsey
2018-10-19
7
-12
/
+102
*
|
Bug 62373: Support for FREQUENCY function
Yegor Kozlov
2018-10-18
3
-1
/
+174
*
|
#62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooser
Nick Burch
2018-10-17
2
-7
/
+16
*
|
Failing unit test for bug #62831
Nick Burch
2018-10-17
2
-1
/
+32
*
|
fix more LGTM alerts, in tests
Alain Béarez
2018-10-11
11
-393
/
+451
*
|
62815 -- some numeric values not correctly extracted from xlsb
Tim Allison
2018-10-11
4
-3
/
+310
*
|
fix most alerts reported by LGTM on OOXML
Alain Béarez
2018-10-10
16
-322
/
+429
|
*
#60656 - Support export file that contains emf and render it correctly
Andreas Beeker
2018-11-02
16
-21
/
+158
|
*
#60656 - Support export file that contains emf and render it correctly
Andreas Beeker
2018-11-01
7
-159
/
+156
|
*
#60656 - Support export file that contains emf and render it correctly
Andreas Beeker
2018-10-30
16
-231
/
+410
|
*
#60656 - Support export file that contains emf and render it correctly
Andreas Beeker
2018-10-27
15
-580
/
+604
|
*
#60656 - Support export file that contains emf and render it correctly
Andreas Beeker
2018-10-21
4
-20
/
+14
|
*
#60656 - Support export file that contains emf and render it correctly
Andreas Beeker
2018-10-21
10
-50
/
+350
|
*
#60656 - Support export file that contains emf and render it correctly
Andreas Beeker
2018-10-19
20
-210
/
+505
|
*
merge trunk
Andreas Beeker
2018-10-09
1
-1
/
+1
|
|
\
|
|
/
|
/
|
*
|
add ignored resources
Andreas Beeker
2018-10-09
0
-0
/
+0
*
|
[bug-62807] fix typo in XSLFTableCell#removeBorder
PJ Fanning
2018-10-08
1
-1
/
+1
|
*
#60656 - Support export file that contains emf and render it correctly
Andreas Beeker
2018-10-09
13
-266
/
+363
|
*
Bug 60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Out...
Andreas Beeker
2018-10-09
1
-1
/
+0
|
*
merge trunk
Andreas Beeker
2018-10-06
82
-852
/
+2159
|
|
\
|
|
/
|
/
|
*
|
add stax entries to forbidden apis due to android issues
PJ Fanning
2018-10-06
3
-4
/
+10
*
|
small adjustments to byte sizes in TestPackage zip-bomb tests to try fix test...
PJ Fanning
2018-10-05
1
-1
/
+1
*
|
use jaxp transformer instead of dom serializer to try fix old-xerces test fai...
PJ Fanning
2018-10-05
1
-2
/
+2
*
|
use jaxp transformer instead of dom serializer to try fix old-xerces test fai...
PJ Fanning
2018-10-05
1
-32
/
+45
*
|
adding tricks from other answers on StackOverflow
Alain Béarez
2018-10-05
6
-76
/
+57
*
|
example from StackOverflow question 47065690
Alain Béarez
2018-10-05
5
-14
/
+192
*
|
more XDDF improvements based on SO examples
Alain Béarez
2018-10-05
13
-14
/
+189
*
|
[bug-62800] Fix null pointer exception if a picture shape has no blip id
PJ Fanning
2018-10-04
1
-1
/
+2
*
|
XDDF improvements based on StackOverflow examples
Alain Béarez
2018-10-03
12
-29
/
+261
*
|
fix lgtm alerts in examples
Alain Béarez
2018-10-03
10
-108
/
+144
*
|
change chart data to experiment diverse scripts
Alain Béarez
2018-10-03
9
-55
/
+88
[prev]
[next]