aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java
Commit message (Expand)AuthorAgeFilesLines
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-733/+679
* Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefault...Yegor Kozlov2008-04-021-1/+61
* Make TestHSSFSheet#testAutoSizeColumn not fail on a Mac just because of font ...Ugo Cei2008-02-041-1/+1
* Patch to support UncalcedRecord and usermodel code for it, to indicate formul...Nick Burch2008-01-161-3/+81
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-091-0/+24
* Further font size tweaks for autosizing test (macs are even odder...)Nick Burch2008-01-091-4/+5
* Font sizes can vary slightly between machines, so use small ranges not absolu...Nick Burch2008-01-091-3/+15
* Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr...Nick Burch2008-01-091-0/+98
* Have autoSizeColumn skip over merged regions - bug #43902. Patch from PaoloNick Burch2008-01-091-0/+39
* New tests for setLandscape, which seems to indicate that the problem reported...Nick Burch2008-01-081-0/+84
* Now can protect sheets with a password. So everyone may cease whining about itAndrew C. Oliver2007-07-021-0/+16
* fixed bug 41761: NPE when serializing a workbook with empty rows Yegor Kozlov2007-03-201-5/+38
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Added the ability to set the default style for an individual column in a sheet.Shawn Laubach2006-01-211-0/+11
* Multiple clone of same sheet now generates unique sheet name BUG 37416 fixed.Jason Height2006-01-051-0/+18
* bug 35084, reported by Stefano Rocca. fixed in Sheet.javaAvik Sengupta2005-05-311-0/+16
* user API to set window pane when wb is openedAvik Sengupta2005-05-071-1/+28
* additional tests for DBCS sheet nameAvik Sengupta2005-04-281-0/+14
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-4/+5
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-29/+29
* Some fixes to the branch. Lots left to do. Boolean records aren't supported...Glen Stampoultzis2004-04-181-0/+1
* 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-0/+48
* Add protect record to sheet. Sync from REL_2_BRANCH ..Thanks Rick BermanAvik Sengupta2003-08-231-0/+22
* Updates for the display of gridlines, formulas, and such because I forgot to ...Shawn Laubach2003-08-221-2/+43
* When shifting rows, added ability to shift the merged regions entirelyDanny Mui2003-06-271-0/+21
* Round 2 with removing merged regions. The MergedRecords array would be emptiedDanny Mui2003-06-271-0/+19
* When removing one MergedRegion, the record was removed before it was ready,Danny Mui2003-06-271-5/+33
* 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-83/+0
* Support for freezepanes / split panes / header rows and columns on printouts....Glen Stampoultzis2003-02-061-1/+20
* PR:15677Avik Sengupta2003-01-011-0/+21
* Some reformatting only.Glen Stampoultzis2002-12-261-65/+66
* Added ability to shift rows in a sheet.Shawn Laubach2002-10-071-0/+81
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11721 clone for sheetsAndrew C. Oliver2002-09-051-0/+16
* Merge from 1.5 branchGlen Stampoultzis2002-04-241-2/+8
* Fixed a bug I introduced a couple of days agoGlen Stampoultzis2002-04-121-0/+2
* Bug fix & cleanupGlen Stampoultzis2002-04-101-18/+42
* Fixed author and comment.Glen Stampoultzis2002-02-181-2/+2
* Initial revisionAndrew C. Oliver2002-01-311-0/+170