aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* update test caseSergey Vladimirov2011-09-021-1/+2
* Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short re...Nick Burch2011-08-111-2/+2
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-292-159/+702
* update EcherContainerRecord.toString() test caseSergey Vladimirov2011-07-281-26/+28
* Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotalsYegor Kozlov2011-07-251-0/+265
* Add a disabled unit test for bug #51535Nick Burch2011-07-211-0/+32
* bug 50401 - fixed EscherProperty to return property name instead of 'unknown'...Yegor Kozlov2011-07-211-0/+57
* fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007Yegor Kozlov2011-07-201-0/+17
* Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh...Yegor Kozlov2011-07-202-0/+29
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-202-0/+155
* Support for appending images to existing drawings in HSSFYegor Kozlov2011-07-201-0/+100
* bug 46250 - Fixed cloning worksheets with imagesYegor Kozlov2011-07-192-27/+123
* Add tests for bug #51514 - NPOIFS based loadingNick Burch2011-07-151-1/+59
* Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are...Yegor Kozlov2011-07-151-0/+22
* 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 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet referen...Yegor Kozlov2011-07-021-5/+58
* Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheetsYegor Kozlov2011-07-022-1/+154
* Apply patch from bug #51458 - Correct BitField wrapping when setting large va...Nick Burch2011-07-011-0/+9
* Add unit test that seems to show bug #51461 working just fineNick Burch2011-07-011-0/+18
* added Workbook.getForceFormulaRecalculation as requested in Bug 51422Yegor Kozlov2011-06-301-0/+4
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...Yegor Kozlov2011-06-271-0/+23
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-252-0/+102
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-252-3/+10
* 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 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ther...Yegor Kozlov2011-06-221-0/+58
* Bug 50681 - Avoid exception in HSSFDataFormat.getDataFormatString()Yegor Kozlov2011-06-161-3/+22
* Bug 50681 - Fixed autosizing columns beyond 255 character limitYegor Kozlov2011-06-161-0/+20
* Bug 51339 - Fixed arithmetic rounding in formula evaluationYegor Kozlov2011-06-132-0/+22
* Re-enable part of the test now that NPOIFS behaves for resetNick Burch2011-06-121-2/+0
* Further tests for NPOIFS document input stream reading, and fix a NPOIFS skip...Nick Burch2011-06-121-2/+94
* Enable more of the POIFS DocumetnInputStream tests to check NPOIFS as wellNick Burch2011-06-051-203/+197
* Work on NPOIFS document read/mark/reset work for bug #51318, including enabli...Nick Burch2011-06-041-60/+110
* Add some more NPOIFS write related tests, some of which is disabled as the fu...Nick Burch2011-05-191-3/+29
* initial support for SXSSF testsYegor Kozlov2011-05-183-32/+32
* Fix NPOIFS creation of an empty filesystem, with create/write/read testNick Burch2011-05-122-9/+35
* Finish NPOIFS support for writing to mini streams where the big block stream ...Nick Burch2011-05-122-4/+131
* The NPOIFS mini stream blocks need to be writable, correct that and add some ...Nick Burch2011-05-121-0/+128
* bug#51165: Add support for OOXML Agile EncryptionMaxim Valyanskiy2011-05-103-4/+56
* Fix bug #51143 - Correct NameCommentRecord to properly serialise stringsNick Burch2011-05-041-0/+11
* 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
* Bit more testing for 51024Nick Burch2011-04-081-0/+7
* Add unit test showing that bug #51024 is incorrectNick Burch2011-04-081-0/+30
* Support for continued ExtSSTRecords, see Bugzilla 50967Yegor Kozlov2011-03-271-0/+865
* fixed TestBugs.test48968 failing on machines with non-UTC timezoneYegor Kozlov2011-03-271-40/+16
* Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulasNick Burch2011-03-252-0/+142
* Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-...Nick Burch2011-03-251-0/+66
* Fix up constructor to ensure that the filesystem objects are around when we n...Nick Burch2011-03-251-0/+46