76 Commits (7c0327c8b101fcd093aae5a83b37a99f0809ffd1)

Autor SHA1 Nachricht Datum
  Nick Burch 2b2631225d #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+, handle formats like 0E-0, and ensure formats like 0E0 work correctly vor 4 Jahren
  Andreas Beeker c01273ad02 Sonar Fixes vor 4 Jahren
  Andreas Beeker 0f29ae8e4d Sonar fixes - type: bugs / severity: major vor 4 Jahren
  PJ Fanning 5d580f48e6 fix build issue vor 5 Jahren
  Greg Woolsey 67aad69757 #63292 1904 date windowing flag not used for some format cases vor 5 Jahren
  Greg Woolsey 0d22749477 #63291 CellFormat global cache isn't thread-safe vor 5 Jahren
  PJ Fanning 2a9390d683 [bug-63291] support concurrent date formatting with same DataFormatter vor 5 Jahren
  Dominik Stadler f6eab84243 Simplify some string operations vor 5 Jahren
  Andreas Beeker fa5e01e391 Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code vor 5 Jahren
  PJ Fanning 278ed0fc32 [bug-62639] make private constructor on DateFormatter public vor 5 Jahren
  Andreas Beeker bfe3e6a976 sonar fixes vor 6 Jahren
  Dominik Stadler 76d11ac37e Some JavaDoc adjustments, typos, IntelliJ warnings vor 6 Jahren
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. vor 6 Jahren
  PJ Fanning 38650a6d2f use non-deprecated versions of getCellType vor 6 Jahren
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int vor 6 Jahren
  Dominik Stadler 467053d91c Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... vor 6 Jahren
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) vor 6 Jahren
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements vor 7 Jahren
  PJ Fanning 31f2a54bde [github-25] support excel number trailing comma format - Thabks to Luca Martini for proving the patch vor 7 Jahren
  PJ Fanning 26389768b9 [Bug 60422] fix data formatter issue with specific format in German locale vor 7 Jahren
  Nick Burch 488dff773a Javadoc fixes vor 7 Jahren
  Greg Woolsey 530dd0e083 61060 - teach DataFormatter about conditional formatting rules with number formats vor 7 Jahren
  Greg Woolsey 6971b1ee60 Fix bug #61007 vor 7 Jahren
  Greg Woolsey 9490042347 Fix bug #61007 vor 7 Jahren
  Javen O'Neal 442e7cc721 bug 60031: DataFormatter parses months incorrectly when put at the end of date segment. Thanks to Andrzej Witecki vor 7 Jahren
  Andreas Beeker 2e50133e88 merge trunk to branch vor 7 Jahren
  Javen O'Neal 72a9e2285b bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/false vor 7 Jahren
  Dominik Stadler 8924e1260b Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... vor 8 Jahren
  Javen O'Neal 04be2bb235 bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility vor 8 Jahren
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility vor 8 Jahren
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum vor 8 Jahren
  Javen O'Neal ff0e46af6d bug 59773: move loop invariants outside of loop or change for loops to for-each loops vor 8 Jahren
  Javen O'Neal 6fbb02ef14 add comments and make the statefulness of localeIsAdapting more obvious. vor 8 Jahren
  Javen O'Neal 84a5a27dc1 make emulateCSV final, add a single common all-inclusive (private) constructor that all other constructors tree up to and invert the constructors vor 8 Jahren
  Javen O'Neal fb19f7c233 replace Obervable with Observable; emulateCsv with emulateCSV vor 8 Jahren
  Javen O'Neal 97b299d672 bug 59638: patch from Axel Howind, support non-comma number grouping separators (such as German 1.234,57) vor 8 Jahren
  Javen O'Neal 9fa0c96a63 bug 59383: getFormat should cache data formatter (fix from Nick C), accidentally deleted in bug 58532 r1710407. vor 8 Jahren
  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 vor 8 Jahren
  Nick Burch d1ea6125fa Bug #55265 - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not 1,234 vor 8 Jahren
  Andreas Beeker 3be69f87f7 fixes sonar/findbugs issues vor 8 Jahren
  Nick Burch 1a96a88ef2 Mention about Locale definitions in Excel cell data format strings vor 8 Jahren
  Nick Burch b3f68c4eb4 #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which vor 8 Jahren
  David North 940f3c5af3 Format numbers more like Excel does vor 8 Jahren
  Andreas Beeker 1a0365739f forbidden apis fixes - a few DateFormat clean ups ... vor 8 Jahren
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings vor 8 Jahren
  Andreas Beeker 72433ac405 forbidden apis fixes vor 8 Jahren
  Nick Burch d2cde65c30 #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8. Patch from Robert Kish vor 9 Jahren
  Nick Burch 2dea5356aa Fix inconsistent indents vor 9 Jahren
  Nick Burch c2edd459c7 Handle date format strings in an iso8601 style format, with a T in them. Fixes bug #54034 vor 10 Jahren
  Nick Burch 0c38315f31 POI is now on JDK 1.6, so remove 1.5 workaround vor 10 Jahren