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.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
/
java
/
org
/
apache
/
poi
/
xssf
/
streaming
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...
Andreas Beeker
2015-09-07
1
-1
/
+2
*
POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...
Dominik Stadler
2015-08-19
1
-1
/
+6
*
findbugs - DM_NUMBER_CTOR
Andreas Beeker
2015-08-13
1
-4
/
+4
*
Start re-enabling some SXSSF formula evaluation tests, with required fixes #5...
Nick Burch
2015-07-31
3
-6
/
+54
*
Get basic SXSSF formula evaluation working, for cells/references in the windo...
Nick Burch
2015-07-31
4
-22
/
+60
*
Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua...
Nick Burch
2015-07-31
2
-2
/
+101
*
Prepare for SXSSF evaluation #58200
Nick Burch
2015-07-31
5
-8
/
+120
*
#58200 Prepare for evaluating SXSSF cell formulas in limited cases
Nick Burch
2015-07-31
5
-32
/
+171
*
Use more specific return types in SXSSF, which avoids casts, and also fix som...
Nick Burch
2015-07-31
4
-25
/
+23
*
Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X...
David North
2015-07-13
1
-1
/
+14
*
Bug 58113: Fix regression: NullPointerException when setting cell value to null
Dominik Stadler
2015-07-13
1
-1
/
+1
*
Bug 56865 - Limit number of bytes (by counting them) while opening office docs
Andreas Beeker
2015-06-23
1
-1
/
+2
*
When removing a SXSSF sheet, ensure temp files associated with it are dispose...
Nick Burch
2015-04-29
1
-1
/
+8
*
Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...
Dominik Stadler
2015-04-03
1
-0
/
+11
*
Adjust tests and fix small typo
Dominik Stadler
2015-02-27
1
-1
/
+1
*
Bug 57459: Add method in SXSSFSheet to directly set row OutLineLevel
Dominik Stadler
2015-02-14
1
-2
/
+30
*
Fix Eclipse warnings, provide better error message and adjust javadoc slightly
Dominik Stadler
2015-01-09
1
-0
/
+2
*
Bug 46192: Add methods to query outline level for HSSF and XSSF
Dominik Stadler
2015-01-02
2
-1
/
+5
*
Add missing close() of resources in both production code and tests
Dominik Stadler
2014-12-28
1
-0
/
+20
*
Picture method to resize with different scales in width and height
Andreas Beeker
2014-11-12
1
-0
/
+13
*
Fix Eclipse warning about generics
Dominik Stadler
2014-11-10
1
-1
/
+1
*
Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github
Nick Burch
2014-11-08
1
-1
/
+17
*
Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi...
Nick Burch
2014-11-05
1
-0
/
+7
*
Partial HSSF support for adding new external workbook formula references for ...
Nick Burch
2014-11-04
1
-0
/
+14
*
Print out current version of java before building to allow to see in build ou...
Dominik Stadler
2014-10-06
1
-4
/
+58
*
Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...
Nick Burch
2014-07-24
3
-5
/
+8
*
Fix inconsistent indent
Nick Burch
2014-06-11
1
-16
/
+16
*
#56537 close method for SXSSF too
Nick Burch
2014-06-11
1
-15
/
+29
*
Patch for #55594 from Paul Vonnahme - Fix SXSSF encodings on EBC
Nick Burch
2014-03-22
2
-3
/
+4
*
Fix Sonar issues about finalize() usage
Dominik Stadler
2014-03-08
1
-0
/
+2
*
Add assertions, remove Sonar warnings
Dominik Stadler
2014-02-15
2
-5
/
+3
*
Bug 53130 - SXSSF Shared Strings option support, to make generated xlsx files...
Andreas Beeker
2014-02-14
3
-12
/
+91
*
Remove unused members and make others private
Dominik Stadler
2013-12-26
1
-7
/
+4
*
Bug 55369: Add support for collapsing rows in SXSSF
Dominik Stadler
2013-10-20
3
-9
/
+95
*
Bug 55658: don't fail in SXSSF if a numeric cell is overwritten with a string
Dominik Stadler
2013-10-16
1
-2
/
+21
*
Also fix some Eclipse warnings while hunting Bugs: Generics, unused
Dominik Stadler
2013-08-21
1
-4
/
+13
*
Bug 55248: Add methods for showInPane() using int and unit test to verify it ...
Dominik Stadler
2013-07-13
1
-0
/
+14
*
Bug 53650 - Prevent unreadable content and disalow to overwrite rows in user...
Yegor Kozlov
2012-12-07
2
-0
/
+20
*
preserve leading / trailing spaces in SXSSF
Yegor Kozlov
2012-10-12
1
-1
/
+22
*
Bugzilla 53780: Fixed memory and temporary file leak in SXSSF
Yegor Kozlov
2012-09-14
4
-10
/
+55
*
removed #Override from interfaces to keep javac on JDK 1.5 happy
Yegor Kozlov
2012-08-06
1
-5
/
+0
*
Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...
Yegor Kozlov
2012-08-04
2
-8
/
+37
*
fixed compilation errors on JDK 1.5
Yegor Kozlov
2012-07-24
1
-2
/
+0
*
Bugzilla 53500 - Getter for repeating rows and columns
Yegor Kozlov
2012-07-21
1
-1
/
+15
*
Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode c...
Yegor Kozlov
2012-07-16
1
-0
/
+3
*
Bugzilla 53271 - Removed unconditional asserts in SXSSF
Yegor Kozlov
2012-05-25
5
-9
/
+0
*
follow on to r1295058
Yegor Kozlov
2012-02-29
1
-1
/
+32
*
Bugzilla 51673 - support grouping rows in SXSSF
Yegor Kozlov
2012-02-29
3
-4
/
+29
*
Bugzilla 52784 - replace ISO control characters with question marks in SXSSF ...
Yegor Kozlov
2012-02-28
1
-8
/
+9
*
validate row and column indexes in SXSSF
Yegor Kozlov
2012-02-12
2
-0
/
+23
[next]