aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
...
* fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitiveJosh Micich2008-05-011-1/+19
* Tests to show that bugs 44891 and 44861 were both already fixedNick Burch2008-04-305-2/+38
* added a unit test and closed bug #28774Yegor Kozlov2008-04-172-0/+11
* Rich text in HSSFTextbox must have at least one format run. Make sure it is s...Yegor Kozlov2008-04-161-0/+19
* Conditional Formatting (30311) - API improvements, added HSSFSheetConditional...Josh Micich2008-04-152-17/+21
* Nice and small change here... Update the formula parser code to use usermodel...Nick Burch2008-04-159-32/+25
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-141-2/+2
* Finish off eventusermodel based Excel Extractor, and update the xls to csv co...Nick Burch2008-04-131-3/+1
* Start on a eventusermodel based excel text extractorNick Burch2008-04-131-0/+46
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and...Nick Burch2008-04-111-0/+71
* bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRe...Josh Micich2008-04-103-5/+136
* Implement a proxy HSSFListener which tracks the format records, and lets you ...Nick Burch2008-04-091-0/+65
* some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to ...Josh Micich2008-04-091-1/+1
* 30311 - More work on Conditional Formatting - patch from DmitriyJosh Micich2008-04-072-14/+26
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-0742-4057/+3020
* Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a b...Josh Micich2008-04-032-3/+4
* Fix for bug 44739 - Conditional formatting (regions with max row/col index)Josh Micich2008-04-033-72/+159
* Make a bit of a start on being able to edit chart titles, based on the email ...Nick Burch2008-04-032-0/+0
* Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefault...Yegor Kozlov2008-04-022-1/+61
* Bug #44733 - DPRODUCT function should be index 189, not 191Josh Micich2008-04-014-15/+55
* changes/status for #44675, #44695, #44691Josh Micich2008-03-3111-163/+169
* silenced noisy testsJosh Micich2008-03-312-4/+4
* 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-317-414/+666
* Update Formula test spreadsheet for count, and also do a copy as an ooxml .xl...Nick Burch2008-03-302-0/+0
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-2936-0/+5316
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-291-0/+360
* Add test to show that bug #44693 is incorrectNick Burch2008-03-282-0/+24
* annotated previous changelist(641964) with wrong buzilla number. Previous ch...Josh Micich2008-03-271-2/+2
* fixes for ExternalNameRecord serialisation bug #44691Josh Micich2008-03-272-3/+58
* patch 44675 - made POI capable of recognising var-args functions. Some relat...Josh Micich2008-03-268-5/+825
* Fix for readCompressedUnicode not moaning about length=0, from bug #44643Nick Burch2008-03-202-0/+14
* Test relating to bug #44636Nick Burch2008-03-201-0/+0
* Patch from Dmitriy from bug #30311 - Support for conditional formatting recordsNick Burch2008-03-194-0/+691
* 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
* 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
* 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-031-0/+98