aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel
Commit message (Expand)AuthorAgeFilesLines
...
* Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBu...Nick Burch2014-10-181-0/+127
* Bug 56914 - XSSFRowShifter.updateConditionalFormatting throws IOOBE when ther...Andreas Beeker2014-09-051-10/+21
* Unit test to show that bug #53494 has already been fixedNick Burch2014-07-301-0/+26
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-3/+2
* Tweak 'assertAlmostEquals' bast on Jenkins resultsNick Burch2014-04-181-1/+2
* Unit test for column autosizing of % valuesNick Burch2014-04-181-0/+6
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-141-24/+44
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-100/+133
* Bug 35897 - Password protected filesAndreas Beeker2014-01-101-14/+28
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-011-0/+36
* Allow formatting of formula error cells, giving back the error string that Ex...Nick Burch2013-10-311-0/+17
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-301-0/+13
* Add reproducer tests for Bug 53515, disabled as we do not fix any of theDominik Stadler2013-10-261-3/+3
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-091-2/+3
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-231-0/+13
* fix some Eclipse warnings, adjust some unit tests slightlyDominik Stadler2013-08-231-34/+39
* Bug 54786: Fix missing quoting in date formatting, add a number of unitDominik Stadler2013-08-161-1/+27
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-121-1/+10
* Add a test to show that bug #53150 has been fixed by the recent fraction workNick Burch2013-06-261-0/+3
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-251-0/+2
* Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte...Nick Burch2013-06-202-2/+97
* Fix bug #54579 - Handle milliseconds in date formats eg ss.000Nick Burch2013-02-191-0/+34
* Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update s...Yegor Kozlov2012-12-041-3/+59
* bugzilla 54137 - improved performance of DataFormatter with FractionsYegor Kozlov2012-11-161-0/+39
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-042-23/+84
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-211-0/+26
* Fix bug #53389 - Handle formatting General and @ formats even if a locale is ...Nick Burch2012-06-121-0/+18
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-052-4/+0
* Bugzilla 52574 - support setting header / footer page margins in HSSFYegor Kozlov2012-02-271-0/+5
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-122-0/+5
* Add disabled tests for custom formatsNick Burch2011-12-281-0/+17
* Add AM/PM DataFormatter tests for bug #52389 (already working properly)Nick Burch2011-12-281-0/+16
* Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the...Nick Burch2011-12-281-2/+8
* Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo...Nick Burch2011-12-201-0/+12
* disabled a test failing under jdk 1.5: it assumes rounding mode half-up and j...Yegor Kozlov2011-12-091-13/+20
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-101-0/+136
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-291-0/+692
* Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh...Yegor Kozlov2011-07-201-0/+24
* Fix bug #51469 - XSSF support for row styles, to match existing HSSF function...Nick Burch2011-07-081-0/+38
* More elapsed time unit testsNick Burch2011-07-071-1/+9
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-252-0/+102
* Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()Yegor Kozlov2011-06-241-0/+35
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-231-6/+28
* Bug 50681 - Fixed autosizing columns beyond 255 character limitYegor Kozlov2011-06-161-0/+20
* Bug 51339 - Fixed arithmetic rounding in formula evaluationYegor Kozlov2011-06-131-0/+19
* initial support for SXSSF testsYegor Kozlov2011-05-183-32/+32
* Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ...Nick Burch2011-05-031-0/+12
* Add a unit test for the formula evaluation caching/updating, which ensures th...Nick Burch2011-05-011-0/+38
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-191-10/+130
* Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca...Yegor Kozlov2011-03-041-0/+129