aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ...Nick Burch2008-01-091-0/+113
* 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-092-0/+98
* Add a xlsx sample file with boolean formulas and values in it, as none of the...Nick Burch2008-01-091-0/+0
* Add a further test to TestHSSFRow which verifies that bug #43901 is invalidNick Burch2008-01-091-0/+5
* Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allo...Nick Burch2008-01-092-0/+20
* Have autoSizeColumn skip over merged regions - bug #43902. Patch from PaoloNick Burch2008-01-092-0/+39
* Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFo...Nick Burch2008-01-092-46/+5
* Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S...Nick Burch2008-01-082-0/+0
* Add un-fixable testcase for bug 43493Nick Burch2008-01-083-4/+20
* Support for unicode named named ranges (patch and test from bug #42033)Nick Burch2008-01-081-1/+19
* Fix bug #34023 - when shifting rows, update the any formula references to tho...Nick Burch2008-01-082-0/+43
* Add a new method onto AreaReference to get all the cells referenced, not just...Nick Burch2008-01-081-2/+66
* Extend named range support in formulas to include non-contiguous named rangesNick Burch2008-01-081-0/+9
* Fix from bug #43510 - support named ranges in formulasNick Burch2008-01-081-0/+34
* New tests for setLandscape, which seems to indicate that the problem reported...Nick Burch2008-01-081-0/+84
* Patch from Ugo to get and set the sheet hidden flag (bug #43937)Nick Burch2008-01-081-24/+43
* Fix for bug #44167 - patch from Paolo MottadelliNick Burch2008-01-082-4/+154
* Fix bug #44070 - patch from Gian Carlo PaceNick Burch2008-01-072-0/+67
* Some matching sets of sample ooxml and ole2 files, along with a plain text de...Nick Burch2008-01-043-0/+21
* Improve the javadocs for font and fill related colourings, and add another te...Nick Burch2008-01-022-0/+65
* Add some more sample ooxml documentsNick Burch2007-12-272-0/+0
* Update the sample ooxml files to the latest versions from http://openxmldevel...Nick Burch2007-12-262-0/+0
* fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnc...Yegor Kozlov2007-12-241-0/+19
* Stub out sheet hiding tests, so we have a framework for when sheet hiding is ...Nick Burch2007-12-055-0/+105
* Support 1904 date windowing, in addition to 1900 date windowing (patch from b...Nick Burch2007-12-043-68/+161
* Updated date windowing test fixes from bug #43551Nick Burch2007-12-042-0/+0
* String Continue records support (with test), from bug #41064Nick Burch2007-12-042-0/+13
* SBAT fix from bug #11744Nick Burch2007-12-041-0/+25
* Usermodel support for the datavalidation code, and tests for it (bug 27511)Nick Burch2007-12-032-0/+910
* More code from bug #27511, now ported to the new style record codeNick Burch2007-12-031-0/+0
* fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE recordsYegor Kozlov2007-11-232-0/+62
* Preserve unread bytes when serializing the recordYegor Kozlov2007-11-231-0/+82
* Throw an IllegalArgumentException if asked to addMergeRegion with invalid dat...Nick Burch2007-11-121-35/+41
* Patch for unicode NameRecords (bug #43837)Nick Burch2007-11-122-0/+52
* Add support for Chart Title Format records (bug #43721)Nick Burch2007-11-122-0/+87
* Fix for BOFRecord from files generated by access etc (bug #42794)Nick Burch2007-11-123-0/+50
* fixed a silly typo in the method signature. It should be HFFSPicture.getPrefe...Yegor Kozlov2007-11-031-1/+1
* Implement an Excel text extractor, and put all the existing text extractors u...Nick Burch2007-10-271-0/+101
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-011-0/+79
* fixed failing test. The patch provided in Bug 43489Yegor Kozlov2007-09-261-6/+4
* commented out a failing test until we find the reason.Yegor Kozlov2007-09-261-2/+4
* Fix from Pavel Krupets for Excel Bug Date (1900/2/29)Nick Burch2007-09-251-0/+34
* Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetI...Nick Burch2007-09-241-7/+52