summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Converted RowRecordsAggregate to proper RecordAggregateJosh Micich2008-08-087-226/+153
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683788 13f79535-47bb-0310-9956-ffa450edef68
* Consolidating ValueRecordsAggregate within RowRecordsAggregateJosh Micich2008-08-0712-1003/+756
| | | | 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-0718-497/+321
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683706 13f79535-47bb-0310-9956-ffa450edef68
* JDK 1.4 compatibility. Some exception clean-upJosh Micich2008-08-077-152/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683699 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
* should have been submitted with r683081Josh Micich2008-08-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683096 13f79535-47bb-0310-9956-ffa450edef68
* should have been submitted with r683081Josh Micich2008-08-062-917/+902
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683093 13f79535-47bb-0310-9956-ffa450edef68
* refactoring aggregate records to a separate hierarchy. just startingJosh Micich2008-08-0623-1051/+1414
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683081 13f79535-47bb-0310-9956-ffa450edef68
* Fix JDK 1.4 compilation (after r682511 /bug 45538)Josh Micich2008-08-051-14/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683023 13f79535-47bb-0310-9956-ffa450edef68
* With help from Yegor, fix bug #45537 - Include headers and footers (of ↵Nick Burch2008-08-055-9/+40
| | | | | | slides and notes) in the extracted text from HSLF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683020 13f79535-47bb-0310-9956-ffa450edef68
* More tests for bug #45365, but still not able to reproduce itNick Burch2008-08-053-24/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682999 13f79535-47bb-0310-9956-ffa450edef68
* Start on bug #45537 - headers and footers from pptNick Burch2008-08-054-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682778 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #44692: HSSFPicture.resize() stretched image when there was a text ↵Yegor Kozlov2008-08-054-3/+14
| | | | | | 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-053-4/+28
| | | | | | 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 bug #45543 - Optionally extract comment text with PowerPointExtractor, ↵Nick Burch2008-08-049-2/+186
| | | | | | and initial hslf model support for comments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682533 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-0411-2/+92
| | | | | | 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-049-755/+387
| | | | | | RecordFactory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682508 13f79535-47bb-0310-9956-ffa450edef68
* support for headers / footers in HSLFYegor Kozlov2008-08-0419-19/+1206
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682336 13f79535-47bb-0310-9956-ffa450edef68
* Consolidating various duplicates of CellRangeAddressJosh Micich2008-08-0426-1488/+1229
| | | | 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-032-56/+26
| | | | 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
* should have been submitted with c682225 - Extensive fixes for data ↵Josh Micich2008-08-031-0/+131
| | | | | | validation (bug 44953) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682227 13f79535-47bb-0310-9956-ffa450edef68
* Extensive fixes for data validation (bug 44953)Josh Micich2008-08-0318-2448/+2091
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682225 13f79535-47bb-0310-9956-ffa450edef68
* Small update for c681530 bug 45519Josh Micich2008-08-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@681572 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45519 - keep data validation records togetherJosh Micich2008-07-3113-493/+566
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@681530 13f79535-47bb-0310-9956-ffa450edef68
* Support for creating new HSLF CurrentUserAtomsNick Burch2008-07-294-18/+156
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@680853 13f79535-47bb-0310-9956-ffa450edef68
* Some work on bug #45466 - Partial support for removing excel comments (won't ↵Nick Burch2008-07-286-2/+114
| | | | | | work for all excel versions yet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@680530 13f79535-47bb-0310-9956-ffa450edef68
* More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and ↵Josh Micich2008-07-283-540/+518
| | | | | | formatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@680470 13f79535-47bb-0310-9956-ffa450edef68
* Fix for DataFormatter on some JVMsNick Burch2008-07-281-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@680394 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45437 - Detect encrypted word documents, and throw an ↵Nick Burch2008-07-217-9/+50
| | | | | | EncryptedDocumentException instead of a OOM git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@678539 13f79535-47bb-0310-9956-ffa450edef68
* Apply, with some tweaks, the patch from bug #45404 - New class, ↵Nick Burch2008-07-206-29/+1001
| | | | | | hssf.usermodel.HSSFDataFormatter, for formatting numbers and dates in the same way that Excel does git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@678287 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #45414 - Don't add too many UncalcedRecords to sheets with ↵Nick Burch2008-07-184-9/+36
| | | | | | charts in them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677995 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #45398 - Support detecting date formats containing "am/pm" as ↵Nick Burch2008-07-184-2/+5
| | | | | | date times git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677974 13f79535-47bb-0310-9956-ffa450edef68
* Update homepage for 3.5.1 beta 1Nick Burch2008-07-181-15/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677972 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Jukka from bug #45394 - tidy up examples bit of buildNick Burch2008-07-181-11/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677969 13f79535-47bb-0310-9956-ffa450edef68
* Patch 45410 - removed dependency on commons beanutils, collections and langJosh Micich2008-07-165-112/+228
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677376 13f79535-47bb-0310-9956-ffa450edef68
* Cell Style optimisations tooNick Burch2008-07-154-3/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677057 13f79535-47bb-0310-9956-ffa450edef68
* Start on HSSFOptimiser, which removes un-needed cell styles and fonts, ↵Nick Burch2008-07-158-2/+372
| | | | | | fixing up references as it does so git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677041 13f79535-47bb-0310-9956-ffa450edef68
* Support for removing low level font recordsNick Burch2008-07-152-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677029 13f79535-47bb-0310-9956-ffa450edef68
* Method to check if two fonts have the same contentsNick Burch2008-07-152-0/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677028 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45322: HSSFSheet.autoSizeColumn() throws NPE when cell number ↵Yegor Kozlov2008-07-156-7/+18
| | | | | | format was not found git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676995 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45380 - added return keyword in ArrayPtg.toFormulaString()Josh Micich2008-07-134-2/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676457 13f79535-47bb-0310-9956-ffa450edef68
* Inspired by bug #44958 - Record level support for Data Tables. (No formula ↵Nick Burch2008-07-1313-1/+487
| | | | | | parser support though) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676310 13f79535-47bb-0310-9956-ffa450edef68
* Implement idea from bug #35583 - Include a version class, ↵Nick Burch2008-07-124-1/+95
| | | | | | org.apache.poi.Version, to allow easy introspection of the POI version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676221 13f79535-47bb-0310-9956-ffa450edef68
* Allow the cloning of one HSSFCellStyle onto another, including cloning ↵Nick Burch2008-07-129-0/+255
| | | | | | styles from one HSSFWorkbook onto another git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676205 13f79535-47bb-0310-9956-ffa450edef68
* Support for cloning one extended format record onto another, plus testsNick Burch2008-07-123-0/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676203 13f79535-47bb-0310-9956-ffa450edef68