aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-075-40/+47
* refactoring aggregate records to a separate hierarchy. just startingJosh Micich2008-08-066-80/+108
* Fix JDK 1.4 compilation (after r682511 /bug 45538)Josh Micich2008-08-051-14/+11
* More tests for bug #45365, but still not able to reproduce itNick Burch2008-08-052-19/+33
* when a new RowRecord is created, the default row height shoud be 0xFF. The DE...Yegor Kozlov2008-08-052-2/+27
* Fix bug #45538 - Include excel headers and footers in the output of ExcelExtr...Nick Burch2008-08-045-0/+16
* Patch 44894 - refactoring duplicate logic from EventRecordFactory to RecordFa...Josh Micich2008-08-043-107/+37
* Consolidating various duplicates of CellRangeAddressJosh Micich2008-08-0410-208/+172
* Small tweaks for data validation (bug 44953)Josh Micich2008-08-031-37/+7
* should have been submitted with c682225 - Extensive fixes for data validation...Josh Micich2008-08-031-0/+131
* Extensive fixes for data validation (bug 44953)Josh Micich2008-08-032-878/+571
* Small update for c681530 bug 45519Josh Micich2008-08-011-1/+1
* Fix for bug 45519 - keep data validation records togetherJosh Micich2008-07-314-28/+106
* Some work on bug #45466 - Partial support for removing excel comments (won't ...Nick Burch2008-07-282-0/+34
* More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and fo...Josh Micich2008-07-282-168/+168
* Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode...Nick Burch2008-07-201-0/+282
* Patch from bug #45414 - Don't add too many UncalcedRecords to sheets with cha...Nick Burch2008-07-181-0/+20
* Patch from bug #45398 - Support detecting date formats containing "am/pm" as ...Nick Burch2008-07-181-1/+2
* Cell Style optimisations tooNick Burch2008-07-151-1/+94
* Start on HSSFOptimiser, which removes un-needed cell styles and fonts, fixing...Nick Burch2008-07-152-0/+148
* Support for removing low level font recordsNick Burch2008-07-151-0/+33
* Method to check if two fonts have the same contentsNick Burch2008-07-151-0/+17
* fixed bug #45322: HSSFSheet.autoSizeColumn() throws NPE when cell number form...Yegor Kozlov2008-07-152-0/+9
* Fix for bug 45380 - added return keyword in ArrayPtg.toFormulaString()Josh Micich2008-07-131-1/+18
* Inspired by bug #44958 - Record level support for Data Tables. (No formula pa...Nick Burch2008-07-134-0/+140
* Allow the cloning of one HSSFCellStyle onto another, including cloning styles...Nick Burch2008-07-124-0/+173
* Support for cloning one extended format record onto another, plus testsNick Burch2008-07-122-0/+139
* Support for cloning one font record onto another, plus testsNick Burch2008-07-122-0/+125
* Patch 45289 - finished support for special comparison operators in COUNTIFJosh Micich2008-07-113-0/+159
* Add a test to show that the behaviour around bug #30635 is exactly as you wou...Nick Burch2008-07-101-0/+49
* Tweak test to run forward and backNick Burch2008-07-101-2/+16
* Add disabled test for bug #45376Nick Burch2008-07-102-0/+52
* Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, wh...Nick Burch2008-07-101-0/+59
* Add test for bug #43623, currently disabled as it makes FormulaParser unhappyNick Burch2008-07-101-4/+35
* Fix cell.getRichStringCellValue() for formula cells with string resultsNick Burch2008-07-102-9/+35
* Back port fixes from the ooxml branch for CellReference column number<->lette...Nick Burch2008-07-101-1/+144
* Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingH...Nick Burch2008-07-102-4/+39
* Fix for bug 45367 - fixed boundary case when row zero is the last row removed...Josh Micich2008-07-091-0/+14
* Minor junit fix after r674953 (bug 45354). Hooked up loose tests in suite.Josh Micich2008-07-094-2/+43
* Fix for bug 45348 - required tweaks to RVA formula logicJosh Micich2008-07-092-1/+29
* Fix for bug 45354 - Proper distinguishing of cell references and named ranges...Josh Micich2008-07-083-8/+58
* Hooked up new junit in suite (from bug 45338)Josh Micich2008-07-082-9/+12
* Test to check that formula stuff is mostly working with zip codesNick Burch2008-07-081-0/+80
* Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, a...Nick Burch2008-07-042-0/+136
* Fix for bug 45334 - added impl for ERROR.TYPE()Josh Micich2008-07-031-0/+0
* Fix for bug 45334 - formula parser needs to handle dots in identifiersJosh Micich2008-07-031-1/+24
* Patch from dnapoletano from bug #45175 - Support for variable length operands...Nick Burch2008-06-281-3/+0
* Avoid spurious missing lines with the MissingRecordAware event code, and odd ...Nick Burch2008-06-282-7/+70
* Finish the EventWorkbookBuilder, now does sheet references in formulas properlyNick Burch2008-06-281-7/+27
* Make a start on being able to process formulas in the eventusermodel codeNick Burch2008-06-242-0/+140