1050 Commits (2776cf6a599ebecb5d135e4e05d7fc995b46ad4a)

Author SHA1 Message Date
  Dominik Stadler 2776cf6a59 Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead 8 years ago
  Andreas Beeker 3b7bbadb5d #59135 - Password gets truncated when using passwords longer than 15 characters for the function protectSheet() 8 years ago
  Andreas Beeker 5f71c5241c #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() 8 years ago
  Dominik Stadler 6d92ee86ff Findbugs fixes 8 years ago
  Dominik Stadler b03bdd5cff Exclude file for bug 59074 for some more tests 8 years ago
  Nick Burch 170fab2461 Fix inconsistent indents 8 years ago
  Nick Burch 7fdd90fecb Refactor to pull out the list of Excel 97+ directory entry names to a common place, avoiding duplication. Also starts on unit testing #59074 8 years ago
  Javen O'Neal 865bf1d24f move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDataProvider.trackColumnsForAutosizing(Sheet, int...) with ITestDataProvider.trackAllColumnsForAutosizing(Sheet) to avoid cluttering unit tests with specific columns that will be autosized 8 years ago
  Javen O'Neal 2ffd1d9dd5 bug 58896: add unit test to time Sheet.autoSizeColumn 8 years ago
  Nick Burch f597a1717c Allow common tests to do auto-sizing even on SXSSF 8 years ago
  Dominik Stadler 7622fde4b7 Adjust test to pass forbidden-apis-check 8 years ago
  Dominik Stadler 3705ceeb57 Make OldExcelExtractor Closeable to be able to free up resources if getText() was not called 8 years ago
  Javen O'Neal 384c1bc7b6 add @Override annotations to ITestDataProviders 8 years ago
  Javen O'Neal fca4f0d0cb bug 58879: add SpreadsheetVersion to Workbook interface 8 years ago
  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 8 years ago
  Dominik Stadler 5068f2dfcb bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 8 years ago
  Dominik Stadler 4af62d8bbe Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed. 8 years ago
  Javen O'Neal 15c564cab1 whitespace 8 years ago
  Javen O'Neal cac40dd101 bug 58775: use short for data format index, int for cell style index 8 years ago
  Dominik Stadler 83eb1aaefc Fix freeing resources in some tests and dev-tools so we can run unit-tests with enabled file-leak-detector 8 years ago
  Andreas Beeker b184105835 fix forbidden apis issues 8 years ago
  Javen O'Neal 7d7d78f910 remove deprecated functions (since 2008) 8 years ago
  Javen O'Neal ef017d70c1 bug 58636: upgrade anchor types from int to AnchorType enum 8 years ago
  Javen O'Neal 7bd18248e0 bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprecated method 8 years ago
  Javen O'Neal 4d0724878f whitespace 8 years ago
  Javen O'Neal c02ec7f5dd bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with Sheet.setZoom(scale) 8 years ago
  Javen O'Neal be77875e20 bug 58642: remove deprecated functions in Spreadsheet Sheet interface and implementing classes; add @Override annotations 8 years ago
  Javen O'Neal 8c3db2edd5 convert junit3 to junit4 8 years ago
  Andreas Beeker 4241f26a13 fix unnecessary cast warnings 8 years ago
  Uwe Schindler 5756b4ca25 #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. 8 years ago
  Uwe Schindler d8597d7fb7 #58597: Remove setAccessible (more coming soon) 8 years ago
  Andreas Beeker 91e617e369 extended forbidden-apis-check to ooxml-tests 8 years ago
  Andreas Beeker 3be69f87f7 fixes sonar/findbugs issues 8 years ago
  Javen O'Neal 953ab91274 bug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink#testCopyXSSFHyperlink 8 years ago
  Javen O'Neal 203f676d96 bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 8 years ago
  Javen O'Neal d593be901f don't leave behind files when running unit tests. In the future this should be revisited to verify POI isn't writing workbooks that are unopenable/corrupt by applications that read POI's formats (MS Office, OpenOffice, LibreOffice, etc) 8 years ago
  Javen O'Neal f0bf416f7d upgrade spreadsheet Hyperlink unit tests from junit3 to junit4 8 years ago
  Javen O'Neal b6b74d8f11 upgrade spreadsheet Hyperlink unit tests from junit3 to junit4 8 years ago
  Javen O'Neal de13fd818a replace deprecated usage of FormulaShifter.createForRowShift 8 years ago
  Andreas Beeker 5fd534c44b findbugs fixes 8 years ago
  Javen O'Neal a5540e0dfb bug58452: set cell formulas containing unregistered function names 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 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
  David North 128bf66148 Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549 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
  Dominik Stadler 73ae5a04cb Bug 58085: removing sheet breaks other existing sheet references 8 years ago
  Javen O'Neal 0b0e30c06c bug 33174: Use common unit test for testNoMergedRegionsIsEmptyList 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