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.dorongold.task-tree-4.0.1
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.github.spotbugs-6.1.4
dependabot/gradle/com.github.spotbugs-6.1.5
dependabot/gradle/com.github.spotbugs-6.1.6
dependabot/gradle/com.github.spotbugs-6.1.7
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/com.google.guava-guava-33.4.5-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/junitVersion-5.12.0
dependabot/gradle/junitVersion-5.12.1
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-1.17.1
dependabot/gradle/net.bytebuddy-byte-buddy-1.17.2
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/net.bytebuddy-byte-buddy-agent-1.17.1
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.2
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.cyclonedx.bom-2.1.0
dependabot/gradle/org.cyclonedx.bom-2.2.0
dependabot/gradle/org.junit.platform-junit-platform-launcher-1.12.1
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.mockito-mockito-core-5.16.0
dependabot/gradle/org.mockito-mockito-core-5.16.1
dependabot/gradle/org.slf4j-slf4j-api-2.0.17
dependabot/gradle/org.slf4j-slf4j-simple-2.0.17
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix regular expression example
Javen O'Neal
2016-07-08
1
-1
/
+1
*
bug 59826: ant script to apply patch.tar.gz files from bugzilla
Javen O'Neal
2016-07-08
1
-0
/
+53
*
add crude unit test for ZipPackagePropertiesMarshaller
Javen O'Neal
2016-07-08
2
-0
/
+37
*
convert to junit4
Javen O'Neal
2016-07-08
2
-45
/
+26
*
whitespace and +svn:eol-style=native
Javen O'Neal
2016-07-08
1
-77
/
+77
*
add @Internal annotations to implementations of Internal EvaluationWorkbook a...
Javen O'Neal
2016-07-07
11
-3
/
+55
*
add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set...
Javen O'Neal
2016-07-07
2
-10
/
+39
*
add getters for setIgnoreMissingWorkbooks and setDebugEvaluationOutputForNext...
Javen O'Neal
2016-07-07
1
-2
/
+11
*
whitespace (3sp to 4sp)
Javen O'Neal
2016-07-07
1
-73
/
+74
*
whitespace (tabs to spaces)
Javen O'Neal
2016-07-07
4
-210
/
+210
*
add @Override annotations to spreadsheet formula Evaluation classes
Javen O'Neal
2016-07-07
8
-8
/
+85
*
bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ...
Javen O'Neal
2016-07-07
13
-3
/
+106
*
+svn:eol-style native
Javen O'Neal
2016-07-07
0
-0
/
+0
*
whitespace; +svn:eol-style=native
Javen O'Neal
2016-07-07
1
-1084
/
+1084
*
Findbugs-JDK8: log ignored exception
Javen O'Neal
2016-07-07
1
-4
/
+9
*
bug 50795: move hack to avoid xmlbeans corrupt pointer to its own function
Javen O'Neal
2016-07-07
1
-8
/
+9
*
bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also ...
Javen O'Neal
2016-07-07
1
-7
/
+13
*
bug 59805: avoid memory leaks if time zone or locale are never set or user ne...
Javen O'Neal
2016-07-07
1
-26
/
+20
*
findbugs: replace switch statement with fall-throughs with if statement, remo...
Javen O'Neal
2016-07-07
1
-50
/
+27
*
add comment about a bug found by findbugs-jdk8. Someone more familiar with HS...
Javen O'Neal
2016-07-07
1
-0
/
+1
*
bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that...
Javen O'Neal
2016-07-06
2
-7
/
+37
*
bug 59805: add unit test for LocaleUtil#getLocaleCalendar
Javen O'Neal
2016-07-06
1
-0
/
+44
*
bug 59805: add unit test for LocaleUtil
Javen O'Neal
2016-07-06
1
-0
/
+55
*
bug 59805: make LocaleUtil a static class
Javen O'Neal
2016-07-06
1
-1
/
+5
*
bug 59804: javadoc update
Javen O'Neal
2016-07-05
1
-1
/
+4
*
+svn:eol-style=native
Javen O'Neal
2016-07-05
3
-18
/
+18
*
bug 59804: indicate when features were @Internal-ized
Javen O'Neal
2016-07-05
17
-36
/
+49
*
bug 59804: add since attribute to @Internal annotation; add @Removal annotati...
Javen O'Neal
2016-07-05
2
-4
/
+76
*
javadocs fixes (jdk8)
Andreas Beeker
2016-07-05
6
-101
/
+119
*
bug 59784: replace 'signed' with 'signature (.asc)'; patch from Sebb
Javen O'Neal
2016-07-05
1
-4
/
+4
*
Add a unit-test to verify that DataFormatter.formatCellValue() does format fo...
Dominik Stadler
2016-07-05
1
-0
/
+20
*
javadocs fixes (jdk8)
Andreas Beeker
2016-07-04
14
-37
/
+183
*
When dumping a HMEF body that is a string not RTF, use a predictable encoding...
Nick Burch
2016-07-04
1
-1
/
+9
*
Fix HMEFMessage to allow fetching attributes by custom MAPI Properties
Nick Burch
2016-07-04
2
-1
/
+33
*
#59780 OPC support for a wider range of timezone'd created and modified date ...
Nick Burch
2016-07-04
3
-5
/
+39
*
Add ignored test for #59780, and specially-crafted test file
Nick Burch
2016-07-04
2
-0
/
+19
*
bug 59796: XSSFTable#getRowCount off-by-one error
Javen O'Neal
2016-07-04
2
-5
/
+25
*
typo
Javen O'Neal
2016-07-04
1
-1
/
+1
*
mark BitField as internal use only
Javen O'Neal
2016-07-04
1
-1
/
+1
*
pre for-each iteration over for index iteration
Javen O'Neal
2016-07-04
1
-4
/
+6
*
bug 59795: add method to synchronize start and stop cell references with CTTable
Javen O'Neal
2016-07-04
2
-10
/
+77
*
Try (as best as possible with no test file) to extract uncompressed HMEF test...
Nick Burch
2016-07-04
2
-3
/
+33
*
bug 59790,59791: add @since javadoc annotation to FormulaType and CellType
Javen O'Neal
2016-07-04
2
-6
/
+26
*
bug 59791: CellFormat#ultimateType(Cell) should return an integer for backwar...
Javen O'Neal
2016-07-04
3
-5
/
+36
*
bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType ...
Javen O'Neal
2016-07-04
11
-38
/
+95
*
bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...
Javen O'Neal
2016-07-04
30
-103
/
+195
*
bug 59791: getCellType and getCachedFormulaResultType should return an intege...
Javen O'Neal
2016-07-04
76
-415
/
+661
*
reorganize imports (remove unused imports, sort alphabetically)
Javen O'Neal
2016-07-04
44
-114
/
+109
*
bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*
Javen O'Neal
2016-07-04
81
-405
/
+460
*
bug 59791: convert Cell Type to an enum
Javen O'Neal
2016-07-04
54
-1117
/
+1334
[prev]
[next]