39 Commits (0ba83f7683c7c8925c12a54a4e05be2ef3f3fccd)

Author SHA1 Message Date
  Dominik Stadler 0ba83f7683 Regression in version 3.14-beta1: three or four-part formats with locale id cause exceptions when formatting instead of falling back to other formatting 8 years ago
  Nick Burch d1ea6125fa Bug #55265 - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not 1,234 8 years ago
  Andreas Beeker 3be69f87f7 fixes sonar/findbugs issues 8 years ago
  Nick Burch 1a96a88ef2 Mention about Locale definitions in Excel cell data format strings 8 years ago
  Nick Burch b3f68c4eb4 #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which 8 years ago
  David North 940f3c5af3 Format numbers more like Excel does 8 years ago
  Andreas Beeker 1a0365739f forbidden apis fixes - a few DateFormat clean ups ... 8 years ago
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
  Andreas Beeker 72433ac405 forbidden apis fixes 8 years ago
  Nick Burch d2cde65c30 #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8. Patch from Robert Kish 9 years ago
  Nick Burch 2dea5356aa Fix inconsistent indents 9 years ago
  Nick Burch c2edd459c7 Handle date format strings in an iso8601 style format, with a T in them. Fixes bug #54034 10 years ago
  Nick Burch 0c38315f31 POI is now on JDK 1.6, so remove 1.5 workaround 10 years ago
  Yegor Kozlov 97e6fae71e patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumber 10 years ago
  Nick Burch 374ea84aa6 Allow formatting of formula error cells, giving back the error string that Excel shows #55729 10 years ago
  Dominik Stadler 04e0efdbd5 Bug 54786: Fix missing quoting in date formatting, add a number of unit 11 years ago
  Nick Burch f9c9def944 Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handles fractions 11 years ago
  Yegor Kozlov bea7b6f2ef bugzilla 54137 - improved performance of DataFormatter with Fractions 11 years ago
  Nick Burch b300a8ee49 Fix bug #53389 - Handle formatting General and @ formats even if a locale is prefixed to them 12 years ago
  Nick Burch 5588a1c136 Correct fraction formatting quick return logic 12 years ago
  Nick Burch 05bfb7c0c9 Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the criteria for triggering fraction formatting matching 12 years ago
  Nick Burch ca28206971 Inspired by bug #52349 - Merge the logic between the TEXT function and DataFormatter 12 years ago
  Nick Burch 6576890e53 Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" and "/" 13 years ago
  Yegor Kozlov d732e60a09 improved DataFormatter, see Bugzilla 50841 13 years ago
  Nick Burch 3928762193 Fix bug #50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General 13 years ago
  Nick Burch 36c5190f57 When formatting numbers with DataFormatter, handle brackets following colours 14 years ago
  Nick Burch 2e26965241 Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's needed to match excel's rendering of numbers 14 years ago
  Nick Burch 390c6f797a Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MM 14 years ago
  Nick Burch 4a10622c7f Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to handle 1904 as well as 1900 dates 14 years ago
  Nick Burch 6099faa722 More work inspired by bug #48872 - handle MMMMM and elapsed time formatting rules in DataFormatter 14 years ago
  Nick Burch 708e302519 More fixes inspired by bug #48872 - handle zero formatting rules, and better color detection in DataFormatter 14 years ago
  Nick Burch 421505b715 Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look 14 years ago
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Josh Micich 6a7fc37e73 Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
  Nick Burch 631a96b8bc Fix bug #47154 - Handle the cell format @ as the same as General 15 years ago
  Yegor Kozlov fadd255a55 common ss interfaces for drawing, clientacnhor and picture, also some refactoring of common hssf-xssf code 15 years ago
  Josh Micich 2b9938194a Fixed compilation error introduced in r708982 15 years ago
  Yegor Kozlov ea3f604103 more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements 15 years ago