summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing calls to AreaEval.getValues()Josh Micich2008-08-299-451/+342
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690094 13f79535-47bb-0310-9956-ffa450edef68
* Changed FormulaRecord.getParsedExpression to return Ptg arrayJosh Micich2008-08-292-45/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690091 13f79535-47bb-0310-9956-ffa450edef68
* Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to ↵Josh Micich2008-08-2810-445/+340
| | | | | | FormulaRecord git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689973 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused methods from CellValueRecordInterface. Converted ↵Josh Micich2008-08-2811-796/+63
| | | | | | FormulaRecordAggregate to RecordAggregate subclass git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689721 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords ↵Josh Micich2008-08-286-121/+320
| | | | | | between row/cell records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689716 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45698 - allow LinkTable to read EXTERNSHEET recordsJosh Micich2008-08-282-198/+231
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689704 13f79535-47bb-0310-9956-ffa450edef68
* Added names of known but uninterpreted BIFF recordsJosh Micich2008-08-273-139/+272
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689559 13f79535-47bb-0310-9956-ffa450edef68
* Fixed size of TblPtgJosh Micich2008-08-271-33/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689544 13f79535-47bb-0310-9956-ffa450edef68
* Replaced calls to deprecated versions of createCell(), getCell(), ↵Josh Micich2008-08-254-5/+5
| | | | | | createRow(), and getRow(). (Changing short to int) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688910 13f79535-47bb-0310-9956-ffa450edef68
* Fix for small bug introduced in c688655 - keep header field in sync with ↵Josh Micich2008-08-252-3/+6
| | | | | | number of rules git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688825 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45682 - allow cloning of sheets with conditional formattingJosh Micich2008-08-253-70/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688655 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for evaluating external add-in functions like YEARFRACJosh Micich2008-08-259-75/+812
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688650 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating ↵Josh Micich2008-08-231-123/+73
| | | | | | multiple LastCellOfRowDummyRecords when shared formulas are present git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688426 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45640 - avoid creating multiple GUTS recordsJosh Micich2008-08-191-37/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686977 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding ↵Yegor Kozlov2008-08-181-1/+2
| | | | | | Short.MAX_VALUE git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686844 13f79535-47bb-0310-9956-ffa450edef68
* Few little tweaks to dev helpersNick Burch2008-08-171-8/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686621 13f79535-47bb-0310-9956-ffa450edef68
* More for bug #45623 - Support for additional HSSF header and footer fields, ↵Nick Burch2008-08-141-5/+41
| | | | | | including bold and full file path git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686053 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45623 - Support stripping HSSF header and footer fields (eg page ↵Nick Burch2008-08-141-30/+102
| | | | | | number) out of header and footer text if required git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686046 13f79535-47bb-0310-9956-ffa450edef68
* Refactor header/footer stuff to remove duplicationNick Burch2008-08-143-390/+202
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686036 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo in the file name, and add a generic method to POITextExtractor to ↵Nick Burch2008-08-123-4/+27
| | | | | | get the appropriate metadata text extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685267 13f79535-47bb-0310-9956-ffa450edef68
* New HPSF based TextExtractor for document metadata, ↵Nick Burch2008-08-126-1/+176
| | | | | | org.apache.poi.hpsf.extractor.HPFSPropertiesExtractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685260 13f79535-47bb-0310-9956-ffa450edef68
* initial work on supporting calls to add-in functionsJosh Micich2008-08-1111-659/+709
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684971 13f79535-47bb-0310-9956-ffa450edef68
* Refinements to fix for bug 45126. Excel does not produce any records like ↵Josh Micich2008-08-114-932/+916
| | | | | | 'Excel_Name_Record_Titles_*' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684938 13f79535-47bb-0310-9956-ffa450edef68
* added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow()Josh Micich2008-08-094-109/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684321 13f79535-47bb-0310-9956-ffa450edef68
* Converted rows map within HSSFSheet to use Integer keysJosh Micich2008-08-092-22/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684318 13f79535-47bb-0310-9956-ffa450edef68
* improved error message for FormulaParser when the formula has a leading ↵Josh Micich2008-08-081-4/+10
| | | | | | equals sign git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684075 13f79535-47bb-0310-9956-ffa450edef68
* Standardised toString methods on ScalarConstantPtg subclassesJosh Micich2008-08-087-79/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684067 13f79535-47bb-0310-9956-ffa450edef68
* Patch 45577 - Added implementations for Excel functions NOW and TODAY, added ↵Josh Micich2008-08-083-60/+109
| | | | | | property getters to HSSFConditionalFormattingRule git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683901 13f79535-47bb-0310-9956-ffa450edef68
* Finished extracting PageSettingsBlock logic from SheetJosh Micich2008-08-083-556/+381
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683880 13f79535-47bb-0310-9956-ffa450edef68
* Extracting PageSettingsBlock from SheetJosh Micich2008-08-086-309/+612
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683871 13f79535-47bb-0310-9956-ffa450edef68
* Converted RowRecordsAggregate to proper RecordAggregateJosh Micich2008-08-086-202/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683788 13f79535-47bb-0310-9956-ffa450edef68
* Consolidating ValueRecordsAggregate within RowRecordsAggregateJosh Micich2008-08-077-676/+475
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683758 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-078-108/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683706 13f79535-47bb-0310-9956-ffa450edef68
* Added conditional format records to BiffViewerJosh Micich2008-08-061-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683167 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for bug 45570 - Converted instance BitField fields to static Josh Micich2008-08-0627-505/+354
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683132 13f79535-47bb-0310-9956-ffa450edef68
* removed TODO comment and formattedJosh Micich2008-08-061-31/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683128 13f79535-47bb-0310-9956-ffa450edef68
* refactoring aggregate records to a separate hierarchy. just startingJosh Micich2008-08-0617-971/+1306
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683081 13f79535-47bb-0310-9956-ffa450edef68
* More tests for bug #45365, but still not able to reproduce itNick Burch2008-08-051-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682999 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #44692: HSSFPicture.resize() stretched image when there was a text ↵Yegor Kozlov2008-08-051-2/+9
| | | | | | next to it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682621 13f79535-47bb-0310-9956-ffa450edef68
* when a new RowRecord is created, the default row height shoud be 0xFF. The ↵Yegor Kozlov2008-08-051-2/+1
| | | | | | DEFAULT_HEIGHT_BIT (0x8000) is optional, some clients like OpenOffice 2.3 and earlier don't understand it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682620 13f79535-47bb-0310-9956-ffa450edef68
* Fix a commentNick Burch2008-08-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682518 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45538 - Include excel headers and footers in the output of ↵Nick Burch2008-08-044-2/+74
| | | | | | ExcelExtractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682511 13f79535-47bb-0310-9956-ffa450edef68
* removed debugging code leftover from r682508 (patch 44894)Josh Micich2008-08-041-291/+289
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682510 13f79535-47bb-0310-9956-ffa450edef68
* Patch 44894 - refactoring duplicate logic from EventRecordFactory to ↵Josh Micich2008-08-044-648/+348
| | | | | | RecordFactory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682508 13f79535-47bb-0310-9956-ffa450edef68
* Consolidating various duplicates of CellRangeAddressJosh Micich2008-08-0415-1091/+808
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682282 13f79535-47bb-0310-9956-ffa450edef68
* Small tweaks for data validation (bug 44953)Josh Micich2008-08-031-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682230 13f79535-47bb-0310-9956-ffa450edef68
* fixed BiffViewer to add some missing record types. Formatted switch/case for ↵Josh Micich2008-08-031-255/+131
| | | | | | readability git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682229 13f79535-47bb-0310-9956-ffa450edef68
* Extensive fixes for data validation (bug 44953)Josh Micich2008-08-0314-1570/+1518
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682225 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45519 - keep data validation records togetherJosh Micich2008-07-317-465/+458
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@681530 13f79535-47bb-0310-9956-ffa450edef68
* Some work on bug #45466 - Partial support for removing excel comments (won't ↵Nick Burch2008-07-282-2/+78
| | | | | | work for all excel versions yet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@680530 13f79535-47bb-0310-9956-ffa450edef68