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.github.spotbugs-6.1.4
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/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/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-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/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.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
*
Removed last occurrences of storing Ptg arrays in Stacks. Some related clean...
Josh Micich
2008-10-09
5
-131
/
+29
*
converted short HSSFCell.getCellNum to int getColumnIndex
Josh Micich
2008-10-09
3
-14
/
+15
*
Performance optimisation for EvaluationCache. Changed to use HSSFCell as key...
Josh Micich
2008-10-09
21
-482
/
+1258
*
Fix for 43354 - made the formula evaluator capable of handling missing functi...
Josh Micich
2008-10-06
3
-4
/
+48
*
Fixing comments and formatting inside Record subclasses
Josh Micich
2008-10-05
55
-692
/
+200
*
Better bounds checking in RecordInputStream. Removed rarely used methods read...
Josh Micich
2008-10-05
3
-211
/
+170
*
changed workbook reference to index in CellLocation
Josh Micich
2008-10-04
4
-14
/
+21
*
Fix for bug 45912 - ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecord
Josh Micich
2008-10-03
2
-164
/
+308
*
Fixed bug in CellCacheEntry (support for caching blank evaluation results)
Josh Micich
2008-10-01
1
-0
/
+4
*
reverted the change made in r693085 , see bug #45859
Yegor Kozlov
2008-09-30
1
-1
/
+1
*
Refactored fillFields() method into constructor in Record class hierarchy
Josh Micich
2008-09-30
155
-1711
/
+133
*
Removed validateSid method from Record classes
Josh Micich
2008-09-30
149
-1524
/
+5
*
Updated formula evaluator documentation due to bugzilla 45768
Josh Micich
2008-09-29
1
-12
/
+9
*
Fix for bug 45876 - allowed BoundSheetRecord to take sheet names longer than ...
Josh Micich
2008-09-29
3
-24
/
+42
*
Should have been submitted with c700203 (Refactoring row-blocks record readin...
Josh Micich
2008-09-29
3
-23
/
+59
*
Refactoring row-blocks record reading logic in Sheet
Josh Micich
2008-09-29
16
-670
/
+298
*
Fix for bug 45890 - made HSSFSheet.shiftRows also update conditional formats
Josh Micich
2008-09-29
6
-28
/
+113
*
Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulas
Josh Micich
2008-09-28
19
-122
/
+568
*
Fix formula parser to properly support the range operator. Small fixes to par...
Josh Micich
2008-09-26
6
-313
/
+478
*
Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execu...
Josh Micich
2008-09-26
6
-26
/
+135
*
Optimised the FormulaEvaluator to take cell dependencies into account
Josh Micich
2008-09-23
14
-274
/
+674
*
Some clean-up in BoundSheetRecord
Josh Micich
2008-09-22
3
-413
/
+213
*
Apply part of patch from bug #16936, with the rest made more HSSFCell like - ...
Nick Burch
2008-09-21
1
-0
/
+28
*
Update hssf.extractor.ExcelExtractor to optionally output blank cells too
Nick Burch
2008-09-21
1
-53
/
+72
*
Test to show that bug #45492 is invalid
Nick Burch
2008-09-21
2
-2
/
+15
*
Include the sheet name in the output of examples.XLS2CSVmra
Nick Burch
2008-09-21
1
-0
/
+31
*
Fix bug #45784 - Support long chart titles in SeriesTextRecords
Nick Burch
2008-09-21
1
-3
/
+20
*
Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to b...
Nick Burch
2008-09-21
4
-0
/
+33
*
Some clean-up after r696898 (partitioning common formula logic). Fixed compil...
Josh Micich
2008-09-19
2
-38
/
+17
*
Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...
Josh Micich
2008-09-19
38
-1083
/
+1427
*
code clean-up (removed compiler warnings/unused methods)
Josh Micich
2008-09-19
2
-20
/
+11
*
Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter...
Josh Micich
2008-09-18
43
-184
/
+338
*
fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ...
Yegor Kozlov
2008-09-18
1
-0
/
+6
*
Small tweak to NamePtg and Ref3DPtg
Josh Micich
2008-09-17
5
-37
/
+18
*
Reverting method name change. Taking a risk on breaking binary compatibility...
Josh Micich
2008-09-16
3
-22
/
+16
*
Fix for bug 45805 - 16-bit signed/unsigned problems in HSSFSheet.getColWidth(...
Josh Micich
2008-09-16
7
-99
/
+114
*
Fix for bug 45780 - update area refs during HSSFSheet.shiftRows()
Josh Micich
2008-09-16
20
-369
/
+609
*
Make MissingCellPolicy javadocs even more explicit about iterators, as people...
Nick Burch
2008-09-15
2
-1
/
+6
*
Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally hel...
Nick Burch
2008-09-15
1
-0
/
+16
*
Make a start on exposing the StyleRecord details into HSSFCellStyle, but not ...
Nick Burch
2008-09-14
3
-1
/
+91
*
Fix for bug 45978 - removed eager initialisation of SheetReferences
Josh Micich
2008-09-14
6
-92
/
+21
*
Replace some model.Sheet references with usermodel.HSSFSheet ones, to make mo...
Nick Burch
2008-09-13
4
-27
/
+26
*
Slight tidy
Nick Burch
2008-09-13
1
-1
/
+1
*
Added toString methods formatAsString to CellValue. Changed deprecation on Ce...
Josh Micich
2008-09-13
1
-13
/
+33
*
Refactored TextFunctions. Some minor fixes - test cases added.
Josh Micich
2008-09-13
15
-991
/
+338
*
Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.
Josh Micich
2008-09-12
10
-254
/
+225
*
Extended support for cached results of formula cells
Josh Micich
2008-09-12
8
-650
/
+858
*
clarification of ArrayPtg size increment
Josh Micich
2008-09-12
1
-30
/
+34
*
Removed trailing comma from output of HexDump.toHex()
Josh Micich
2008-09-12
2
-4
/
+9
*
Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregate
Josh Micich
2008-09-11
4
-562
/
+588
[next]