summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Removing calls to AreaEval.getValues()Josh Micich2008-08-299-451/+342
* Changed FormulaRecord.getParsedExpression to return Ptg arrayJosh Micich2008-08-292-45/+29
* Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to F...Josh Micich2008-08-2810-445/+340
* Removed unused methods from CellValueRecordInterface. Converted FormulaRecord...Josh Micich2008-08-2811-796/+63
* Fix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords b...Josh Micich2008-08-286-121/+320
* Fix for bug 45698 - allow LinkTable to read EXTERNSHEET recordsJosh Micich2008-08-282-198/+231
* Added names of known but uninterpreted BIFF recordsJosh Micich2008-08-273-139/+272
* Fixed size of TblPtgJosh Micich2008-08-271-33/+29
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-254-5/+5
* Fix for small bug introduced in c688655 - keep header field in sync with numb...Josh Micich2008-08-252-3/+6
* Fix for bug 45682 - allow cloning of sheets with conditional formattingJosh Micich2008-08-253-70/+24
* Initial support for evaluating external add-in functions like YEARFRACJosh Micich2008-08-259-75/+812
* Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multipl...Josh Micich2008-08-231-123/+73
* Fix for bug 45640 - avoid creating multiple GUTS recordsJosh Micich2008-08-191-37/+20
* fixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding Sho...Yegor Kozlov2008-08-181-1/+2
* Few little tweaks to dev helpersNick Burch2008-08-171-8/+25
* More for bug #45623 - Support for additional HSSF header and footer fields, i...Nick Burch2008-08-141-5/+41
* Fix bug #45623 - Support stripping HSSF header and footer fields (eg page num...Nick Burch2008-08-141-30/+102
* Refactor header/footer stuff to remove duplicationNick Burch2008-08-143-390/+202
* Fix a typo in the file name, and add a generic method to POITextExtractor to ...Nick Burch2008-08-123-4/+27
* New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra...Nick Burch2008-08-126-1/+176
* initial work on supporting calls to add-in functionsJosh Micich2008-08-1111-659/+709
* Refinements to fix for bug 45126. Excel does not produce any records like 'E...Josh Micich2008-08-114-932/+916
* added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow()Josh Micich2008-08-094-109/+68
* Converted rows map within HSSFSheet to use Integer keysJosh Micich2008-08-092-22/+16
* improved error message for FormulaParser when the formula has a leading equal...Josh Micich2008-08-081-4/+10
* Standardised toString methods on ScalarConstantPtg subclassesJosh Micich2008-08-087-79/+49
* Patch 45577 - Added implementations for Excel functions NOW and TODAY, added ...Josh Micich2008-08-083-60/+109
* Finished extracting PageSettingsBlock logic from SheetJosh Micich2008-08-083-556/+381
* Extracting PageSettingsBlock from SheetJosh Micich2008-08-086-309/+612
* Converted RowRecordsAggregate to proper RecordAggregateJosh Micich2008-08-086-202/+120
* Consolidating ValueRecordsAggregate within RowRecordsAggregateJosh Micich2008-08-077-676/+475
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-078-108/+104
* Added conditional format records to BiffViewerJosh Micich2008-08-061-3/+5
* Partial fix for bug 45570 - Converted instance BitField fields to static Josh Micich2008-08-0627-505/+354
* removed TODO comment and formattedJosh Micich2008-08-061-31/+30
* refactoring aggregate records to a separate hierarchy. just startingJosh Micich2008-08-0617-971/+1306
* More tests for bug #45365, but still not able to reproduce itNick Burch2008-08-051-5/+7
* fixed bug #44692: HSSFPicture.resize() stretched image when there was a text ...Yegor Kozlov2008-08-051-2/+9
* when a new RowRecord is created, the default row height shoud be 0xFF. The DE...Yegor Kozlov2008-08-051-2/+1
* Fix a commentNick Burch2008-08-041-1/+1
* Fix bug #45538 - Include excel headers and footers in the output of ExcelExtr...Nick Burch2008-08-044-2/+74
* removed debugging code leftover from r682508 (patch 44894)Josh Micich2008-08-041-291/+289
* Patch 44894 - refactoring duplicate logic from EventRecordFactory to RecordFa...Josh Micich2008-08-044-648/+348
* Consolidating various duplicates of CellRangeAddressJosh Micich2008-08-0415-1091/+808
* Small tweaks for data validation (bug 44953)Josh Micich2008-08-031-19/+19
* fixed BiffViewer to add some missing record types. Formatted switch/case for ...Josh Micich2008-08-031-255/+131
* Extensive fixes for data validation (bug 44953)Josh Micich2008-08-0314-1570/+1518
* Fix for bug 45519 - keep data validation records togetherJosh Micich2008-07-317-465/+458
* Some work on bug #45466 - Partial support for removing excel comments (won't ...Nick Burch2008-07-282-2/+78