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
Commit message (
Expand
)
Author
Age
Files
Lines
*
put field initialisation in Workbook constructor
Josh Micich
2009-12-22
1
-17
/
+27
*
Removed unused Model, ModelFactory. ModelFactoryListener etc.
Josh Micich
2009-12-22
7
-336
/
+3
*
renamed function implementations to avoid potential name clashes
Josh Micich
2009-12-21
8
-18
/
+29
*
fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251
Yegor Kozlov
2009-12-21
4
-5
/
+79
*
undo code mistakenly submitted in r892839
Yegor Kozlov
2009-12-21
1
-5
/
+3
*
improved javadoc on Picture.resize()
Yegor Kozlov
2009-12-21
5
-1
/
+36
*
another test for Bugzilla 48026
Yegor Kozlov
2009-12-19
1
-0
/
+3
*
fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bug...
Yegor Kozlov
2009-12-19
11
-66
/
+423
*
added --noheader option to BiffViewer to suppress output of record headers
Yegor Kozlov
2009-12-19
1
-6
/
+19
*
fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regions
Yegor Kozlov
2009-12-19
2
-2
/
+12
*
fixed possible NPE in LbsDataSubRecord.toString()
Yegor Kozlov
2009-12-19
1
-1
/
+1
*
changed retention policy in @Internal to RUNTIME, also added a string paramet...
Yegor Kozlov
2009-12-19
1
-2
/
+2
*
removed obsolete work-around code from test case
Josh Micich
2009-12-17
1
-54
/
+1
*
Fixed INDEX function to return reference results properly.
Josh Micich
2009-12-17
3
-97
/
+128
*
Minor improvements to error reporting in TestIndexFunctionFromSpreadsheet
Josh Micich
2009-12-17
1
-7
/
+7
*
fixed special cases of dereferenceResult method
Josh Micich
2009-12-16
3
-36
/
+56
*
changed short param to int in AreaEval.containsColumn() method
Josh Micich
2009-12-16
3
-6
/
+6
*
fixed ExternalNameRecord to properly distinguish DDE data from OLE data in th...
Yegor Kozlov
2009-12-15
3
-98
/
+71
*
preserve POIFS StorageClsid when re-writing existing workbooks, this property...
Yegor Kozlov
2009-12-15
2
-5
/
+27
*
updated the Downloads page to reflect the latest release of POI-3.6
Yegor Kozlov
2009-12-15
4
-21
/
+23
*
added a template of RELEASE-NOTES
Yegor Kozlov
2009-12-15
1
-0
/
+52
*
Added missing license headers to 5 files. Removed dist target from howtobuild...
Dave Fisher
2009-12-13
6
-4
/
+80
*
Documentation changes for poi-ooxml-schemas
Dave Fisher
2009-12-13
1
-3
/
+24
*
modified MultiOperandNumericFunction to use TwoDEval
Josh Micich
2009-12-09
1
-4
/
+4
*
Created new TwoDEval interface for AreaEvals (in preparation for patch 48292)
Josh Micich
2009-12-09
18
-99
/
+158
*
Removed unused imports under src/java and src/testcases. Other minor fixes.
Josh Micich
2009-12-09
11
-138
/
+102
*
Renamed AreaEval method from getValueAt() to getAbsoluteValue()
Josh Micich
2009-12-08
5
-23
/
+22
*
Some more clean up of array formula support in preparation for patch 48292
Josh Micich
2009-12-08
4
-9
/
+41
*
Refactored some code in OFFSET implementation. Added test cases showing comp...
Josh Micich
2009-12-08
3
-52
/
+53
*
Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul T...
Josh Micich
2009-12-08
5
-0
/
+141
*
updated current version on status.xml, also some misc post-release improvemen...
Yegor Kozlov
2009-12-07
1
-1
/
+3
*
Controlled instantiation of BoolPtg (made consistent with ErrPtg)
Josh Micich
2009-12-05
3
-9
/
+16
*
Removed generic type parameter from OperandPtg because it was not worth the e...
Josh Micich
2009-12-04
8
-16
/
+14
*
fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil...
Yegor Kozlov
2009-12-04
3
-5
/
+24
*
Made POI follow the rules for encoding unary +/- operators more closely.
Josh Micich
2009-12-04
2
-3
/
+69
*
Refactoring/simplification of TestFormulaParser
Josh Micich
2009-12-04
1
-201
/
+93
*
More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C...
Josh Micich
2009-12-03
3
-15
/
+123
*
Converted line endings from CRLF to LF in Internal.java
Josh Micich
2009-12-03
1
-37
/
+38
*
added an annotation '@Internal' to mark program elements intended for POI int...
Yegor Kozlov
2009-12-03
31
-5
/
+128
*
added a test covering bookmarks
Yegor Kozlov
2009-12-03
1
-14
/
+12
*
Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field
Josh Micich
2009-12-02
3
-131
/
+103
*
Added junits for existing functionality of ColumnInfoRecord
Josh Micich
2009-12-02
2
-0
/
+65
*
fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701
Yegor Kozlov
2009-12-02
7
-159
/
+561
*
Made ScalarConstantPtg public and MissingArgEval.instance final
Josh Micich
2009-12-01
2
-3
/
+5
*
memory usage optimization in XSSF - avoid creating parentless xml beans
Yegor Kozlov
2009-11-30
8
-74
/
+260
*
Made BlankEval instance consistent with other Eval singletons.
Josh Micich
2009-11-28
27
-71
/
+73
*
Added constants for IF() and CHOOSE() function indexes
Josh Micich
2009-11-27
2
-3
/
+10
*
Patch 48284 - raise visibility of FormulaParseException
Josh Micich
2009-11-27
12
-216
/
+158
*
minor changes - initial work on bugzilla 48292 (support for array formulas)
Josh Micich
2009-11-27
5
-764
/
+778
*
small tweak to fix compiler error after r884918 (differences in @Override rul...
Josh Micich
2009-11-27
2
-6
/
+3
[next]