aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* added Apache License header to each new fileEvgeniy Berlog2012-08-0110-0/+170
* code refactoringEvgeniy Berlog2012-08-011-0/+40
* fixed bug 51675, added test case for bug 52272Evgeniy Berlog2012-07-281-0/+30
* added features:Evgeniy Berlog2012-07-284-24/+54
* added few improvementsEvgeniy Berlog2012-07-233-5/+152
* implemented removing of all shape typesEvgeniy Berlog2012-07-191-0/+141
* implemented cloning of shapesEvgeniy Berlog2012-07-197-88/+87
* moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-132-1/+25
* fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-113-7/+66
* checked all examples, added several featuresEvgeniy Berlog2012-07-116-9/+110
* implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-066-25/+91
* implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-015-15/+516
* implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-285-29/+316
* implemented creating shapes in existing filesEvgeniy Berlog2012-06-264-0/+240
* added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-223-3/+302
* improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-192-8/+150
* Added such improvements:Evgeniy Berlog2012-06-182-0/+369
* fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-142-43/+196
* 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