aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a b...Josh Micich2008-04-032-3/+4
* Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefault...Yegor Kozlov2008-04-021-1/+61
* silenced noisy testsJosh Micich2008-03-311-2/+2
* removed incorrect test case methodsJosh Micich2008-03-311-114/+1
* More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy....Josh Micich2008-03-311-0/+203
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-294-0/+527
* Add test to show that bug #44693 is incorrectNick Burch2008-03-281-0/+24
* Fix for readCompressedUnicode not moaning about length=0, from bug #44643Nick Burch2008-03-201-0/+14
* Add test to show that bug #43251 is already fixedNick Burch2008-03-191-0/+14
* Added test to show that bug #41546 is already fixed. Also rename a test file ...Nick Burch2008-03-191-1/+23
* Patch from Josh from bug #44606 - Support calculated string values for evalua...Nick Burch2008-03-161-10/+13
* Add accessors to horizontal and vertical alignment in HSSFTextboxYegor Kozlov2008-03-141-0/+52
* Add test to show that bug #28031 is really closedNick Burch2008-03-131-0/+24
* Fix bug #44593 - improved handling of short DVRecordsNick Burch2008-03-131-0/+17
* Improved support for read-only recommended workbooks, fixing bug #44536Nick Burch2008-03-071-0/+23
* Patch from Josh from bug #43901 - Correctly update the internal last cell num...Nick Burch2008-03-072-100/+83
* Add broken test for bug #43901Nick Burch2008-03-061-0/+23
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-042-30/+101
* Fix from Yegor from bug #44491 - don't have the new style handy POIDocument p...Nick Burch2008-03-031-0/+98
* Bug #44471 - Crystal Reports generates files with short StyleRecords, which i...Nick Burch2008-02-221-7/+4
* Add a disabled test for a file with whacky StyleRecords that trigger an AIOOBNick Burch2008-02-211-0/+18
* Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a...Nick Burch2008-02-211-0/+43
* Fix from Josh from bug #44417 - Improved handling of references for the need ...Nick Burch2008-02-152-20/+18
* To avoid confusion and repeated changes in svn, update the TestDataValidation...Nick Burch2008-02-151-1/+1
* Another test relating to bug #42564 - this one is still failingNick Burch2008-02-111-1/+23
* Test for bug #42564 - appears to already be fixedNick Burch2008-02-101-0/+20
* Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00,...Nick Burch2008-02-071-0/+23
* Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date for...Nick Burch2008-02-071-1/+20
* support for excel hypelrinksYegor Kozlov2008-02-072-7/+198
* Implement hashCode and equals for HSSFFont and HSSFCellStyleNick Burch2008-02-061-0/+29
* Make TestHSSFSheet#testAutoSizeColumn not fail on a Mac just because of font ...Ugo Cei2008-02-041-1/+1
* usermodel support for excel hyperlinksYegor Kozlov2008-02-021-62/+38
* More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a...Nick Burch2008-02-011-15/+75
* Get the Hyperlink record code so that it doesn't break any existing tests, an...Nick Burch2008-02-011-0/+6
* Patch from bug #44336 - correctly escape sheet names in formula references, i...Nick Burch2008-02-011-8/+29
* Mostly fix bug 42618 (really this time...) - can now open the file properly, ...Nick Burch2008-01-281-4/+18
* commented failing test42618()Yegor Kozlov2008-01-251-0/+4
* Add a test to show the bug #42618 appears to be incorrectNick Burch2008-01-251-1/+19
* Fix from bug #41726 - support signed offsets from relative areas and referencesNick Burch2008-01-221-0/+11
* added a unit test for fixed bug 41139: Constructing HSSFWorkbook is failed,th...Yegor Kozlov2008-01-192-74/+29
* added unit tests for closed Bug 37684: Unhandled Continue Record ErrorYegor Kozlov2008-01-191-0/+36
* Patch to support UncalcedRecord and usermodel code for it, to indicate formul...Nick Burch2008-01-161-3/+81
* Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca...Nick Burch2008-01-151-0/+20
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-152-7/+223
* fixed bug 44200: Sheet not cloneable when Note added to excel cellYegor Kozlov2008-01-101-1/+21
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-092-0/+91
* Further font size tweaks for autosizing test (macs are even odder...)Nick Burch2008-01-091-4/+5
* Font sizes can vary slightly between machines, so use small ranges not absolu...Nick Burch2008-01-091-3/+15
* Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(...Nick Burch2008-01-091-2/+43
* Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr...Nick Burch2008-01-091-0/+98