aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFOptimiser.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 53763: avoid style mess when using HSSFOptimiserYegor Kozlov2012-10-121-0/+41
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-291-1/+43
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-74/+63
* fixed non-standard ASF license headersYegor Kozlov2009-02-241-5/+6
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-10/+10
* Cell Style optimisations tooNick Burch2008-07-151-1/+94
* Start on HSSFOptimiser, which removes un-needed cell styles and fonts, fixing...Nick Burch2008-07-151-0/+147