| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removing calls to AreaEval.getValues() | Josh Micich | 2008-08-29 | 9 | -451/+342 |
* | Changed FormulaRecord.getParsedExpression to return Ptg array | Josh Micich | 2008-08-29 | 2 | -45/+29 |
* | Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to F... | Josh Micich | 2008-08-28 | 10 | -445/+340 |
* | Removed unused methods from CellValueRecordInterface. Converted FormulaRecord... | Josh Micich | 2008-08-28 | 11 | -796/+63 |
* | Fix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords b... | Josh Micich | 2008-08-28 | 6 | -121/+320 |
* | Fix for bug 45698 - allow LinkTable to read EXTERNSHEET records | Josh Micich | 2008-08-28 | 2 | -198/+231 |
* | Added names of known but uninterpreted BIFF records | Josh Micich | 2008-08-27 | 3 | -139/+272 |
* | Fixed size of TblPtg | Josh Micich | 2008-08-27 | 1 | -33/+29 |
* | Replaced calls to deprecated versions of createCell(), getCell(), createRow()... | Josh Micich | 2008-08-25 | 4 | -5/+5 |
* | Fix for small bug introduced in c688655 - keep header field in sync with numb... | Josh Micich | 2008-08-25 | 2 | -3/+6 |
* | Fix for bug 45682 - allow cloning of sheets with conditional formatting | Josh Micich | 2008-08-25 | 3 | -70/+24 |
* | Initial support for evaluating external add-in functions like YEARFRAC | Josh Micich | 2008-08-25 | 9 | -75/+812 |
* | Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multipl... | Josh Micich | 2008-08-23 | 1 | -123/+73 |
* | Fix for bug 45640 - avoid creating multiple GUTS records | Josh Micich | 2008-08-19 | 1 | -37/+20 |
* | fixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding Sho... | Yegor Kozlov | 2008-08-18 | 1 | -1/+2 |
* | Few little tweaks to dev helpers | Nick Burch | 2008-08-17 | 1 | -8/+25 |
* | More for bug #45623 - Support for additional HSSF header and footer fields, i... | Nick Burch | 2008-08-14 | 1 | -5/+41 |
* | Fix bug #45623 - Support stripping HSSF header and footer fields (eg page num... | Nick Burch | 2008-08-14 | 1 | -30/+102 |
* | Refactor header/footer stuff to remove duplication | Nick Burch | 2008-08-14 | 3 | -390/+202 |
* | Fix a typo in the file name, and add a generic method to POITextExtractor to ... | Nick Burch | 2008-08-12 | 3 | -4/+27 |
* | New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra... | Nick Burch | 2008-08-12 | 6 | -1/+176 |
* | initial work on supporting calls to add-in functions | Josh Micich | 2008-08-11 | 11 | -659/+709 |
* | Refinements to fix for bug 45126. Excel does not produce any records like 'E... | Josh Micich | 2008-08-11 | 4 | -932/+916 |
* | added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow() | Josh Micich | 2008-08-09 | 4 | -109/+68 |
* | Converted rows map within HSSFSheet to use Integer keys | Josh Micich | 2008-08-09 | 2 | -22/+16 |
* | improved error message for FormulaParser when the formula has a leading equal... | Josh Micich | 2008-08-08 | 1 | -4/+10 |
* | Standardised toString methods on ScalarConstantPtg subclasses | Josh Micich | 2008-08-08 | 7 | -79/+49 |
* | Patch 45577 - Added implementations for Excel functions NOW and TODAY, added ... | Josh Micich | 2008-08-08 | 3 | -60/+109 |
* | Finished extracting PageSettingsBlock logic from Sheet | Josh Micich | 2008-08-08 | 3 | -556/+381 |
* | Extracting PageSettingsBlock from Sheet | Josh Micich | 2008-08-08 | 6 | -309/+612 |
* | Converted RowRecordsAggregate to proper RecordAggregate | Josh Micich | 2008-08-08 | 6 | -202/+120 |
* | Consolidating ValueRecordsAggregate within RowRecordsAggregate | Josh Micich | 2008-08-07 | 7 | -676/+475 |
* | Fix for bug 45582 - handle extra bytes after the EOFRecord | Josh Micich | 2008-08-07 | 8 | -108/+104 |
* | Added conditional format records to BiffViewer | Josh Micich | 2008-08-06 | 1 | -3/+5 |
* | Partial fix for bug 45570 - Converted instance BitField fields to static | Josh Micich | 2008-08-06 | 27 | -505/+354 |
* | removed TODO comment and formatted | Josh Micich | 2008-08-06 | 1 | -31/+30 |
* | refactoring aggregate records to a separate hierarchy. just starting | Josh Micich | 2008-08-06 | 17 | -971/+1306 |
* | More tests for bug #45365, but still not able to reproduce it | Nick Burch | 2008-08-05 | 1 | -5/+7 |
* | fixed bug #44692: HSSFPicture.resize() stretched image when there was a text ... | Yegor Kozlov | 2008-08-05 | 1 | -2/+9 |
* | when a new RowRecord is created, the default row height shoud be 0xFF. The DE... | Yegor Kozlov | 2008-08-05 | 1 | -2/+1 |
* | Fix a comment | Nick Burch | 2008-08-04 | 1 | -1/+1 |
* | Fix bug #45538 - Include excel headers and footers in the output of ExcelExtr... | Nick Burch | 2008-08-04 | 4 | -2/+74 |
* | removed debugging code leftover from r682508 (patch 44894) | Josh Micich | 2008-08-04 | 1 | -291/+289 |
* | Patch 44894 - refactoring duplicate logic from EventRecordFactory to RecordFa... | Josh Micich | 2008-08-04 | 4 | -648/+348 |
* | Consolidating various duplicates of CellRangeAddress | Josh Micich | 2008-08-04 | 15 | -1091/+808 |
* | Small tweaks for data validation (bug 44953) | Josh Micich | 2008-08-03 | 1 | -19/+19 |
* | fixed BiffViewer to add some missing record types. Formatted switch/case for ... | Josh Micich | 2008-08-03 | 1 | -255/+131 |
* | Extensive fixes for data validation (bug 44953) | Josh Micich | 2008-08-03 | 14 | -1570/+1518 |
* | Fix for bug 45519 - keep data validation records together | Josh Micich | 2008-07-31 | 7 | -465/+458 |
* | Some work on bug #45466 - Partial support for removing excel comments (won't ... | Nick Burch | 2008-07-28 | 2 | -2/+78 |