aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/usermodel/BuiltinFormats.java
Commit message (Expand)AuthorAgeFilesLines
* bug 61049 fix ordering of builtin formulasTim Allison2017-04-271-1/+1
* poi-60044 small typo in last update to BuiltinFormatsTim Allison2016-09-091-1/+1
* #59170 - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuil...Andreas Beeker2016-06-071-112/+65
* java docsJaven O'Neal2015-12-281-1/+1
* patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2cYegor Kozlov2013-12-241-6/+7
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug...Yegor Kozlov2011-02-101-8/+28
* cleaned javadoc warningsYegor Kozlov2010-06-061-1/+1
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-4/+4
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* built-in positive formats don't need starting '(', see bugzilla 47770 Yegor Kozlov2009-09-101-16/+19
* Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...Josh Micich2009-05-171-133/+190
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-011-0/+133