aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
Commit message (Expand)AuthorAgeFilesLines
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-151-1/+15
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-091-6/+36
* Have autoSizeColumn skip over merged regions - bug #43902. Patch from PaoloNick Burch2008-01-091-1/+7
* Fix bug #34023 - when shifting rows, update the any formula references to tho...Nick Burch2008-01-081-6/+47
* Add a new method onto AreaReference to get all the cells referenced, not just...Nick Burch2008-01-081-0/+10
* Fix bug #44070 - patch from Gian Carlo PaceNick Burch2008-01-071-1/+21
* Usermodel support for the datavalidation code, and tests for it (bug 27511)Nick Burch2007-12-031-0/+93
* improved handling rotated text in HSSFSheet.autoSizeColumnYegor Kozlov2007-11-061-43/+57
* Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Wil...Yegor Kozlov2007-11-031-4/+42
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-011-2/+2
* Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetI...Nick Burch2007-09-241-8/+11
* Add a note on autoSizeColumn being a somewhat slow opperation. Update the sta...Nick Burch2007-09-171-0/+4
* Bug 43090: autoSizeColumn can calculate negative sizes for the column width d...Yegor Kozlov2007-08-101-0/+3
* keep the javadoc compiler quietYegor Kozlov2007-07-021-2/+2
* Now can protect sheets with a password. So everyone may cease whining about itAndrew C. Oliver2007-07-021-1/+33
* improved work with cell commentsYegor Kozlov2007-03-121-0/+9
* not autofit for formula cellsYegor Kozlov2007-02-261-2/+0
* support for auto-sizing worksheet columnsYegor Kozlov2007-02-131-0/+99
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* BUG 27496: get/setPageBreak and get/getColumnBreak now work correctly if a te...Jason Height2006-09-081-13/+21
* bug 23631: support for getting the current pane information in excelJason Height2006-08-291-3/+12
* Bug 33736: Applied patch for Column Hiding. ThanksJason Height2006-08-281-0/+23
* Added the ability to set the default style for an individual column in a sheet.Shawn Laubach2006-01-211-1/+9
* Javadoc issues resolved.Rainer Klute2005-05-161-2/+2
* user API to set window pane when wb is openedAvik Sengupta2005-05-071-0/+31
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-011-4/+7
* - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...Rainer Klute2005-01-021-7/+7
* Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel ...Jason Height2004-10-141-1/+3
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-166/+181
* New licence changes.Glen Stampoultzis2004-04-091-52/+16
* Ported the drawing stuff from the rel_2_branch. Given the effort this took I...Glen Stampoultzis2004-04-091-9/+152
* Add protect record to sheet. Sync from REL_2_BRANCH ..Thanks Rick BermanAvik Sengupta2003-08-231-1/+17
* Updates for the display of gridlines, formulas, and such because I forgot to ...Shawn Laubach2003-08-221-2/+46
* Beginnings of the performance-branch merge.Andrew C. Oliver2003-07-191-87/+115
* When shifting rows, added ability to shift the merged regions entirelyDanny Mui2003-06-271-7/+71
* Added ability to copy row height during shift. Also gave the ability to rese...Shawn Laubach2003-05-161-4/+32
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* Fix for bug #15019. NullPointerException in shiftRows. Added the test case ...Shawn Laubach2003-02-091-0/+1
* Support for freezepanes / split panes / header rows and columns on printouts....Glen Stampoultzis2003-02-061-3/+76
* PR:15677Avik Sengupta2003-01-011-0/+27
* Some reformatting only.Glen Stampoultzis2002-12-261-73/+88
* Some charting work (this is not currently working so don't expect much).Glen Stampoultzis2002-12-161-6/+8
* Added ability to shift rows in a sheet.Shawn Laubach2002-10-071-0/+47
* Move self from developer list to committer list and update emails (so people ...Shawn Laubach2002-10-051-1/+1
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11721 clone for sheetsAndrew C. Oliver2002-09-051-0/+4
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10884Andrew C. Oliver2002-07-211-0/+25
* Shawn's patchGlen Stampoultzis2002-07-201-5/+13
* Fixed bug 10943Glen Stampoultzis2002-07-201-8/+15
* great patch by craig@adaptivetrade.com (Craig Kelley) --Andrew C. Oliver2002-05-101-4/+8
* Shawn's patchAndrew C. Oliver2002-05-031-0/+42