summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Mostly fix bug 42618 (really this time...) - can now open the file properly, ...Nick Burch2008-01-283-4/+74
* fix bug #44297: IntPtg must operate with unsigned short. Reading signed short...Yegor Kozlov2008-01-271-2/+3
* commented failing test42618()Yegor Kozlov2008-01-251-0/+4
* Add a test to show the bug #42618 appears to be incorrectNick Burch2008-01-252-1/+19
* Don't swap AreaPtg references from relative to absolute, by correctly process...Nick Burch2008-01-251-0/+114
* Fix from bug #41726 - support signed offsets from relative areas and referencesNick Burch2008-01-222-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-193-0/+36
* Patch to support UncalcedRecord and usermodel code for it, to indicate formul...Nick Burch2008-01-163-3/+81
* Add methods to check to see if a given InputStream has a OOXML file header, o...Nick Burch2008-01-161-0/+22
* Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca...Nick Burch2008-01-152-0/+20
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-153-19/+259
* fixed bug 44200: Sheet not cloneable when Note added to excel cellYegor Kozlov2008-01-106-1/+96
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-092-0/+91
* Add several more test files, charting relatedNick Burch2008-01-096-0/+0