aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-082-21/+94
* Bugzilla 53010, patch from June 3: improved support for Continue records in d...Yegor Kozlov2012-06-043-165/+179
* more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-312-21/+186
* Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in...Yegor Kozlov2012-05-281-0/+1802
* Fix bug #48528 - support negative arguments to the DATE() functionNick Burch2012-04-281-0/+42
* Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), fo...Nick Burch2012-04-271-0/+19
* Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ...Yegor Kozlov2012-03-291-0/+11
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-0514-39/+6
* added ASF licence headerYegor Kozlov2012-02-131-0/+16
* fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498Yegor Kozlov2012-02-111-1/+3
* Disabled unit tests for bug #48703Nick Burch2012-02-101-0/+23
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-103-5/+109
* Bugzilla 52527: avoid exception when matching shared formula records in HSSFYegor Kozlov2012-02-071-0/+20
* Bugzilla 52569: Support DConRefRecord in HSSFYegor Kozlov2012-02-072-0/+311
* Allow the passing of a File object to WorkbookFactory.create, which permits l...Nick Burch2011-09-292-3/+3
* Fix bug #51832 - handle XLS files where the WRITEPROTECT record preceeds the ...Nick Burch2011-09-191-0/+14
* fixed bug 51670: avoid LeftoverDataException when reading .xls files with in...Yegor Kozlov2011-09-121-0/+6
* 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-291-159/+10
* Add a disabled unit test for bug #51535Nick Burch2011-07-211-0/+32
* 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-201-0/+5
* 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
* bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet referen...Yegor Kozlov2011-07-021-5/+58
* 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
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-251-2/+6
* 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
* Fix bug #51143 - Correct NameCommentRecord to properly serialise stringsNick Burch2011-05-041-0/+11
* 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-251-0/+57
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-191-1/+3
* Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an oper...Nick Burch2011-03-181-0/+6
* Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end,...Nick Burch2011-03-181-0/+8
* fixed setting named styles to HSSFCells. see Bugzilla 50912Yegor Kozlov2011-03-111-5/+10
* fixed RecordFormatException when reading unicode strings with photenic data, ...Yegor Kozlov2011-03-112-0/+1150
* Add a unit test for bug #50833Nick Burch2011-03-041-2/+38
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-041-1/+1
* Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re...Nick Burch2011-02-111-3/+0
* Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN...Nick Burch2011-02-111-0/+33
* fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o...Yegor Kozlov2011-02-111-0/+19
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug...Yegor Kozlov2011-02-101-4/+4