54 Commits (fb2a96a04832a62c6ceb7bf5011b106547780ff9)

Author SHA1 Message Date
  Andreas Beeker fb2a96a048 Sonar fixes 3 years ago
  Andreas Beeker a0fa9e19b1 #65026 - Migrate tests to Junit 5 3 years ago
  Andreas Beeker a73348fe8b Update library versions 3 years ago
  Dominik Stadler 2748844549 Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on empty Sheets 4 years ago
  Dominik Stadler cd52566c98 Bug 63073: Adjust returned index of merged regions and verify all calls in tests 5 years ago
  Dominik Stadler b7f7ff71b4 Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Dominik Stadler 902124a5fd Move one testcase with incorrect source location 7 years ago
  Dominik Stadler 718bd65a81 Adjust expected font-size in tests, XSSF seems to use slightly larger fonts on some machines 7 years ago
  Dominik Stadler 25fb416028 Move test to base-test-class to run it for (S)XSSF as well 7 years ago
  Javen O'Neal f055f99549 bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz 7 years ago
  Andreas Beeker 3cf6c40004 fix eclipse warnings - close resources / type generics 7 years ago
  Javen O'Neal e9d5694574 bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 8 years ago
  Javen O'Neal 9f45341c9c bug 59775: fix cell address index error 8 years ago
  Javen O'Neal dcf43f75bd bug 59872: add Sheet.getHyperlink(CellAddress) 8 years ago
  Javen O'Neal 8a9cb7c66b reorganize imports (remove unused imports, sort alphabetically) 8 years ago
  Javen O'Neal 11bea18184 bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util 8 years ago
  Javen O'Neal 80eac0c70e bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface 8 years ago
  Javen O'Neal 9a769fcb0b bug 59645: add Page Setup Print row and column headings support for Common SS 8 years ago
  Javen O'Neal 981ebf6f5e restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkbook, BaseTestXSheet, BaseTestXRow, and BaseTestXCell from the OOXML-Lite target 8 years ago
  Javen O'Neal 01bd0b4a39 revert r1739548 and r1739550. I could not figure out how to add BaseTestXWorkbook|Sheet|Row.java without causing junit to complain about 'Test class should have exactly one public constructor' 8 years ago
  Javen O'Neal 4d4db5019c consolidate duplicates between TestXSSF* and TestSXSSF* 8 years ago
  Javen O'Neal 93dedbc1c6 add junit test classes for combined testing of XML-specific functionality of (S)XSSF Workbook, Sheet, and Row 8 years ago
  Javen O'Neal a1b9cb221e bug 59222: fix NPE thrown by (S)XSSFSheet.getCellComments(). Reported by Vasily Kopytov. 8 years ago
  Javen O'Neal 0d543621ea bug 59212: Do not check for overlapping regions when adding merged regions to a sheet 8 years ago
  Andreas Beeker fe653de0e6 fix eclipse warnings 8 years ago
  Javen O'Neal 9ee05a1452 bug 56345: reject single-cell merged regions 8 years ago
  Javen O'Neal 125dad1247 make test easier to understand using A1 addresses instead of row+col numbers 8 years ago
  Javen O'Neal 3587e22c61 bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, 8 years ago
  Javen O'Neal e29279896e patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows that have been flushed to disk 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 203358443e fixed bad test case in BaseTestSheet.getCellComments 8 years ago
  Javen O'Neal 42a7061d9e bug 58365: patch from Hannes Erven: add method to efficiently get all cell comments on a Sheet and return a dictionary with the location of each comment as the key and the comment itself as the value. 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 0b0e30c06c bug 33174: Use common unit test for testNoMergedRegionsIsEmptyList 8 years ago
  Andreas Beeker 461375359c fixed sonar issues and eclipse warnings 8 years ago
  Dominik Stadler eb6cc7eca1 Bug 58333: Apply patch to verify behavior on row-index before and after the limits set by the specification 8 years ago
  Dominik Stadler 4c8d98eb0b Bug 56017: fix shifting comments with shifted rows and move some more tests into the base classes to run them against XSSF, SXSSF and HSSF 9 years ago
  Andreas Beeker 78115109d2 - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook 10 years ago
  Dominik Stadler ded360f287 Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSSF work when setAutoFilter is called multiple times 10 years ago
  Dominik Stadler 2bd3296911 Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Eclipse warnings 10 years ago
  Dominik Stadler f81c3cb9cb Remove Eclipse warnings, remove duplicate test, rename tests to also run tests in base class 10 years ago
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 12 years ago
  Yegor Kozlov f3d9f2bdd9 Bugzilla 52574 - support setting header / footer page margins in HSSF 12 years ago
  Yegor Kozlov bc48e85daa Bugzilla 52626: fixed setting default row height in HSSF and XSSF 12 years ago
  Yegor Kozlov d0f07c56da Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF 13 years ago
  Yegor Kozlov faa64fa1f4 support for protecting a XSSF workbook, see Bugzilla #48900 14 years ago
  Josh Micich feafcb8f48 Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Josh Micich 27b61f396a Fixed compiler warnings - unnecessary throws declaration 15 years ago