aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* Add test to show that bug #43251 is already fixedNick Burch2008-03-192-0/+14
* Added test to show that bug #41546 is already fixed. Also rename a test file ...Nick Burch2008-03-193-1/+23
* Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ...Nick Burch2008-03-161-0/+44
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu...Nick Burch2008-03-161-0/+0
* Patch from Josh from bug #44606 - Support calculated string values for evalua...Nick Burch2008-03-161-10/+13
* Patch from Josh, which shows that various bugs are now fixedNick Burch2008-03-161-0/+0
* 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
* Make a start on handling different big block sizes in POIFS, but work isn't c...Nick Burch2008-03-134-6/+11
* Fix bug #44593 - improved handling of short DVRecordsNick Burch2008-03-132-0/+17
* Patch largely from Josh from bug #44539 - Support for area references in form...Nick Burch2008-03-072-24/+27
* Improved support for read-only recommended workbooks, fixing bug #44536Nick Burch2008-03-072-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
* Embeded files from bug #44524Nick Burch2008-03-064-0/+0
* Change the behaviour on short last blocks to be a warning not an exception, a...Nick Burch2008-03-063-31/+134
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0413-254/+637
* Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdownsNick Burch2008-03-031-0/+55
* Fix from Yegor from bug #44491 - don't have the new style handy POIDocument p...Nick Burch2008-03-032-2/+102
* Bug #44471 - Crystal Reports generates files with short StyleRecords, which i...Nick Burch2008-02-221-7/+4
* Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen...Nick Burch2008-02-221-0/+0
* Add a disabled test for a file with whacky StyleRecords that trigger an AIOOBNick Burch2008-02-212-0/+18
* Patch from Josh from bug #44449 - Handle SharedFormulas better, for where the...Nick Burch2008-02-212-3/+131
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-218-0/+335
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-212-10/+22
* Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ...Nick Burch2008-02-211-0/+136
* Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a...Nick Burch2008-02-211-0/+43
* Further support for whole-column references, including formula strings and th...Nick Burch2008-02-151-0/+0
* Partial fix for bug #44410 - support whole column ranges such as C:C in the f...Nick Burch2008-02-151-0/+0
* Fix from Josh from bug #44417 - Improved handling of references for the need ...Nick Burch2008-02-156-175/+181
* Fix for bug #44403 - Have mid use the third argument properly, and testNick Burch2008-02-151-0/+0
* To avoid confusion and repeated changes in svn, update the TestDataValidation...Nick Burch2008-02-152-1/+1
* Big formula update from Josh from bug #44364 - support for Match, NA and SumP...Nick Burch2008-02-143-5/+22
* In the interests of sanity, stop having hssf test data files in scratchpad an...Nick Burch2008-02-144-0/+0
* Another test relating to bug #42564 - this one is still failingNick Burch2008-02-112-1/+23
* Test for bug #42564 - appears to already be fixedNick Burch2008-02-102-0/+20
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-084-79/+110
* Add (disabled) failing testcase for bug #44375Nick Burch2008-02-072-0/+38
* 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-073-112/+500
* 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
* Test file with hyperlinks on many sheets, of different typesNick Burch2008-02-041-0/+0
* 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-014-20/+80
* Get the Hyperlink record code so that it doesn't break any existing tests, an...Nick Burch2008-02-013-0/+53
* Make a start on the hyperlink record support - not finished yet though, so no...Nick Burch2008-02-011-0/+84
* Patch from bug #44336 - correctly escape sheet names in formula references, i...Nick Burch2008-02-018-24/+288
* Convert HSSFEventFactory to using the new HSSFRecordStream, which returns ful...Nick Burch2008-01-311-0/+21