aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFDataFormatter.java
Commit message (Expand)AuthorAgeFilesLines
* Format numbers more like Excel doesDavid North2015-10-061-6/+7
* forbidden apis fixes - a few DateFormat clean ups ...Andreas Beeker2015-09-091-0/+1
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-11/+41
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-4/+6
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-2/+0
* force ASCII encoding when compiling sources, fixed unmappable characters for ...Yegor Kozlov2010-06-131-3/+3
* Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MMNick Burch2010-06-021-14/+57
* Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFData...Nick Burch2010-06-021-0/+57
* More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r...Nick Burch2010-06-011-9/+14
* More fixes inspired by bug #48872 - handle zero formatting rules, and better ...Nick Burch2010-06-011-0/+1
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-201-7/+22
* Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...Josh Micich2009-05-171-18/+19
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-161-0/+20
* Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.Josh Micich2008-09-121-2/+2
* added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow()Josh Micich2008-08-091-13/+7
* Some work on bug #45466 - Partial support for removing excel comments (won't ...Nick Burch2008-07-281-0/+1
* More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and fo...Josh Micich2008-07-281-168/+167
* Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode...Nick Burch2008-07-201-0/+282