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.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
*
more progress with xssf chart api, see Bug 51196
Yegor Kozlov
2011-09-10
15
-227
/
+396
*
fix field updating in AbstractEscherOptRecord;
Sergey Vladimirov
2011-09-06
4
-86
/
+76
*
replace getInstance() / getOptions() with getShapeType for EscherSpRecord
Sergey Vladimirov
2011-08-31
19
-20
/
+63
*
split option field into version and instance
Sergey Vladimirov
2011-08-31
1
-9
/
+64
*
move poi.util.POIUtils to poi.poifs.filesystem.EntryUtils
Sergey Vladimirov
2011-08-23
2
-14
/
+7
*
relax requirements for POIUtils arguments (replace classes with interfaces)
Sergey Vladimirov
2011-08-22
1
-3
/
+3
*
move POI FS entries copy methods to new POIUtils class
Sergey Vladimirov
2011-08-22
2
-36
/
+125
*
fix 51671 - HWPFDocument.write based on NPOIFSFileSystem throws a NullPointer...
Sergey Vladimirov
2011-08-17
1
-1
/
+3
*
Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short re...
Nick Burch
2011-08-11
1
-2
/
+5
*
fix compiler warning about encoding
Sergey Vladimirov
2011-08-09
1
-2
/
+2
*
fix unsigned int to long conversion
Sergey Vladimirov
2011-08-09
1
-6
/
+6
*
Add Word-to-Text converter and use it as replacement for WordExtractor
Sergey Vladimirov
2011-08-09
5
-68
/
+107
*
exctract common properties record code into AbstractEscherOptRecord
Sergey Vladimirov
2011-07-29
3
-219
/
+184
*
support for conditional formatting in XSSF including docs and examples
Yegor Kozlov
2011-07-29
15
-92
/
+888
*
Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on t...
Nick Burch
2011-07-28
1
-0
/
+14
*
child of ContainerRecord is not only SpContainer; use generics to preserve so...
Sergey Vladimirov
2011-07-28
2
-10
/
+18
*
add additional escher properties names from 2.3.4. Group Shape
Sergey Vladimirov
2011-07-28
1
-9
/
+56
*
make EscherContainerRecord.toString() indent children even if they don't supp...
Sergey Vladimirov
2011-07-28
1
-28
/
+20
*
add EscherTertiaryOptRecord support
Sergey Vladimirov
2011-07-28
2
-5
/
+118
*
fix generics compiler warnings
Sergey Vladimirov
2011-07-28
1
-19
/
+16
*
Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals
Yegor Kozlov
2011-07-25
11
-22
/
+195
*
restore JDK 1.5 compatibility
Sergey Vladimirov
2011-07-25
1
-0
/
+24
*
added @Beta annotation to mark code that is subject to incompatible changes i...
Yegor Kozlov
2011-07-21
1
-0
/
+35
*
bug 50401 - fixed EscherProperty to return property name instead of 'unknown'...
Yegor Kozlov
2011-07-21
1
-1
/
+1
*
fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007
Yegor Kozlov
2011-07-20
1
-0
/
+3
*
more progress with support for charts in XSSF, see patch 51196
Yegor Kozlov
2011-07-20
4
-0
/
+354
*
Support for appending images to existing drawings in HSSF
Yegor Kozlov
2011-07-20
10
-38
/
+92
*
bug 46250 - Fixed cloning worksheets with images
Yegor Kozlov
2011-07-19
5
-64
/
+92
*
Fix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and...
Nick Burch
2011-07-15
2
-25
/
+21
*
Fix first part of bug #51514 - HSSF copy nodes from NPOIFS
Nick Burch
2011-07-15
2
-20
/
+26
*
Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are...
Yegor Kozlov
2011-07-15
3
-11
/
+24
*
Fix bug #51502 - Correct the Subtotal function javadoc entry
Nick Burch
2011-07-12
1
-1
/
+1
*
Fix bug #51469 - XSSF support for row styles, to match existing HSSF function...
Nick Burch
2011-07-08
2
-1
/
+26
*
Apply patch from bug #51476 - Correct XSSF cell formatting in HTML export
Nick Burch
2011-07-08
1
-2
/
+2
*
add closeQuietly() method
Sergey Vladimirov
2011-07-04
1
-0
/
+25
*
bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet referen...
Yegor Kozlov
2011-07-02
2
-2
/
+69
*
Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets
Yegor Kozlov
2011-07-02
1
-7
/
+17
*
Apply patch from bug #51458 - Correct BitField wrapping when setting large va...
Nick Burch
2011-07-01
1
-1
/
+1
*
Apply patch from bug #51460 (with some related generics tweaks) - Improve HSS...
Nick Burch
2011-07-01
5
-15
/
+102
*
added Workbook.getForceFormulaRecalculation as requested in Bug 51422
Yegor Kozlov
2011-06-30
3
-1
/
+20
*
Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...
Yegor Kozlov
2011-06-27
8
-60
/
+148
*
Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF
Yegor Kozlov
2011-06-25
3
-1
/
+29
*
cleanup sxxsf temp files after tests, remove non-ascii characters from source...
Yegor Kozlov
2011-06-25
4
-16
/
+14
*
Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs
Yegor Kozlov
2011-06-24
2
-6
/
+34
*
Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...
Yegor Kozlov
2011-06-23
4
-23
/
+110
*
Add a note about RecalcId record with a value of zero
Nick Burch
2011-06-22
1
-1
/
+3
*
Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ther...
Yegor Kozlov
2011-06-22
8
-12
/
+37
*
Bug 48408: Improved documentation for Sheet.setColumnWidth
Yegor Kozlov
2011-06-20
2
-3
/
+75
*
Bug 50681 - Avoid exception in HSSFDataFormat.getDataFormatString()
Yegor Kozlov
2011-06-16
1
-2
/
+8
*
Bug 50681 - Fixed autosizing columns beyond 255 character limit
Yegor Kozlov
2011-06-16
1
-1
/
+10
[next]