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
/
java
/
org
/
apache
/
poi
/
ss
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugzilla 47721 - Added implementation for INDIRECT()
Josh Micich
2009-08-21
7
-60
/
+356
*
minor improvements to sheet name validation and identification of cell refere...
Josh Micich
2009-08-20
1
-20
/
+36
*
changed interface from OperationEval to Function for basic operators
Josh Micich
2009-08-19
1
-30
/
+49
*
Fixing compiler warnings - unnecessary typecasts
Josh Micich
2009-08-18
2
-200
/
+185
*
initial work on removing obsolete Eval interface
Josh Micich
2009-08-17
1
-8
/
+7
*
Combined FuncVarEval into FunctionEval. Simplified selection of free ref func...
Josh Micich
2009-08-17
1
-8
/
+4
*
Bugzilla 47598 - Improved formula evaluator number comparison
Josh Micich
2009-07-29
6
-218
/
+867
*
Improvements to formula evaluation treatment of -0.0. (Refinements to fix for...
Josh Micich
2009-07-23
1
-46
/
+46
*
Converted ConcatEval to singleton
Josh Micich
2009-07-23
1
-4
/
+2
*
Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records
Josh Micich
2009-06-04
1
-8
/
+9
*
Fix for javadoc error in Cell.setCellValue(Date) found by Mike Curwen
Josh Micich
2009-06-04
1
-5
/
+13
*
rolling back r781622
Josh Micich
2009-06-04
3
-38
/
+9
*
submitted in error
Josh Micich
2009-06-03
3
-9
/
+38
*
Bugzilla 47312 - Fixed formula parser to properly reject cell references with...
Josh Micich
2009-06-03
1
-60
/
+52
*
Changed CRLF to LF in remaining trunk/src files
Josh Micich
2009-06-01
1
-29
/
+29
*
Changed CRLF to LF in .java base src files. Minor reformatting fixes.
Josh Micich
2009-05-19
26
-3049
/
+3048
*
Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas
Yegor Kozlov
2009-05-17
2
-27
/
+57
*
encapsulated hasUnlimitedVarags() logic into FunctionMetadata
Josh Micich
2009-05-17
1
-8
/
+13
*
Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...
Josh Micich
2009-05-17
1
-133
/
+190
*
Fix bug #47154 - Handle the cell format @ as the same as General
Nick Burch
2009-05-16
1
-1
/
+1
*
Allow 255 arguments for excel functions in XSSF, see bugzilla 46279
Yegor Kozlov
2009-04-18
2
-4
/
+20
*
added Workbook.getName(String) method. Fixed javadoc on related methods
Josh Micich
2009-04-16
1
-26
/
+28
*
removed unused imports of deprecated classes, fixed javadoc errors
Yegor Kozlov
2009-04-11
1
-1
/
+1
*
moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ...
Yegor Kozlov
2009-04-08
36
-0
/
+5467
*
consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...
Yegor Kozlov
2009-04-06
4
-34
/
+46
*
Bug 46951 - fixed formula parser to better handle range operators and whole r...
Josh Micich
2009-04-06
5
-1086
/
+1481
*
added SpreadsheetVersion enum to hold version-specific properties such as max...
Yegor Kozlov
2009-04-03
2
-1
/
+123
*
Fix for bug 46898 - Formula evaluator should not cache intermediate circular-...
Josh Micich
2009-03-30
2
-3
/
+17
*
support built-in data formats in XSSFDataFormat
Yegor Kozlov
2009-03-01
1
-0
/
+133
*
fixed non-standard ASF license headers
Yegor Kozlov
2009-02-24
3
-15
/
+18
*
Fixed formula parser to handle names with backslashes
Yegor Kozlov
2009-02-15
1
-1
/
+1
*
Modified formula parser to encode SUM taking a single argument as tAttrSum (f...
Josh Micich
2009-02-02
2
-3
/
+23
*
Fix for bug 46643 - formula parser should encode range operator with tMemFunc
Josh Micich
2009-02-02
1
-1
/
+7
*
Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti...
Josh Micich
2009-01-22
2
-0
/
+58
*
Simplifying ValueEval hierarchy, added comments to Function and OperationEval.
Josh Micich
2008-12-31
1
-9
/
+10
*
fixed formula parser to correctly resolve sheet-level names
Yegor Kozlov
2008-12-23
2
-5
/
+24
*
1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...
Yegor Kozlov
2008-12-04
1
-0
/
+1
*
fixed compiler error due unused import
Josh Micich
2008-12-04
1
-1
/
+0
*
Initial add of ForkedEvaluator functionality
Josh Micich
2008-12-04
4
-0
/
+539
*
Minor code improvements, fixed comments
Josh Micich
2008-12-03
1
-15
/
+39
*
more generics compiler warnings fixes for poi.ss.formula
Josh Micich
2008-12-03
8
-44
/
+43
*
fixed generics compiler warnings for poi.ss.formula
Josh Micich
2008-12-03
8
-127
/
+73
*
modified EvaluationCell to make Evaluation API more easily wrapable.
Josh Micich
2008-12-03
2
-10
/
+13
*
Fix for bug 46156 - improved POI's number rendering to more closely match Exc...
Josh Micich
2008-12-01
1
-0
/
+405
*
added getNumberOfCells CellRangeAddressBase etc
Josh Micich
2008-11-19
2
-0
/
+14
*
Initial support for union operator in FormulaParser (fix for broken junits)
Josh Micich
2008-11-19
3
-9
/
+82
*
Changes to formula evaluation allowing for reduced memory usage
Josh Micich
2008-11-13
4
-13
/
+120
*
extracted local variable
Josh Micich
2008-11-13
1
-9
/
+10
*
Fix bug #46184 - more odd escaped date formats
Nick Burch
2008-11-12
1
-0
/
+2
*
common ss interfaces for drawing, clientacnhor and picture, also some refacto...
Yegor Kozlov
2008-11-12
1
-1
/
+1
[next]