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/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.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
/
HSSFSheet.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some more updates to the records->usermodel support for hssf shapes. Still no...
Nick Burch
2008-01-15
1
-1
/
+15
*
Make a start on processing shapes on a sheet out of a record. For now, doesn'...
Nick Burch
2008-01-09
1
-6
/
+36
*
Have autoSizeColumn skip over merged regions - bug #43902. Patch from Paolo
Nick Burch
2008-01-09
1
-1
/
+7
*
Fix bug #34023 - when shifting rows, update the any formula references to tho...
Nick Burch
2008-01-08
1
-6
/
+47
*
Add a new method onto AreaReference to get all the cells referenced, not just...
Nick Burch
2008-01-08
1
-0
/
+10
*
Fix bug #44070 - patch from Gian Carlo Pace
Nick Burch
2008-01-07
1
-1
/
+21
*
Usermodel support for the datavalidation code, and tests for it (bug 27511)
Nick Burch
2007-12-03
1
-0
/
+93
*
improved handling rotated text in HSSFSheet.autoSizeColumn
Yegor Kozlov
2007-11-06
1
-43
/
+57
*
Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Wil...
Yegor Kozlov
2007-11-03
1
-4
/
+42
*
HSSFPicture.resize() - a handy method to reset a picture to its original widt...
Yegor Kozlov
2007-10-01
1
-2
/
+2
*
Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetI...
Nick Burch
2007-09-24
1
-8
/
+11
*
Add a note on autoSizeColumn being a somewhat slow opperation. Update the sta...
Nick Burch
2007-09-17
1
-0
/
+4
*
Bug 43090: autoSizeColumn can calculate negative sizes for the column width d...
Yegor Kozlov
2007-08-10
1
-0
/
+3
*
keep the javadoc compiler quiet
Yegor Kozlov
2007-07-02
1
-2
/
+2
*
Now can protect sheets with a password. So everyone may cease whining about it
Andrew C. Oliver
2007-07-02
1
-1
/
+33
*
improved work with cell comments
Yegor Kozlov
2007-03-12
1
-0
/
+9
*
not autofit for formula cells
Yegor Kozlov
2007-02-26
1
-2
/
+0
*
support for auto-sizing worksheet columns
Yegor Kozlov
2007-02-13
1
-0
/
+99
*
Applying the copy2license.pl script (with tiny modification to allow for more...
Henri Yandell
2006-12-22
1
-5
/
+6
*
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
*
Added the ability to set the default style for an individual column in a sheet.
Shawn Laubach
2006-01-21
1
-1
/
+9
*
Javadoc issues resolved.
Rainer Klute
2005-05-16
1
-2
/
+2
*
user API to set window pane when wb is opened
Avik Sengupta
2005-05-07
1
-0
/
+31
*
Added image support for POI. See the quick guide for details. Sponsored thr...
Glen Stampoultzis
2005-05-01
1
-4
/
+7
*
- Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...
Rainer Klute
2005-01-02
1
-7
/
+7
*
Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel ...
Jason Height
2004-10-14
1
-1
/
+3
*
Merged REL_2_BRANCH to head.
Glen Stampoultzis
2004-08-23
1
-166
/
+181
*
New licence changes.
Glen Stampoultzis
2004-04-09
1
-52
/
+16
*
Ported the drawing stuff from the rel_2_branch. Given the effort this took I...
Glen Stampoultzis
2004-04-09
1
-9
/
+152
*
Add protect record to sheet. Sync from REL_2_BRANCH ..Thanks Rick Berman
Avik Sengupta
2003-08-23
1
-1
/
+17
*
Updates for the display of gridlines, formulas, and such because I forgot to ...
Shawn Laubach
2003-08-22
1
-2
/
+46
*
Beginnings of the performance-branch merge.
Andrew C. Oliver
2003-07-19
1
-87
/
+115
*
When shifting rows, added ability to shift the merged regions entirely
Danny Mui
2003-06-27
1
-7
/
+71
*
Added ability to copy row height during shift. Also gave the ability to rese...
Shawn Laubach
2003-05-16
1
-4
/
+32
*
Changed copyright from 2002 to 2003
Glen Stampoultzis
2003-04-30
1
-1
/
+1
*
Fix for bug #15019. NullPointerException in shiftRows. Added the test case ...
Shawn Laubach
2003-02-09
1
-0
/
+1
*
Support for freezepanes / split panes / header rows and columns on printouts....
Glen Stampoultzis
2003-02-06
1
-3
/
+76
*
PR:15677
Avik Sengupta
2003-01-01
1
-0
/
+27
*
Some reformatting only.
Glen Stampoultzis
2002-12-26
1
-73
/
+88
*
Some charting work (this is not currently working so don't expect much).
Glen Stampoultzis
2002-12-16
1
-6
/
+8
*
Added ability to shift rows in a sheet.
Shawn Laubach
2002-10-07
1
-0
/
+47
*
Move self from developer list to committer list and update emails (so people ...
Shawn Laubach
2002-10-05
1
-1
/
+1
*
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11721 clone for sheets
Andrew C. Oliver
2002-09-05
1
-0
/
+4
*
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10884
Andrew C. Oliver
2002-07-21
1
-0
/
+25
*
Shawn's patch
Glen Stampoultzis
2002-07-20
1
-5
/
+13
*
Fixed bug 10943
Glen Stampoultzis
2002-07-20
1
-8
/
+15
*
great patch by craig@adaptivetrade.com (Craig Kelley) --
Andrew C. Oliver
2002-05-10
1
-4
/
+8
*
Shawn's patch
Andrew C. Oliver
2002-05-03
1
-0
/
+42
[next]