6687 Комити (a5540e0dfbe363de5ca60ba50e33a725fa3efc8f)
 

Аутор SHA1 Порука Датум
  Javen O'Neal a5540e0dfb bug58452: set cell formulas containing unregistered function names пре 8 година
  Javen O'Neal 775838e5a8 supporting changes for bug 58452: copy cell formulas containing unregistered function names пре 8 година
  Javen O'Neal 14736096ec improve error message if CellRangeAddress intersection assertion fails пре 8 година
  Javen O'Neal bc358fe708 bug 58442: in-place reorganize an AreaPtg as upper-left and lower-right пре 8 година
  Javen O'Neal 6456105e37 bug 58443: prevent corrupted workbooks by checking for overlapping merged regions before adding a merged region to a sheet; fix unit tests that produced corrupt workbooks; remove deprecated HSSFSheet#addMergedRegion(Region) пре 8 година
  Javen O'Neal c158ddea1c replace deprecated usage of o.a.p.ss.util.Region with o.a.p.ss.util.CellRangeAddress; add documentation to tests that exist strictly to test deprecated methods, and move SuppressWarnings-deprecation down to just those functions пре 8 година
  Dominik Stadler a9aad913bf Add a limit of the max number of characters that can be extracted to avoid sending applications out of memory with very large documents пре 8 година
  Andreas Beeker a0f9da7fb6 #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts пре 8 година
  Andreas Beeker 9a6c48cfb2 #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts пре 8 година
  David North 0da28d066b Add description to jenkins target пре 8 година
  Dominik Stadler 458a19aeec Ensure that no password was set by other tests, this breaks sometimes when the Sonar/Maven build runs all tests in one VM пре 8 година
  Nick Burch e43d36f06d Javadoc fixes пре 8 година
  Javen O'Neal 2535839b70 bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows on an XSSFSheet пре 8 година
  Andreas Beeker eb1e1a28e8 Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() пре 8 година
  Nick Burch 8f0093e464 #58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF and HSSF, with common unit tests to verify this пре 8 година
  Javen O'Neal 974367ed1d bug 26862: add test case for HSSFWorkbook.cloneSheet copies charts пре 8 година
  Javen O'Neal 57e4fb85d3 convert scratchpad TestHSSFChart from junit3 to junit4 пре 8 година
  Dominik Stadler b7efcbaf5f Fix Sonar-Maven build, correctly determine path to test-file пре 8 година
  Dominik Stadler c776dff7a5 Apply some micro-optimization which helps when retrieving the string-value of large spreadsheets пре 8 година
  Dominik Stadler a15fcb1806 Add delete of outdated forbiddenapi-jar пре 8 година
  David North 128bf66148 Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549 пре 8 година
  Dominik Stadler bcaab496b6 Bug 56957: Avoid error if Workbook with empty SharedStringTable is written пре 8 година
  Nick Burch 9a080e3666 58536 DataFormatter and CellFormat non-localised support for localised currency formats like [$£-809] пре 8 година
  Nick Burch f32b885665 Fix javadoc warning - @see with a URL needs wrapping in an a-href tag пре 8 година
  Nick Burch 1a96a88ef2 Mention about Locale definitions in Excel cell data format strings пре 8 година
  Nick Burch 7d7cbf7db3 Update the build version, step missed from the release guide пре 8 година
  Nick Burch d95108b5f5 #58532 Enable more of the padding cell format tests, but a few remain to be fixed пре 8 година
  Nick Burch b3f68c4eb4 #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which пре 8 година
  Nick Burch cbde002fa1 Fix inconsistent whitespace пре 8 година
  Nick Burch e0addf54a5 Test to check that #58532 formats are seen as valid пре 8 година
  Nick Burch 1072a176ed Test files for #58532 пре 8 година
  Dominik Stadler ba1f3bb24a Revert upgrade of findbugs as it requires Java 7, but we still allow to compile using Java 6. пре 8 година
  Dominik Stadler 8ffcf64585 Update to latest findbugs version 3.0.1, reported issues go from 163 to 209 :( пре 8 година
  Dominik Stadler 73ae5a04cb Bug 58085: removing sheet breaks other existing sheet references пре 8 година
  Javen O'Neal 45e79a0409 bug 58441: define equals method for CellRangeAddressBase пре 8 година
  Javen O'Neal 4780d329ef bug 58402: make AreaReference's private SpreadsheetVersion _version variable final пре 8 година
  Javen O'Neal 5de69c25e6 bug 58439: rename private FormulaShifter.adjustPtgDueToShiftMove to adjustPtgDueToSheetMove пре 8 година
  Javen O'Neal 0b0e30c06c bug 33174: Use common unit test for testNoMergedRegionsIsEmptyList пре 8 година
  Dominik Stadler cdb8a02931 Set newer curvesapi-version in .classpath as well and update some third-party libs for the password-protection-code to the latest versions пре 8 година
  Dominik Stadler 3b43effa4b Maven/Sonar build: Add dependency on curvesapi which is now required пре 8 година
  Dustin Spicuzza 5d571fe387 XDGF: fix the fix пре 8 година
  Dustin Spicuzza f5329e5b42 XDGF: fix jdk < 1.8 compat пре 8 година
  Dustin Spicuzza 73266f9c24 XDGF: fix jenkins build errors пре 8 година
  Dustin Spicuzza bc6ee96e1a Add Visio OOXML text extractor + tests пре 8 година
  Dustin Spicuzza 9716fd9a06 Add some limited XDGF documentation пре 8 година
  Dustin Spicuzza 66b0322e38 poi-import: fix build dependencies пре 8 година
  Dustin Spicuzza a14330b461 poi-visio import: reformat code to fit project standards, remove JRE 7isms пре 8 година
  Dustin Spicuzza 8a41cf7c40 Import poi-visio codebase пре 8 година
  Dominik Stadler 2afe977622 Bug 58499: Don't report Zip-Bomb for small files which should not cause memory issues anyway пре 8 година
  Dominik Stadler e62cac4f71 Use the default XmlOptions for all the invocations of the XmlBeans XML parsing пре 8 година