aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
* 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
* More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and ↵Josh Micich2008-07-281-372/+350
| | | | | | 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-211-0/+24
| | | | | | 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-203-29/+717
| | | | | | 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-181-9/+14
| | | | | | 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-181-1/+1
| | | | | | date times git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@677974 13f79535-47bb-0310-9956-ffa450edef68
* Cell Style optimisations tooNick Burch2008-07-153-2/+96
| | | | 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-154-2/+222
| | | | | | 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-151-0/+11
| | | | 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-151-0/+25
| | | | 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-152-7/+7
| | | | | | 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-131-1/+1
| | | | 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-137-1/+345
| | | | | | parser support though) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676310 13f79535-47bb-0310-9956-ffa450edef68
* Allow the cloning of one HSSFCellStyle onto another, including cloning ↵Nick Burch2008-07-123-0/+80
| | | | | | 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-121-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676203 13f79535-47bb-0310-9956-ffa450edef68
* Support for cloning one font record onto another, plus testsNick Burch2008-07-121-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676201 13f79535-47bb-0310-9956-ffa450edef68
* Patch 45289 - finished support for special comparison operators in COUNTIFJosh Micich2008-07-112-152/+288
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675853 13f79535-47bb-0310-9956-ffa450edef68
* Improve javadocs relating to getLastRowNumberNick Burch2008-07-101-5/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675792 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, ↵Nick Burch2008-07-102-7/+56
| | | | | | which Excel dislikes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675776 13f79535-47bb-0310-9956-ffa450edef68
* Fix cell.getRichStringCellValue() for formula cells with string resultsNick Burch2008-07-101-4/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675727 13f79535-47bb-0310-9956-ffa450edef68
* Back port fixes from the ooxml branch for CellReference column ↵Nick Burch2008-07-101-27/+54
| | | | | | number<->letter stuff git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675717 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45365 - Handle more excel number formatting rules in ↵Nick Burch2008-07-101-0/+62
| | | | | | FormatTrackingHSSFListener / XLS2CSVmra git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675671 13f79535-47bb-0310-9956-ffa450edef68
* Apply some changes inspired by bug # 45373, which improve the performance of ↵Nick Burch2008-07-102-36/+82
| | | | | | HSSFSheet.shiftRows git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675661 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45367 - fixed boundary case when row zero is the last row ↵Josh Micich2008-07-091-7/+8
| | | | | | removed from the sheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675218 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45348 - required tweaks to RVA formula logicJosh Micich2008-07-091-20/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675079 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45354 - Proper distinguishing of cell references and named ↵Josh Micich2008-07-083-95/+200
| | | | | | ranges within formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@674953 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45338 - JDK 1.4/1.5 issue from r673997Josh Micich2008-07-081-39/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@674911 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, ↵Nick Burch2008-07-041-15/+28
| | | | | | and then fix it to find newly added fonts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@673997 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45336 - Fix HSSFColor.getTripletHash()Nick Burch2008-07-041-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@673987 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45334 - added impl for ERROR.TYPE()Josh Micich2008-07-031-21/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@673863 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45334 - formula parser needs to handle dots in identifiersJosh Micich2008-07-031-17/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@673853 13f79535-47bb-0310-9956-ffa450edef68
* Avoid spurious missing lines with the MissingRecordAware event code, and odd ↵Nick Burch2008-06-281-28/+40
| | | | | | files that contain RowRecords in the middle of the cell Records. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@672562 13f79535-47bb-0310-9956-ffa450edef68
* Finish the EventWorkbookBuilder, now does sheet references in formulas properlyNick Burch2008-06-281-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@672550 13f79535-47bb-0310-9956-ffa450edef68