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.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
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.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
/
testcases
/
org
/
apache
/
poi
/
ss
/
usermodel
/
BaseTestBugzillaIssues.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
1
-1
/
+1
*
Remove more deprecated code (especially from Spreadsheet Cell classes)
PJ Fanning
2017-06-30
1
-5
/
+3
*
fix eclipse warnings - close resources / type generics
Andreas Beeker
2017-01-15
1
-20
/
+37
*
Fix newly introduced Sonar issues and allow text to be null
Dominik Stadler
2016-11-27
1
-4
/
+7
*
Bug 60370: Encode some special characters when setting title/text for validat...
Dominik Stadler
2016-11-25
1
-3
/
+44
*
Bug 59200: Check for actual Excel limits on data validation title/text
Dominik Stadler
2016-11-25
1
-9
/
+73
*
reenable unit test for bug 58648 that passes now
Javen O'Neal
2016-10-19
1
-1
/
+3
*
bug 60197: Workbook#setSheetOrder should update named range sheet indices
Javen O'Neal
2016-10-09
1
-0
/
+97
*
Compiler/IDE warnings, unnecessary keywords,
Dominik Stadler
2016-09-21
1
-3
/
+0
*
change CellValue#getCellType() to return an int instead of an enum for backwa...
Javen O'Neal
2016-09-13
1
-2
/
+2
*
Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as well
Dominik Stadler
2016-07-27
1
-1
/
+78
*
bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...
Javen O'Neal
2016-07-04
1
-8
/
+8
*
bug 59791: getCellType and getCachedFormulaResultType should return an intege...
Javen O'Neal
2016-07-04
1
-12
/
+12
*
bug 59791: convert Cell Type to an enum
Javen O'Neal
2016-07-04
1
-29
/
+29
*
bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...
Javen O'Neal
2016-07-02
1
-1
/
+1
*
bug 57929: add disabled unit test, adapted from nova
Javen O'Neal
2016-06-20
1
-0
/
+30
*
fix spelling error
Javen O'Neal
2016-06-10
1
-2
/
+2
*
Fix some Sonar issues and some IntelliJ warnings
Dominik Stadler
2016-06-02
1
-18
/
+11
*
Try to reproduce bug 57798 but it seems to be fixed in the meantime
Dominik Stadler
2016-06-02
1
-0
/
+43
*
add disabled unit test for bug 59393 from stone
Javen O'Neal
2016-05-09
1
-0
/
+44
*
bug 58896: write autoSizeColumn timing to POILogger instead of standard output
Javen O'Neal
2016-04-17
1
-9
/
+23
*
Fix some cases where POI itself or the tests leaked file-handles
Dominik Stadler
2016-03-12
1
-41
/
+40
*
bug 58896: comment out time-dependent test
Javen O'Neal
2016-02-18
1
-3
/
+3
*
move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa...
Javen O'Neal
2016-02-18
1
-10
/
+6
*
bug 58896: add unit test to time Sheet.autoSizeColumn
Javen O'Neal
2016-02-18
1
-0
/
+60
*
Add test which verifies that bug 52684 is not a problem (any more)
Dominik Stadler
2016-02-17
1
-0
/
+24
*
Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ...
Nick Burch
2016-02-11
1
-0
/
+23
*
patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...
Javen O'Neal
2015-11-30
1
-0
/
+7
*
javadocs
Javen O'Neal
2015-11-27
1
-0
/
+5
*
add failing unit test for bug 58648
Javen O'Neal
2015-11-25
1
-0
/
+13
*
fix for bug 51622: autosize columns with leading whitespace
Javen O'Neal
2015-11-04
1
-2
/
+69
*
bug 58576: rename canComputeColumnWidht to canComputeColumnWidth
Javen O'Neal
2015-11-03
1
-2
/
+2
*
fix typos
Javen O'Neal
2015-11-03
1
-2
/
+2
*
bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...
Javen O'Neal
2015-10-31
1
-1
/
+1
*
- removed deprecated and confusing methods in XSSFColor
Andreas Beeker
2015-10-12
1
-22
/
+22
*
Bug 50319: Make row groups which include row 0 work
Dominik Stadler
2015-09-29
1
-0
/
+14
*
close resources in junit tests
Andreas Beeker
2015-09-20
1
-195
/
+228
*
Reduce required memory in tests by not actually creating all the rows/cells w...
Dominik Stadler
2015-08-24
1
-7
/
+6
*
POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...
Dominik Stadler
2015-08-19
1
-2
/
+72
*
Further unit tests for #55747
Nick Burch
2015-08-01
1
-1
/
+22
*
Unit test for #55747
Nick Burch
2015-07-31
1
-0
/
+31
*
Adjust test that is failing on freebsd some more
Dominik Stadler
2015-07-27
1
-14
/
+11
*
Yet another adjustment to the test as it seems that small values can be compu...
Dominik Stadler
2015-07-22
1
-4
/
+11
*
Still more checks to track down why canComputeColumnWidth() returns true, but...
Dominik Stadler
2015-07-22
1
-4
/
+4
*
Still more checks to track down why canComputeColumnWidth() returns true, but...
Dominik Stadler
2015-07-22
1
-6
/
+16
*
Still more checks to track down why canComputeColumnWidth() returns true, but...
Dominik Stadler
2015-07-22
1
-5
/
+45
*
One more try to find out why autosize fails on the freebsd CI machine
Dominik Stadler
2015-07-17
1
-4
/
+14
*
* Some more checks as test still fails on freebsd CI machine
Dominik Stadler
2015-07-16
1
-0
/
+3
*
* Make on unit test not fail if Fonts are not available on the machine
Dominik Stadler
2015-07-16
1
-1
/
+9
*
Bug 58113: Fix regression: NullPointerException when setting cell value to null
Dominik Stadler
2015-07-13
1
-6
/
+48
[next]