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.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.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
/
apache
/
poi
/
hssf
/
usermodel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support Excel files which contain a WORKBOOK entry, rather than the usual Wor...
Nick Burch
2006-11-30
1
-1
/
+23
*
Bug 30635: getLastCellNum return last cell num + 1. Made this clear in javadoc.
Jason Height
2006-09-11
1
-3
/
+3
*
BUG 27496: get/setPageBreak and get/getColumnBreak now work correctly if a te...
Jason Height
2006-09-08
1
-13
/
+21
*
bug 23631: support for getting the current pane information in excel
Jason Height
2006-08-29
1
-3
/
+12
*
Bug 33736: Applied patch for Column Hiding. Thanks
Jason Height
2006-08-28
1
-0
/
+23
*
bug 40285: Corrected index of CellIterator. In addition made CelIterator obey...
Jason Height
2006-08-25
1
-1
/
+7
*
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@430976 13f7953...
Sean Sullivan
2006-08-12
1
-1
/
+1
*
In setCellFormula(String) the Ptg stack in FormulaRecord is cleared before fi...
Amol S. Deshmukh
2006-08-09
1
-4
/
+11
*
Made a bit of a meal out of the Shared formula patch, some of our test cases ...
Jason Height
2006-07-27
2
-1
/
+15
*
Clean up of HSSFDataFormat. Whilst Bug 22456 was probably not an issue with t...
Jason Height
2006-07-25
1
-20
/
+4
*
Bug 38486: Added handling of special 0x40 (64 dec) color.
Jason Height
2006-07-24
3
-10
/
+54
*
Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown.
Jason Height
2006-07-23
1
-0
/
+1
*
Allow fetching and changing the character set, eg to support wingdings fonts ...
Nick Burch
2006-06-16
1
-0
/
+43
*
Support for line thicknes through escher graphics 2d interface.
Glen Stampoultzis
2006-04-29
2
-6
/
+32
*
Updated to support lines for the EscherGraphics2d draw() call.
Glen Stampoultzis
2006-04-25
1
-5
/
+11
*
Added the ability to set the default style for an individual column in a sheet.
Shawn Laubach
2006-01-21
1
-1
/
+9
*
Multiple clone of same sheet now generates unique sheet name BUG 37416 fixed.
Jason Height
2006-01-05
1
-4
/
+14
*
Fixes to Unicode support. Believe that most unicode issues are now fixed. Bu...
Jason Height
2006-01-03
2
-15
/
+40
*
Added patch (along with fixes to it so that the unit tests work) for bug 37637
Jason Height
2006-01-03
4
-176
/
+140
*
Performance and memory improvements:
Jason Height
2005-09-02
2
-17
/
+34
*
Applied patch to convert LabelRecords to LabelSSTRecords from bug19053
Jason Height
2005-08-26
1
-3
/
+48
*
Fix for Bug#28328
Amol S. Deshmukh
2005-08-24
1
-0
/
+42
*
Minor javadoc update
Jason Height
2005-08-23
1
-3
/
+3
*
Major landing of the following changes:
Jason Height
2005-08-18
3
-52
/
+160
*
[35799] Used getXFIndexForColAt(short ) to get the default ExtendedFormatReco...
Amol S. Deshmukh
2005-07-20
1
-5
/
+7
*
Additional constants for background fill, by Andreas Engel
Avik Sengupta
2005-05-24
1
-0
/
+4
*
toString() method for HSSFCell to return
Avik Sengupta
2005-05-20
1
-3
/
+42
*
Javadoc issues resolved.
Rainer Klute
2005-05-16
1
-2
/
+2
*
Fixed issue where adding builtin types pushed other formats later in the list.
Shawn Laubach
2005-05-09
1
-2
/
+7
*
user API to set window pane when wb is opened
Avik Sengupta
2005-05-07
1
-0
/
+31
*
Moving to head
Glen Stampoultzis
2005-05-01
1
-0
/
+39
*
Added image support for POI. See the quick guide for details. Sponsored thr...
Glen Stampoultzis
2005-05-01
5
-13
/
+137
*
Added underline capability to the header and footer.
Shawn Laubach
2005-04-22
2
-177
/
+257
*
fix for not being able to name a sheet as Sheet1, with some tests
Avik Sengupta
2005-04-21
1
-1
/
+1
*
corrected doc
Avik Sengupta
2005-02-17
1
-2
/
+1
*
- Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...
Rainer Klute
2005-01-02
8
-29
/
+25
*
the zero height flag is now exposed via the usermodel -ACO
Andrew C. Oliver
2004-11-15
1
-0
/
+16
*
Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel ...
Jason Height
2004-10-14
2
-8
/
+6
*
Javadoc fixes and cleanup.
Glen Stampoultzis
2004-09-19
1
-181
/
+222
*
Bugzilla Bug 30951
Glen Stampoultzis
2004-09-19
1
-3
/
+8
*
Pier's other HWPF patch.
Glen Stampoultzis
2004-08-24
1
-18
/
+19
*
Merged REL_2_BRANCH to head.
Glen Stampoultzis
2004-08-23
31
-900
/
+831
*
Conditional check for logging to avoid creating too many temporary objects.
Glen Stampoultzis
2004-06-20
3
-20
/
+38
*
Some fixes to the branch. Lots left to do. Boolean records aren't supported...
Glen Stampoultzis
2004-04-18
1
-6
/
+8
*
New licence changes.
Glen Stampoultzis
2004-04-09
31
-748
/
+496
*
Moved some tests that were added to the wrong source branch.
Glen Stampoultzis
2004-04-09
5
-293
/
+0
*
Some of the later tweaks ported to the head.
Glen Stampoultzis
2004-04-09
3
-4
/
+13
*
Ported the drawing stuff from the rel_2_branch. Given the effort this took I...
Glen Stampoultzis
2004-04-09
25
-10
/
+3765
*
bug 24125 - date formats. sync to head.
Avik Sengupta
2004-01-01
1
-12
/
+0
*
Set constants to be static.
Shawn Laubach
2003-12-31
1
-18
/
+18
[next]