6687 Commits (a5540e0dfbe363de5ca60ba50e33a725fa3efc8f)
 

Author SHA1 Message Date
  Javen O'Neal a5540e0dfb bug58452: set cell formulas containing unregistered function names 8 years ago
  Javen O'Neal 775838e5a8 supporting changes for bug 58452: copy cell formulas containing unregistered function names 8 years ago
  Javen O'Neal 14736096ec improve error message if CellRangeAddress intersection assertion fails 8 years ago
  Javen O'Neal bc358fe708 bug 58442: in-place reorganize an AreaPtg as upper-left and lower-right 8 years ago
  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 years ago
  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 years ago
  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 years ago
  Andreas Beeker a0f9da7fb6 #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts 8 years ago
  Andreas Beeker 9a6c48cfb2 #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts 8 years ago
  David North 0da28d066b Add description to jenkins target 8 years ago
  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 years ago
  Nick Burch e43d36f06d Javadoc fixes 8 years ago
  Javen O'Neal 2535839b70 bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows on an XSSFSheet 8 years ago
  Andreas Beeker eb1e1a28e8 Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() 8 years ago
  Nick Burch 8f0093e464 #58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF and HSSF, with common unit tests to verify this 8 years ago
  Javen O'Neal 974367ed1d bug 26862: add test case for HSSFWorkbook.cloneSheet copies charts 8 years ago
  Javen O'Neal 57e4fb85d3 convert scratchpad TestHSSFChart from junit3 to junit4 8 years ago
  Dominik Stadler b7efcbaf5f Fix Sonar-Maven build, correctly determine path to test-file 8 years ago
  Dominik Stadler c776dff7a5 Apply some micro-optimization which helps when retrieving the string-value of large spreadsheets 8 years ago
  Dominik Stadler a15fcb1806 Add delete of outdated forbiddenapi-jar 8 years ago
  David North 128bf66148 Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549 8 years ago
  Dominik Stadler bcaab496b6 Bug 56957: Avoid error if Workbook with empty SharedStringTable is written 8 years ago
  Nick Burch 9a080e3666 58536 DataFormatter and CellFormat non-localised support for localised currency formats like [$£-809] 8 years ago
  Nick Burch f32b885665 Fix javadoc warning - @see with a URL needs wrapping in an a-href tag 8 years ago
  Nick Burch 1a96a88ef2 Mention about Locale definitions in Excel cell data format strings 8 years ago
  Nick Burch 7d7cbf7db3 Update the build version, step missed from the release guide 8 years ago
  Nick Burch d95108b5f5 #58532 Enable more of the padding cell format tests, but a few remain to be fixed 8 years ago
  Nick Burch b3f68c4eb4 #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which 8 years ago
  Nick Burch cbde002fa1 Fix inconsistent whitespace 8 years ago
  Nick Burch e0addf54a5 Test to check that #58532 formats are seen as valid 8 years ago
  Nick Burch 1072a176ed Test files for #58532 8 years ago
  Dominik Stadler ba1f3bb24a Revert upgrade of findbugs as it requires Java 7, but we still allow to compile using Java 6. 8 years ago
  Dominik Stadler 8ffcf64585 Update to latest findbugs version 3.0.1, reported issues go from 163 to 209 :( 8 years ago
  Dominik Stadler 73ae5a04cb Bug 58085: removing sheet breaks other existing sheet references 8 years ago
  Javen O'Neal 45e79a0409 bug 58441: define equals method for CellRangeAddressBase 8 years ago
  Javen O'Neal 4780d329ef bug 58402: make AreaReference's private SpreadsheetVersion _version variable final 8 years ago
  Javen O'Neal 5de69c25e6 bug 58439: rename private FormulaShifter.adjustPtgDueToShiftMove to adjustPtgDueToSheetMove 8 years ago
  Javen O'Neal 0b0e30c06c bug 33174: Use common unit test for testNoMergedRegionsIsEmptyList 8 years ago
  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 years ago
  Dominik Stadler 3b43effa4b Maven/Sonar build: Add dependency on curvesapi which is now required 8 years ago
  Dustin Spicuzza 5d571fe387 XDGF: fix the fix 8 years ago
  Dustin Spicuzza f5329e5b42 XDGF: fix jdk < 1.8 compat 8 years ago
  Dustin Spicuzza 73266f9c24 XDGF: fix jenkins build errors 8 years ago
  Dustin Spicuzza bc6ee96e1a Add Visio OOXML text extractor + tests 8 years ago
  Dustin Spicuzza 9716fd9a06 Add some limited XDGF documentation 8 years ago
  Dustin Spicuzza 66b0322e38 poi-import: fix build dependencies 8 years ago
  Dustin Spicuzza a14330b461 poi-visio import: reformat code to fit project standards, remove JRE 7isms 8 years ago
  Dustin Spicuzza 8a41cf7c40 Import poi-visio codebase 8 years ago
  Dominik Stadler 2afe977622 Bug 58499: Don't report Zip-Bomb for small files which should not cause memory issues anyway 8 years ago
  Dominik Stadler e62cac4f71 Use the default XmlOptions for all the invocations of the XmlBeans XML parsing 8 years ago