You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominik Stadler 5209d15d1c Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed when a row is overwritten by calling createRow() with it's rownum. 9 years ago
..
charts more progress with xssf chart api, see Bug 51196 12 years ago
BaseTestBugzillaIssues.java Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed when a row is overwritten by calling createRow() with it's rownum. 9 years ago
BaseTestCell.java Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. 9 years ago
BaseTestCellComment.java Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in 9 years ago
BaseTestConditionalFormatting.java Bug 56914 - XSSFRowShifter.updateConditionalFormatting throws IOOBE when there are more than 1 CTConditionalFormatting 9 years ago
BaseTestDataFormat.java Remove un-used imports 13 years ago
BaseTestDataValidation.java Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago
BaseTestFont.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
BaseTestFormulaEvaluator.java Bug 51339 - Fixed arithmetic rounding in formula evaluation 13 years ago
BaseTestHyperlink.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
BaseTestNamedRange.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
BaseTestPicture.java Bug 57355: Fix test-compilation casued by moving the code to the base-test-class 9 years ago
BaseTestRow.java Adjust error message to have the same error across different types of Workbook and revert test to check on common error message again 9 years ago
BaseTestSheet.java 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
BaseTestSheetAutosizeColumn.java Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it 9 years ago
BaseTestSheetHiding.java improved API for hiding sheets, see Bugzilla 49878 14 years ago
BaseTestSheetShiftRows.java 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
BaseTestSheetUpdateArrayFormulas.java Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 years ago
BaseTestWorkbook.java Add missing close() of resources in both production code and tests 9 years ago
TestDataFormatter.java Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals to not have another syncpoint here. Again only very little data is kept, so no memory bloat should happen because of this. 9 years ago
TestFractionFormat.java Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handles fractions 11 years ago