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
path:
root
/
src
/
ooxml
/
testcases
/
org
/
apache
/
poi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...
Dominik Stadler
2020-01-27
5
-96
/
+118
*
#64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...
Andreas Beeker
2020-01-27
1
-34
/
+23
*
[bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...
PJ Fanning
2020-01-26
1
-23
/
+49
*
Sonar fixes
Andreas Beeker
2020-01-21
1
-115
/
+131
*
#64088 - SlideShow rendering fixes
Andreas Beeker
2020-01-19
1
-11
/
+12
*
Implement error bars for bar and line charts
Alain Béarez
2020-01-13
1
-0
/
+9
*
Complete test with cell in newly added column
Alain Béarez
2020-01-05
1
-1
/
+3
*
Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...
Dominik Stadler
2020-01-03
4
-10
/
+45
*
Bug 63788: Remove AbstractNum by abstractNumId, not list index
Dominik Stadler
2020-01-01
1
-2
/
+56
*
Bug 63960: Write pre-evaluated string-values in formula cells with the correc...
Dominik Stadler
2019-12-31
1
-2
/
+31
*
#64036 - remove reflective calls in Workbook- and SlideShowFactory
Andreas Beeker
2019-12-28
1
-40
/
+20
*
Migrate all junit tests to Junit 4
Andreas Beeker
2019-12-27
42
-808
/
+893
*
try to find issue in test
PJ Fanning
2019-12-26
1
-1
/
+1
*
[github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....
PJ Fanning
2019-12-26
1
-0
/
+10
*
fix spelling of OutlookTextExtractor class name
PJ Fanning
2019-12-26
1
-2
/
+2
*
Let IntelliJ simplify some assertions
Dominik Stadler
2019-12-15
19
-95
/
+101
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
15
-245
/
+144
*
Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...
Dominik Stadler
2019-12-15
1
-4
/
+4
*
Add MemoryVerifier to enable memory leak checking in unit-tests and add
Dominik Stadler
2019-12-15
1
-0
/
+144
*
Adjust some JavaDoc and fix some IDE warnings
Dominik Stadler
2019-12-14
3
-4
/
+7
*
[github-164] Fix Bug in XSSFTable.setCellReferences when table is single cell...
PJ Fanning
2019-12-11
1
-0
/
+8
*
Fix initialization of text body when used in XSLF
Alain Béarez
2019-12-11
8
-46
/
+49
*
Fix column addition and removal in XSLFTable
Alain Béarez
2019-12-08
1
-0
/
+2
*
Sonar Fixes + Refactor scattered XML initializations to XMLHelper
Andreas Beeker
2019-12-03
5
-216
/
+19
*
Add Doughnut chart data series to XDDF
Alain Béarez
2019-11-30
1
-0
/
+2
*
Add test to remove chart data series
Alain Béarez
2019-11-30
1
-0
/
+191
*
Fix addition and removal of columns in XSLTTable
Alain Béarez
2019-11-28
1
-0
/
+1
*
Add, insert and remove columns on XSLFTable
Alain Béarez
2019-11-27
1
-8
/
+16
*
Bug 60656 - Emf image support in slideshows
Andreas Beeker
2019-11-08
1
-2
/
+1
*
XWPF: Insert newlines between multiple paragraphs in comments.
Dominik Stadler
2019-10-26
1
-0
/
+37
*
Remove references to DatatypeConverter
Andreas Beeker
2019-10-25
2
-6
/
+4
*
add another text height to TestFonts
Andreas Beeker
2019-10-12
1
-1
/
+1
*
add null check for XSLFShape
PJ Fanning
2019-10-12
1
-0
/
+8
*
add null check
PJ Fanning
2019-10-12
1
-1
/
+1
*
[bug-63774] adding lots of custom properties can cause performance issues due...
PJ Fanning
2019-09-26
1
-0
/
+12
*
Bug 63768: Adjust handling of SchemaFactory
PJ Fanning
2019-09-24
1
-260
/
+272
*
Catch missing scratchpad state for EMF / WMF rendering
Andreas Beeker
2019-09-16
1
-2
/
+2
*
#63745 - Add traversing and debugging interface
Andreas Beeker
2019-09-11
1
-2
/
+6
*
Close file-resources in unit-tests, fix IDE warnings
Dominik Stadler
2019-08-15
13
-1835
/
+1885
*
Bug 63657: Rework the for bug #62130 to not use up twice as much memory when ...
Dominik Stadler
2019-08-12
2
-8
/
+32
*
add some missing classes to poi-ooxml-schemas
PJ Fanning
2019-07-25
1
-1
/
+3
*
add some missing classes to poi-ooxml-schemas
PJ Fanning
2019-07-25
1
-0
/
+39
*
Bug 63580 - Fix texture paint handling
Andreas Beeker
2019-07-22
1
-24
/
+10
*
[github-150] XWPFPicture: easy access to width and depth. Thanks to Thibaut C...
PJ Fanning
2019-07-19
1
-1
/
+22
*
[github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu...
PJ Fanning
2019-07-19
1
-0
/
+12
*
[github-157] add setters for ExtendedProperties. Thanks to Thibaut Cuvelier. ...
PJ Fanning
2019-07-19
1
-0
/
+36
*
[github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.
PJ Fanning
2019-07-16
1
-0
/
+6
*
omit png output on test
Andreas Beeker
2019-06-23
1
-1
/
+1
*
Bug 60656 - EMF image support in slideshows
Andreas Beeker
2019-06-23
1
-1
/
+2
*
Bug 62906 and 63401: Ensure tables have an initial name which does not confli...
Dominik Stadler
2019-06-22
1
-0
/
+35
[next]