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/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.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
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
use StringBuilder in more places
PJ Fanning
2017-10-31
1
-498
/
+504
*
github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to ...
Javen O'Neal
2017-10-31
1
-0
/
+12
*
add test case for bug 61701 and use StringBuilder in more places
PJ Fanning
2017-10-31
11
-31
/
+78
*
Remove more deprecated code
PJ Fanning
2017-10-23
2
-43
/
+1
*
Remove more deprecated code
PJ Fanning
2017-10-23
1
-5
/
+0
*
Introduce new BorderFormatting methods to expose border styles
PJ Fanning
2017-10-22
3
-183
/
+179
*
Remove use of deprecated methods
PJ Fanning
2017-10-22
3
-88
/
+44
*
Remove use of deprecated methods
PJ Fanning
2017-10-22
3
-65
/
+39
*
Add getter/setter for ReadingOrder to XSSF, closes issue #73
Dominik Stadler
2017-10-18
1
-0
/
+50
*
cleanup for r1812476: avoid NPEs from string.isEmpty()
Javen O'Neal
2017-10-18
3
-1
/
+12
*
replace "".equals(string) with string.isEmpty() to avoid null strings silentl...
Javen O'Neal
2017-10-18
7
-8
/
+8
*
string.equals("") -> string.isEmpty() or "".equals(string)
Javen O'Neal
2017-10-18
3
-3
/
+3
*
IntelliJ: simplify boolean logic
Javen O'Neal
2017-10-17
2
-10
/
+5
*
Make public static members final [thanks to Kui Liu]. This close #78.
PJ Fanning
2017-10-15
1
-3
/
+3
*
Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...
Dominik Stadler
2017-10-13
13
-56
/
+46
*
adjust tests, javadoc, ...
Dominik Stadler
2017-10-11
1
-7
/
+7
*
Remove "filling" in IntList as this has no effect whatsoever as far as I coul...
Dominik Stadler
2017-10-11
5
-65
/
+27
*
Apply patch from bug 61096: Add support for modules in VBAMacroReader
Dominik Stadler
2017-10-07
2
-42
/
+133
*
Bug 61064: Support behavior of function CEILING in newer versions of Microsof...
Dominik Stadler
2017-09-28
1
-3
/
+2
*
Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there mig...
Dominik Stadler
2017-09-28
2
-1
/
+21
*
Fix bug 61516: when copying cells with formulas we should properly check for ...
Dominik Stadler
2017-09-28
1
-14
/
+21
*
Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook
Dominik Stadler
2017-09-26
1
-6
/
+2
*
Fixup change for CellReference to keep the behavior the same as before
Dominik Stadler
2017-09-26
1
-1
/
+1
*
Replace deprecated CellReference class and some other warnings fixed
Dominik Stadler
2017-09-26
3
-17
/
+9
*
Bug 61349 -- bump limits on classes that caused regressions in Dominik's regr...
Tim Allison
2017-09-25
1
-1
/
+1
*
Remove more deprecated classes and methods
PJ Fanning
2017-09-23
5
-108
/
+2
*
Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...
Dominik Stadler
2017-09-23
1
-2
/
+1
*
Fix some IntelliJ warnings
Dominik Stadler
2017-09-22
1
-1
/
+1
*
Javadoc fix
Nick Burch
2017-09-21
1
-1
/
+1
*
Bug 61349 -- add more sanity checks when allocating byte[]
Tim Allison
2017-09-21
54
-80
/
+339
*
Bug 61148: Fix calculating formula value, unfortunately we currently need to ...
Dominik Stadler
2017-09-19
1
-2
/
+9
*
IntelliJ warnings, deprecation
Dominik Stadler
2017-09-19
5
-26
/
+18
*
Bug 61520: Add JavaDoc about name-references in Excel
Dominik Stadler
2017-09-18
1
-0
/
+5
*
use non-deprecated versions of getCellType
PJ Fanning
2017-09-18
4
-5
/
+5
*
change CellFormat.ultimateType to return CellType
PJ Fanning
2017-09-18
1
-15
/
+13
*
change HyperLink getType to return HyperlinkType
PJ Fanning
2017-09-18
4
-14
/
+17
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
10
-24
/
+24
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
3
-8
/
+8
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
9
-167
/
+40
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-18
1
-81
/
+0
*
Change getCachedFormulaResultType to return CellType
PJ Fanning
2017-09-18
8
-64
/
+74
*
Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem
Dominik Stadler
2017-09-17
8
-208
/
+66
*
Fix some warnings in OOXMLLite and move copyFile to IOUtils
Dominik Stadler
2017-09-17
1
-7
/
+23
*
Various code cleanups, "final" for static methods is useless, for-loops, simp...
Dominik Stadler
2017-09-17
21
-198
/
+101
*
Some more code cleanup
Dominik Stadler
2017-09-17
3
-2
/
+7
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-16
1
-195
/
+0
*
Use Integer.compare() where possible
Dominik Stadler
2017-09-16
3
-5
/
+5
*
Fix some warnings in unit tests
Dominik Stadler
2017-09-16
1
-3
/
+0
*
Fix some warnings
Dominik Stadler
2017-09-16
1
-1
/
+1
*
Remove unnecessary local variables
Dominik Stadler
2017-09-16
47
-155
/
+96
[next]