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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugzilla 47721 - Added implementation for INDIRECT()
Josh Micich
2009-08-21
15
-187
/
+601
*
minor improvements to sheet name validation and identification of cell refere...
Josh Micich
2009-08-20
2
-35
/
+53
*
Avoid exception when reading ClipboardData packet in OLE property sets, see b...
Yegor Kozlov
2009-08-20
4
-23
/
+29
*
changed interface from OperationEval to Function for basic operators
Josh Micich
2009-08-19
20
-457
/
+142
*
Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...
Josh Micich
2009-08-19
1
-1
/
+1
*
Fixed compiler warnings - unnecessary throws declaration
Josh Micich
2009-08-18
4
-95
/
+56
*
Fixed compiler warnings - unnecessary else
Josh Micich
2009-08-18
24
-854
/
+765
*
Fixing compiler warnings - unnecessary typecasts
Josh Micich
2009-08-18
18
-904
/
+690
*
Fixed unused imports compiler warnings (and some others)
Josh Micich
2009-08-18
30
-721
/
+299
*
Removed obsolete Eval interface
Josh Micich
2009-08-17
34
-187
/
+121
*
Replaced obsolete Eval with ValueEval in signature of Function.evaluate()
Josh Micich
2009-08-17
50
-329
/
+200
*
initial work on removing obsolete Eval interface
Josh Micich
2009-08-17
16
-56
/
+53
*
Combined FuncVarEval into FunctionEval. Simplified selection of free ref func...
Josh Micich
2009-08-17
5
-91
/
+60
*
Follow-on for bugzilla 47652 - used more specific exception when password is ...
Josh Micich
2009-08-14
2
-2
/
+17
*
Bugzilla 47652 - Added support for reading encrypted workbooks
Josh Micich
2009-08-07
11
-143
/
+925
*
code improvements to RecordFactoryInputStream
Josh Micich
2009-08-07
3
-292
/
+276
*
Bugzilla 47598 - Improved formula evaluator number comparison
Josh Micich
2009-07-29
7
-221
/
+871
*
Fixed RecordFactoryInputStream to properly read continued DrawingRecords
Yegor Kozlov
2009-07-25
1
-0
/
+3
*
added a cmd option to turn on deserialization of escher records
Yegor Kozlov
2009-07-25
1
-10
/
+7
*
Improvements to formula evaluation treatment of -0.0. (Refinements to fix for...
Josh Micich
2009-07-23
5
-56
/
+65
*
Converted ConcatEval to singleton
Josh Micich
2009-07-23
2
-37
/
+32
*
updated docs on extraction of embedded objects, misc changes in HSSF
Yegor Kozlov
2009-07-18
2
-8
/
+8
*
Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498
Yegor Kozlov
2009-07-12
1
-21
/
+44
*
Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO
Josh Micich
2009-07-06
1
-25
/
+41
*
refactored HSSFEventFactory to use RecordFactory instead of HSSFRecordStream,...
Yegor Kozlov
2009-07-05
4
-348
/
+247
*
Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS records
Josh Micich
2009-06-24
2
-39
/
+63
*
Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps()
Josh Micich
2009-06-23
1
-602
/
+582
*
Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m...
Yegor Kozlov
2009-06-20
3
-8
/
+24
*
Added implementation for ISNA()
Josh Micich
2009-06-19
2
-1
/
+57
*
fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...
Yegor Kozlov
2009-06-19
2
-6
/
+29
*
Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode names
Josh Micich
2009-06-18
1
-2
/
+7
*
Removed trailing whitespace in RecordFactory
Josh Micich
2009-06-12
1
-20
/
+21
*
Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...
Josh Micich
2009-06-12
5
-223
/
+398
*
fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ...
Yegor Kozlov
2009-06-07
10
-59
/
+64
*
Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet...
Josh Micich
2009-06-06
1
-118
/
+104
*
Removed RCS tags from src/java javadocs
Josh Micich
2009-06-04
3
-5
/
+1
*
Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records
Josh Micich
2009-06-04
10
-518
/
+416
*
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
5
-68
/
+11
*
submitted in error
Josh Micich
2009-06-03
5
-11
/
+68
*
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
*
Fixed non-use of 10 sample files (named 'BigSSTRecord*'). Resurrected SSTReco...
Josh Micich
2009-06-01
1
-22
/
+0
*
removed '@version $Id:$' tags (all were in javadoc comments)
Josh Micich
2009-06-01
37
-128
/
+51
*
removed obsolete classes
Josh Micich
2009-06-01
2
-162
/
+0
*
Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fi...
Josh Micich
2009-06-01
1
-172
/
+117
*
Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records aft...
Josh Micich
2009-06-01
2
-50
/
+65
*
Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ...
Yegor Kozlov
2009-05-30
1
-5
/
+6
*
Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name leng...
Josh Micich
2009-05-22
1
-484
/
+405
*
Made constructor parameter type less restrictive
Josh Micich
2009-05-22
1
-1
/
+2
[next]