aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java
Commit message (Expand)AuthorAgeFilesLines
* Unit tests for Shrink To Fit cell style support (#55661)Nick Burch2013-11-071-42/+71
* Apply patch from bug 55341Dominik Stadler2013-09-291-4/+48
* fixed setting named styles to HSSFCells. see Bugzilla 50912Yegor Kozlov2011-03-111-5/+10
* Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all depr...Josh Micich2009-02-031-158/+121
* Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally hel...Nick Burch2008-09-151-3/+21
* Make a start on exposing the StyleRecord details into HSSFCellStyle, but not ...Nick Burch2008-09-141-0/+36
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-8/+8
* Allow the cloning of one HSSFCellStyle onto another, including cloning styles...Nick Burch2008-07-121-0/+74
* Implement hashCode and equals for HSSFFont and HSSFCellStyleNick Burch2008-02-061-0/+29
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-3/+4
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11010 - great patch byAndrew C. Oliver2002-09-021-3/+0
* custom data formats patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=...Andrew C. Oliver2002-08-151-2/+2
* Some testing related stuff. The first shot at a sanity tester for XLS record...Glen Stampoultzis2002-04-291-3/+9
* Applied patches from Loiec LefeavreAndrew C. Oliver2002-03-151-1/+12
* Fixed deprecation warningsGlen Stampoultzis2002-02-181-6/+4
* Added methods for date reading and writing on HSSFCell.Glen Stampoultzis2002-02-121-0/+26
* Author tag not valid in method javadoc. Only class javadoc.Glen Stampoultzis2002-02-121-2/+0
* Initial revisionAndrew C. Oliver2002-01-311-0/+209