3057 Commits (3b8f806850882b1aa60923526b44950d215a8990)

Author SHA1 Message Date
  Alain Béarez 3b8f806850 XDDF usermodel for Charts closes #68 on GitHub 6 years ago
  Andreas Beeker cbfb179254 #61809 - Infinite loop in SectionIDMap.get() and .put() 6 years ago
  Dominik Stadler db15fe7778 Change order of handling shape-types in copy() as FreeFormShape derives from AutoShape and thus would have not been copied correctly currently 6 years ago
  PJ Fanning 913d6bc086 use codepoint iterator in a few places 6 years ago
  PJ Fanning acc7b356ee add forbidden api checks for non-Locale toLowerCase and toUpperCase 6 years ago
  PJ Fanning d0ddfa9402 remove more uses of Character.toUpperCase 6 years ago
  PJ Fanning bb40ff4fd3 [bug-61792] basic test 6 years ago
  PJ Fanning 2d8c9cbc9a [bug-61792] some changes to avoid iterating over chars of Strings 6 years ago
  Greg Woolsey 83a1430887 add Locale awareness to case insensitive conditional comparisons in formatting rule logic. Needed anyway, and removes forbidden API issues. 6 years ago
  Greg Woolsey 8572d4b71c Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions 6 years ago
  Dominik Stadler 59d8adf5b8 Fix setting a font-color if no previous color is defined for the font 6 years ago
  Javen O'Neal defe020128 github #81: sheet names are case insensitive 6 years ago
  Dominik Stadler 76d11ac37e Some JavaDoc adjustments, typos, IntelliJ warnings 6 years ago
  Javen O'Neal 8a6d6c8cba bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is safer, less likely to cause an OOM/DoS. 6 years ago
  Javen O'Neal 9d8df29cf1 bug 61730: add javadoc 6 years ago
  Javen O'Neal cbb82add8f bug 61730: add iterator interface to CellRangeAddressBase for iterating over CellAddresses 6 years ago
  Javen O'Neal 471e711025 bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff for the patch 6 years ago
  Dominik Stadler ce77cd6270 Bug #57517: Fix various things in HSSFOptimiser to make many more cases work fine: Column styles, row styles, user defined styles, ... 6 years ago
  Dominik Stadler b7f7ff71b4 Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods 6 years ago
  Javen O'Neal 3e1ee0afeb bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter 6 years ago
  Javen O'Neal 11b5e066e7 bug 61474, github #81: add shiftMergedRegions to BaseRowColShifter interface 6 years ago
  Javen O'Neal dcd3993146 bug 61474, github #81: bump visibility of abstract methods in BaseRowColShifter abstract class 6 years ago
  Javen O'Neal 37ee513fc9 bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, since both row and column shifting should be able to shift formulas, comments, merged regions, conditional formatting, etc; add @since decorators for new *ColumnShifter and *RowColShifter classes 6 years ago
  Javen O'Neal 890d6e70e6 bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to XSSFRowColShifter; implement ColumnShifter#updateFormulas; remove duplicated JavaDocs (better to inherit) 6 years ago
  Javen O'Neal 9f03e0bc08 bug 61474, github #81: fix ColumnShifter#removalNeeded to use columns instead of rows 6 years ago
  Javen O'Neal 6ceee17033 bug 61474, github #81: add ColumnShifter interface; deduplicate some code in RowShifter, CFRecordsAggregate 6 years ago
  Javen O'Neal 25b94af3bb bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shifter to FormulaShifter formulaShifter to reduce confusion with the shifter variable referring to the RowShifter 6 years ago
  Javen O'Neal 69408a69e5 bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.ColumnMove 6 years ago
  Javen O'Neal 31daa180c6 github-81: extract routines in HSSFRow#shiftRows 6 years ago
  Andreas Beeker 37e4c32065 #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does 6 years ago
  Nick Burch 00ac2545bb Javadoc fix 6 years ago
  PJ Fanning aa9b57774f use StringBuilder in more places 6 years ago
  Javen O'Neal cb28546f50 github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to Alain-Bearez. 6 years ago
  PJ Fanning d6f261473d add test case for bug 61701 and use StringBuilder in more places 6 years ago
  PJ Fanning 7dce661861 Remove more deprecated code 6 years ago
  PJ Fanning 707f266eef Remove more deprecated code 6 years ago
  PJ Fanning 5ecf32781d Introduce new BorderFormatting methods to expose border styles 6 years ago
  PJ Fanning e52d29df16 Remove use of deprecated methods 6 years ago
  PJ Fanning 2cd8c7bc65 Remove use of deprecated methods 6 years ago
  Dominik Stadler 63bf8e8ba5 Add getter/setter for ReadingOrder to XSSF, closes issue #73 6 years ago
  Javen O'Neal fac34b6740 cleanup for r1812476: avoid NPEs from string.isEmpty() 6 years ago
  Javen O'Neal 2ef3af567c replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already 6 years ago
  Javen O'Neal 117f08049b string.equals("") -> string.isEmpty() or "".equals(string) 6 years ago
  Javen O'Neal 63b3a4e491 IntelliJ: simplify boolean logic 6 years ago
  PJ Fanning e4fc2670d5 Make public static members final [thanks to Kui Liu]. This close #78. 6 years ago
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
  Dominik Stadler 2dc64ebbcc adjust tests, javadoc, ... 6 years ago
  Dominik Stadler d9a818dc22 Remove "filling" in IntList as this has no effect whatsoever as far as I could see 6 years ago
  Dominik Stadler 2587ed1849 Apply patch from bug 61096: Add support for modules in VBAMacroReader 6 years ago
  Dominik Stadler 9f1e234ee4 Bug 61064: Support behavior of function CEILING in newer versions of Microsoft Excel 6 years ago