9112 Commits (8507286f77bdb3942714f98e4c191823040a39d0)
 

Author SHA1 Message Date
  PJ Fanning 49b7fd5342 use try-with-resources in more places 6 years ago
  Javen O'Neal 3c1ce22865 bug 61840: close workbook to prevent resource leak in unit test 6 years ago
  Javen O'Neal 38becac30c bug 61840: add unit test showing that shiftRows does not produce #REF! formula errors if cells are not shifted above the first row 6 years ago
  Nick Burch 0046b3e9a5 Javadoc fixes 6 years ago
  Nick Burch 125371b901 Bump library version to match Ant defined version 6 years ago
  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
  PJ Fanning e0c8416726 use try with resources in examples 6 years ago
  PJ Fanning 61cad2865e use try with resources in examples 6 years ago
  Dominik Stadler 625c511503 Don't try to collect junit results for Maven when we only run Sonar-tasks and thus skip unit tests 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
  Dominik Stadler e93f78cd13 Ensure that the tempdir exists when we use ImageIO in one of the tests 6 years ago
  PJ Fanning caf7173f4a add TestStringCodepointsIterable 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 936f29af69 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
  Dominik Stadler 731d089005 Try to set java.io.tmpdir for tests to avoid the strange permission errors that we see in CI-builds 6 years ago
  Dominik Stadler 4bc4e1f4e9 Ensure that no old version of commons-codec is lingering around and causes hard to find build errors locally 6 years ago
  Dominik Stadler dcd40982f3 Try if using a local temporary directory avoids the permission errors in unit tests in the Maven runs: 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
  PJ Fanning 18f87a1c18 upgrade to commons-codec 1.11 6 years ago
  Dominik Stadler a872c3495e Handle case where the JaCoCo zip file is available, but the extracted files are missing, not sure how that happens, but we see it on some CI machines... 6 years ago
  Mark Murphy 9d0010088b javadocs and Quick page improvements for XSSF Header/Footer 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 8caf25f718 ignore a unit test that snuck in. It was created to investigate an open bug report. It fails, as expected, which broke the build. 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
  Dominik Stadler a08aa73916 Fix tests 6 years ago
  Javen O'Neal 6f44566f0a bug 61745: remove String#toString() usage found by forbidden apis check 6 years ago
  Javen O'Neal d96f9ce495 bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for the patch 6 years ago
  Javen O'Neal 622b84c633 +svn:eol-style native *.java 6 years ago
  Javen O'Neal defe020128 github #81: sheet names are case insensitive 6 years ago
  Javen O'Neal 4cf3b2bee2 XWPFTable#getRows() should return an unmodifiable list unless the method can correctly update xmlbeans in response to modifying the list 6 years ago
  Javen O'Neal 1938207e59 make tableRows final; initialize where defined rather than in constructor. 6 years ago
  Javen O'Neal 145b69b1c6 deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented since 2008 when this class was first authored. (Unrelated: This closes #82 on github). 6 years ago
  Mark Murphy 25c25ea8ac Surface XSSF Header/Footer Attributes (60887) 6 years ago
  Dominik Stadler 76d11ac37e Some JavaDoc adjustments, typos, IntelliJ warnings 6 years ago
  Javen O'Neal 888a08b98d bug 61730: remove asSet function from unit test 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 ca53a08a90 bug 61727: make TestCellRangeUtil unit tests more explicit 6 years ago
  Dominik Stadler 0577afdff8 Enhance unit-test to Verify that bug 58785 is already via via some other change 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 d73e72d060 Adjust some tests to properly close resources 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 d4ad2ffd53 Add test-case which shows that bug 55814 is fixed already by other changes 6 years ago
  Dominik Stadler b7f7ff71b4 Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods 6 years ago