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.github.spotbugs-6.1.3
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/commons-codec-commons-codec-1.18.0
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-1.17.0
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/net.bytebuddy-byte-buddy-agent-1.17.0
dependabot/gradle/org.apache.pdfbox-pdfbox-3.0.4
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix tests broken by <br/> doc changes
PJ Fanning
2017-07-17
3
-5
/
+5
*
javadoc: replace invalid self enclosing elements
PJ Fanning
2017-07-17
5
-7
/
+7
*
bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...
Javen O'Neal
2017-07-14
1
-1
/
+1
*
avoid unnecessary string concats in SXSSF SheetDataWriter
PJ Fanning
2017-07-13
1
-1
/
+1
*
add 362px font height for my computer's configuration (high-dpi monitor)
Javen O'Neal
2017-07-13
1
-1
/
+3
*
replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.x...
Javen O'Neal
2017-07-13
2
-21
/
+10
*
[Bug-61281] fix issue with export of table columns - Thanks to Daniel for the...
PJ Fanning
2017-07-12
1
-0
/
+2
*
[Bug-61281] guard against index out of bounds in XSSFExportToXml column mapping
PJ Fanning
2017-07-11
1
-89
/
+123
*
expand range of acceptable values in TestFonts
PJ Fanning
2017-07-10
1
-3
/
+2
*
font rendering - handle a few system dependent textbox sizes
Andreas Beeker
2017-07-09
1
-2
/
+9
*
[Bug-61268] avoid NegativeArraySizeException parsing doc file
PJ Fanning
2017-07-09
1
-2
/
+2
*
Rollback of r1801368 because of a generics bug with self-referenced types in ...
Andreas Beeker
2017-07-09
1
-1
/
+1
*
#61169 - Text with Japanese characters overflows textbox
Andreas Beeker
2017-07-08
4
-45
/
+226
*
[Bug 61246] remove flush method
PJ Fanning
2017-07-03
1
-2
/
+2
*
[Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars repl...
PJ Fanning
2017-07-03
1
-0
/
+75
*
Remove more deprecated code (especially from Spreadsheet Cell classes)
PJ Fanning
2017-06-30
4
-47
/
+46
*
remove temporary jenkins debug output
Andreas Beeker
2017-06-29
1
-7
/
+0
*
remove timezoned call to Date.toString() - SignatureProperties don't necessar...
Andreas Beeker
2017-06-29
1
-3
/
+3
*
remove deprecated POIXMLDocument.hasOOXMLHeader
PJ Fanning
2017-06-29
1
-2
/
+1
*
Remove old XSSFWorkbook wb.xssfSheetIterator method
PJ Fanning
2017-06-29
1
-10
/
+1
*
Remove old XSSFPaswordHelper
PJ Fanning
2017-06-29
1
-5
/
+3
*
add debugging info to find signature differences
Andreas Beeker
2017-06-28
1
-1
/
+19
*
Ensure SpreadsheetVersion is set for AreaReferences
PJ Fanning
2017-06-28
7
-25
/
+31
*
Bug 61182 - Invalid signature created for streamed xslx file
Andreas Beeker
2017-06-28
1
-10
/
+91
*
Remove some deprecated *SSF APIs
PJ Fanning
2017-06-28
2
-4
/
+1
*
rollback invalid commit - r1799740
Andreas Beeker
2017-06-24
1
-65
/
+0
*
release prepare for 3.17-beta1 - pin documentation
Andreas Beeker
2017-06-24
1
-0
/
+65
*
Add file that failed regression tests as a unit test.
Greg Woolsey
2017-06-24
1
-0
/
+10
*
unit test that is not written yet should fail
Javen O'Neal
2017-06-20
1
-0
/
+1
*
simplify unit test code with IOUtils.write to a NullOutputStream
Javen O'Neal
2017-06-20
1
-7
/
+3
*
bug 57919: close opened resources
Javen O'Neal
2017-06-20
1
-8
/
+17
*
rename createXls and createXlsx helper functions: these are specifically for ...
Javen O'Neal
2017-06-20
1
-32
/
+18
*
bug 58113: this passes with SXSSF now
Javen O'Neal
2017-06-20
1
-1
/
+0
*
bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test...
Javen O'Neal
2017-06-20
1
-8
/
+2
*
Improve error message if we encounter invalid/unexpected files in integration...
Dominik Stadler
2017-06-19
1
-1
/
+1
*
Don't try to clone a chart, this makes integration-tests work for a few more ...
Dominik Stadler
2017-06-18
1
-1
/
+1
*
Fix some IntelliJ warnings
Dominik Stadler
2017-06-18
1
-1
/
+0
*
Bug 56557: Fix handling chart sheets,
Dominik Stadler
2017-06-16
1
-0
/
+21
*
#61162 - En-/decryption support for HWPF
Andreas Beeker
2017-06-14
1
-0
/
+187
*
Standardize some more common chart axis properties.
Greg Woolsey
2017-06-12
1
-0
/
+40
*
Move one testcase with incorrect source location
Dominik Stadler
2017-06-09
2
-4
/
+71
*
Update the CreateTable example to reduce the use of the raw CT classes
Nick Burch
2017-06-07
1
-1
/
+1
*
Make it possible to create simple XSSF sheet tables without needing CT classe...
Nick Burch
2017-06-07
1
-26
/
+33
*
XSSFTable should format numeric/date cells when used as Column Header names a...
Nick Burch
2017-06-07
1
-0
/
+78
*
bug 58325: enable TestXSSFShape unit tests. Thanks to Dominik Stadler for the...
Javen O'Neal
2017-06-04
2
-38
/
+69
*
fix eclipse resource leak warnings
Andreas Beeker
2017-05-31
4
-62
/
+107
*
Bug 61119 - Fix preset shape rendering and shading
Andreas Beeker
2017-05-30
1
-2
/
+2
*
Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...
Greg Woolsey
2017-05-26
5
-11
/
+32
*
Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...
Dominik Stadler
2017-05-23
1
-0
/
+19
*
Reformat code somewhat
Dominik Stadler
2017-05-23
1
-223
/
+217
[next]