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.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/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.cyclonedx.bom-2.0.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
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bug-63187] fix typos
PJ Fanning
2019-02-18
2
-4
/
+4
*
Bug 62980: Make D* functions ignore case in headings
Yegor Kozlov
2019-02-09
1
-1
/
+2
*
Adjust handling of some exceptions in regression tests
Dominik Stadler
2019-01-27
3
-9
/
+17
*
Bug 60405: Add initial support for cetab functions so some macros can be
Dominik Stadler
2019-01-27
7
-59
/
+116
*
pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...
Vladislav Galas
2019-01-26
2
-34
/
+89
*
pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base
Vladislav Galas
2019-01-26
2
-32
/
+50
*
pulled *Cell.setCellValue(double) to the common base
Vladislav Galas
2019-01-26
3
-35
/
+45
*
pulled *Cell.getCellTypeEnum() to common base
Vladislav Galas
2019-01-26
3
-13
/
+18
*
pulled *Cell.getAddress to common base
Vladislav Galas
2019-01-26
2
-8
/
+9
*
made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...
Vladislav Galas
2019-01-26
4
-8
/
+22
*
purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...
Vladislav Galas
2019-01-26
4
-7
/
+6
*
added Cell.setBlank() - as an alias, for now
Vladislav Galas
2019-01-26
2
-0
/
+15
*
setCellFormula: blank cell gets value 0, non-blank value is preserved
Vladislav Galas
2019-01-26
3
-19
/
+74
*
Fix some IDE warnings and JVM deprecations
Dominik Stadler
2019-01-22
1
-1
/
+1
*
follow-up to Bug 62904. More tests and improved evaluation of IF in array mode
Yegor Kozlov
2019-01-14
7
-54
/
+198
*
Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample
Dominik Stadler
2019-01-13
1
-2
/
+5
*
Fix some Findbugs and IDE issues, refactor some duplicated code,
Dominik Stadler
2019-01-13
5
-65
/
+90
*
Bug 62810: AreaReference ctor looses sheet name if rows or columns swapped
Dominik Stadler
2019-01-13
1
-5
/
+11
*
IDE and JavaDoc fixes, move/remove some unfixed tests
Dominik Stadler
2019-01-11
7
-35
/
+15
*
unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...
Vladislav Galas
2019-01-07
5
-70
/
+220
*
Bug 62904: Support array arguments in IF and logical IS*** functions
Yegor Kozlov
2019-01-07
9
-97
/
+257
*
throw IllegalArgumnetException if null directory specified
PJ Fanning
2019-01-04
1
-0
/
+4
*
Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...
Vladislav Galas
2019-01-03
1
-4
/
+1
*
Bug 62828: CellReference(Cell) now initializes sheet name.
Vladislav Galas
2019-01-02
1
-1
/
+1
*
#63047 - Make POILogger subclassable
Andreas Beeker
2018-12-31
4
-204
/
+145
*
Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does
Dominik Stadler
2018-12-30
3
-76
/
+107
*
IDE and JavaDoc fixes
Dominik Stadler
2018-12-30
1
-5
/
+5
*
#63028 - Provide font embedding for slideshows
Andreas Beeker
2018-12-28
11
-231
/
+585
*
Run Cell-tests on HSSF as well and make handling of null-values consistent ac...
Dominik Stadler
2018-12-28
1
-0
/
+10
*
Add some simple coverage of HSLF-Dev-Tools
Dominik Stadler
2018-12-26
1
-1
/
+1
*
Bug 62839: Adjust MathX.floor() to handle negative values the same
Dominik Stadler
2018-12-26
1
-36
/
+21
*
Fix various IDE warnings and some JavaDoc adjustments
Dominik Stadler
2018-12-26
1
-3
/
+3
*
Remove unnecesssary semicolons
Dominik Stadler
2018-12-26
2
-2
/
+2
*
Simplify some string operations
Dominik Stadler
2018-12-26
5
-12
/
+12
*
JavaDoc fixes/additions and some IDE warnings removed
Dominik Stadler
2018-12-25
19
-208
/
+134
*
Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden()
Dominik Stadler
2018-12-25
1
-0
/
+2
*
Code-style: Unify how arrays are specified from C-style to normal Java-style
Dominik Stadler
2018-12-25
70
-324
/
+330
*
#63017 - Remove rows from a XSLFTable
Andreas Beeker
2018-12-18
3
-8
/
+14
*
[github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM...
PJ Fanning
2018-12-18
3
-23
/
+103
*
use spaces for indents
PJ Fanning
2018-12-17
1
-159
/
+160
*
#62365 - SVG image support in XSLF
Andreas Beeker
2018-12-16
3
-15
/
+39
*
Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136
PJ Fanning
2018-12-16
3
-158
/
+173
*
#60656 - EMF image support in slideshows
Andreas Beeker
2018-12-16
12
-118
/
+278
|
\
|
*
merge trunk
hemf
Andreas Beeker
2018-12-16
1
-1
/
+4
|
|
\
|
|
/
|
/
|
*
|
#62365 - SVG image support in XSLF
Andreas Beeker
2018-12-16
1
-1
/
+4
*
|
#62999 - IBM JDK JIT causes AIOOBE in TexturePaintContext
Andreas Beeker
2018-12-10
4
-6
/
+28
*
|
#62994 - IBM JCE workarounds
Andreas Beeker
2018-12-09
2
-2
/
+32
*
|
#62966 - init presetShapeDefinitions.xml fail under IBM jdk
Andreas Beeker
2018-12-09
1
-21
/
+24
*
|
#62953 - Rendering of FreeformShapes with formula fails
Andreas Beeker
2018-12-09
6
-56
/
+57
*
|
lgtm issues
PJ Fanning
2018-12-08
2
-2
/
+2
[next]