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
...
*
Modified formula parser to encode SUM taking a single argument as tAttrSum (f...
Josh Micich
2009-02-02
5
-56
/
+58
*
Fix for bug 46643 - formula parser should encode range operator with tMemFunc
Josh Micich
2009-02-02
1
-1
/
+7
*
Added toString methods to help debugging
Josh Micich
2009-02-02
2
-20
/
+73
*
Fix for bug 46647 - COUNTIF NE operator and other special cases involving typ...
Josh Micich
2009-02-02
1
-3
/
+17
*
fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFR...
Yegor Kozlov
2009-01-29
1
-1
/
+1
*
Fix for bug 46545 - ObjRecord should ignore excessive padding written by prev...
Josh Micich
2009-01-29
1
-16
/
+45
*
Fix for bug 46613 - evaluator should perform case insensitive string comparisons
Josh Micich
2009-01-27
1
-1
/
+1
*
Follow-up fix for r737173 and r737238 (patch 46544) - filename arg was not pr...
Josh Micich
2009-01-23
1
-2
/
+3
*
Follow-up fix for r737173 (patch 46544) - filename arg was not properly parsed.
Josh Micich
2009-01-23
1
-1
/
+1
*
Bugzilla 45644 - adding a command line interface to hssf ExcelExtractor
Josh Micich
2009-01-23
1
-31
/
+188
*
Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti...
Josh Micich
2009-01-22
9
-154
/
+211
*
Fixing compiler warnings
Josh Micich
2009-01-21
1
-176
/
+173
*
Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca...
Josh Micich
2009-01-21
2
-6
/
+8
*
Fix for bug 46547 - Allow for addition of conditional formatting when data va...
Josh Micich
2009-01-21
2
-2
/
+11
*
Removed unused, erroneous import
Josh Micich
2009-01-17
1
-2
/
+0
*
Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + som...
Josh Micich
2009-01-16
4
-57
/
+146
*
Updated class comment
Josh Micich
2009-01-16
1
-3
/
+2
*
Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0...
Josh Micich
2009-01-16
1
-8
/
+13
*
resolved error constants in BoolErrRecord
Josh Micich
2009-01-14
1
-186
/
+177
*
Bugzilla 46523 - added implementation for SUMIF
Josh Micich
2009-01-13
1
-21
/
+119
*
Improvements to countif implementation in preparation for sumif
Josh Micich
2009-01-13
1
-20
/
+69
*
Support for reading HSSF column styles
Nick Burch
2009-01-06
1
-0
/
+18
*
Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties exist
Nick Burch
2009-01-06
1
-5
/
+7
*
Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua...
Josh Micich
2009-01-05
3
-7
/
+10
*
Fix for 45031 - added implementation for CHOOSE function.
Josh Micich
2008-12-31
1
-21
/
+44
*
Simplifying ValueEval hierarchy, added comments to Function and OperationEval.
Josh Micich
2008-12-31
15
-132
/
+99
*
Patch 46410 from Steven Butler - added impl for TIME() function.
Josh Micich
2008-12-31
1
-20
/
+83
*
added HSSFPictureData.getFormat() as requested in #46320
Yegor Kozlov
2008-12-30
1
-2
/
+16
*
Fix for bug 46445 - move hyperlinks when shifting rows
Yegor Kozlov
2008-12-30
1
-0
/
+6
*
fixed formula parser to correctly resolve sheet-level names
Yegor Kozlov
2008-12-23
12
-172
/
+214
*
1. added support for shared formulas in XSSF, see bug #464332. improved valid...
Yegor Kozlov
2008-12-22
2
-14
/
+39
*
Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ...
Yegor Kozlov
2008-12-17
3
-0
/
+34
*
Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serializatio...
Josh Micich
2008-12-16
2
-2
/
+7
*
1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c...
Yegor Kozlov
2008-12-12
3
-5
/
+8
*
Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 characters
Nick Burch
2008-12-09
2
-9
/
+18
*
1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...
Yegor Kozlov
2008-12-04
3
-5
/
+63
*
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
*
should have been part of c723161 (re-arranging methods getRecordSize and getD...
Josh Micich
2008-12-04
1
-2
/
+2
*
re-arranging methods getRecordSize and getDataSize in Record / StandardRecord...
Josh Micich
2008-12-04
10
-135
/
+95
*
Minor code improvements, fixed comments
Josh Micich
2008-12-03
1
-15
/
+39
*
Improvements to arg checking in constructor
Josh Micich
2008-12-03
1
-1
/
+9
*
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
10
-161
/
+100
*
modified EvaluationCell to make Evaluation API more easily wrapable.
Josh Micich
2008-12-03
3
-18
/
+18
*
Final fix for bug 44914 - Removed warning message "WARN. Unread n bytes of re...
Josh Micich
2008-12-02
2
-10
/
+32
*
Fix for bug 46156 - improved POI's number rendering to more closely match Exc...
Josh Micich
2008-12-01
4
-32
/
+426
*
Generics warnings and other clean-up in HSSFSheet
Josh Micich
2008-12-01
1
-147
/
+80
*
Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty row
Josh Micich
2008-12-01
1
-275
/
+287
*
Improved error message when attempting to read BIFF2 file (bugzilla 46269)
Josh Micich
2008-11-29
1
-164
/
+171
[prev]
[next]