| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug 45582 - handle extra bytes after the EOFRecord | Josh Micich | 2008-08-07 | 5 | -40/+47 |
* | refactoring aggregate records to a separate hierarchy. just starting | Josh Micich | 2008-08-06 | 6 | -80/+108 |
* | Fix JDK 1.4 compilation (after r682511 /bug 45538) | Josh Micich | 2008-08-05 | 1 | -14/+11 |
* | More tests for bug #45365, but still not able to reproduce it | Nick Burch | 2008-08-05 | 2 | -19/+33 |
* | when a new RowRecord is created, the default row height shoud be 0xFF. The DE... | Yegor Kozlov | 2008-08-05 | 2 | -2/+27 |
* | Fix bug #45538 - Include excel headers and footers in the output of ExcelExtr... | Nick Burch | 2008-08-04 | 5 | -0/+16 |
* | Patch 44894 - refactoring duplicate logic from EventRecordFactory to RecordFa... | Josh Micich | 2008-08-04 | 3 | -107/+37 |
* | Consolidating various duplicates of CellRangeAddress | Josh Micich | 2008-08-04 | 10 | -208/+172 |
* | Small tweaks for data validation (bug 44953) | Josh Micich | 2008-08-03 | 1 | -37/+7 |
* | should have been submitted with c682225 - Extensive fixes for data validation... | Josh Micich | 2008-08-03 | 1 | -0/+131 |
* | Extensive fixes for data validation (bug 44953) | Josh Micich | 2008-08-03 | 2 | -878/+571 |
* | Small update for c681530 bug 45519 | Josh Micich | 2008-08-01 | 1 | -1/+1 |
* | Fix for bug 45519 - keep data validation records together | Josh Micich | 2008-07-31 | 4 | -28/+106 |
* | Some work on bug #45466 - Partial support for removing excel comments (won't ... | Nick Burch | 2008-07-28 | 2 | -0/+34 |
* | More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and fo... | Josh Micich | 2008-07-28 | 2 | -168/+168 |
* | Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode... | Nick Burch | 2008-07-20 | 1 | -0/+282 |
* | Patch from bug #45414 - Don't add too many UncalcedRecords to sheets with cha... | Nick Burch | 2008-07-18 | 1 | -0/+20 |
* | Patch from bug #45398 - Support detecting date formats containing "am/pm" as ... | Nick Burch | 2008-07-18 | 1 | -1/+2 |
* | Cell Style optimisations too | Nick Burch | 2008-07-15 | 1 | -1/+94 |
* | Start on HSSFOptimiser, which removes un-needed cell styles and fonts, fixing... | Nick Burch | 2008-07-15 | 2 | -0/+148 |
* | Support for removing low level font records | Nick Burch | 2008-07-15 | 1 | -0/+33 |
* | Method to check if two fonts have the same contents | Nick Burch | 2008-07-15 | 1 | -0/+17 |
* | fixed bug #45322: HSSFSheet.autoSizeColumn() throws NPE when cell number form... | Yegor Kozlov | 2008-07-15 | 2 | -0/+9 |
* | Fix for bug 45380 - added return keyword in ArrayPtg.toFormulaString() | Josh Micich | 2008-07-13 | 1 | -1/+18 |
* | Inspired by bug #44958 - Record level support for Data Tables. (No formula pa... | Nick Burch | 2008-07-13 | 4 | -0/+140 |
* | Allow the cloning of one HSSFCellStyle onto another, including cloning styles... | Nick Burch | 2008-07-12 | 4 | -0/+173 |
* | Support for cloning one extended format record onto another, plus tests | Nick Burch | 2008-07-12 | 2 | -0/+139 |
* | Support for cloning one font record onto another, plus tests | Nick Burch | 2008-07-12 | 2 | -0/+125 |
* | Patch 45289 - finished support for special comparison operators in COUNTIF | Josh Micich | 2008-07-11 | 3 | -0/+159 |
* | Add a test to show that the behaviour around bug #30635 is exactly as you wou... | Nick Burch | 2008-07-10 | 1 | -0/+49 |
* | Tweak test to run forward and back | Nick Burch | 2008-07-10 | 1 | -2/+16 |
* | Add disabled test for bug #45376 | Nick Burch | 2008-07-10 | 2 | -0/+52 |
* | Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, wh... | Nick Burch | 2008-07-10 | 1 | -0/+59 |
* | Add test for bug #43623, currently disabled as it makes FormulaParser unhappy | Nick Burch | 2008-07-10 | 1 | -4/+35 |
* | Fix cell.getRichStringCellValue() for formula cells with string results | Nick Burch | 2008-07-10 | 2 | -9/+35 |
* | Back port fixes from the ooxml branch for CellReference column number<->lette... | Nick Burch | 2008-07-10 | 1 | -1/+144 |
* | Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingH... | Nick Burch | 2008-07-10 | 2 | -4/+39 |
* | Fix for bug 45367 - fixed boundary case when row zero is the last row removed... | Josh Micich | 2008-07-09 | 1 | -0/+14 |
* | Minor junit fix after r674953 (bug 45354). Hooked up loose tests in suite. | Josh Micich | 2008-07-09 | 4 | -2/+43 |
* | Fix for bug 45348 - required tweaks to RVA formula logic | Josh Micich | 2008-07-09 | 2 | -1/+29 |
* | Fix for bug 45354 - Proper distinguishing of cell references and named ranges... | Josh Micich | 2008-07-08 | 3 | -8/+58 |
* | Hooked up new junit in suite (from bug 45338) | Josh Micich | 2008-07-08 | 2 | -9/+12 |
* | Test to check that formula stuff is mostly working with zip codes | Nick Burch | 2008-07-08 | 1 | -0/+80 |
* | Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, a... | Nick Burch | 2008-07-04 | 2 | -0/+136 |
* | Fix for bug 45334 - added impl for ERROR.TYPE() | Josh Micich | 2008-07-03 | 1 | -0/+0 |
* | Fix for bug 45334 - formula parser needs to handle dots in identifiers | Josh Micich | 2008-07-03 | 1 | -1/+24 |
* | Patch from dnapoletano from bug #45175 - Support for variable length operands... | Nick Burch | 2008-06-28 | 1 | -3/+0 |
* | Avoid spurious missing lines with the MissingRecordAware event code, and odd ... | Nick Burch | 2008-06-28 | 2 | -7/+70 |
* | Finish the EventWorkbookBuilder, now does sheet references in formulas properly | Nick Burch | 2008-06-28 | 1 | -7/+27 |
* | Make a start on being able to process formulas in the eventusermodel code | Nick Burch | 2008-06-24 | 2 | -0/+140 |