summaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Make a start on being able to process formulas in the eventusermodel codeNick Burch2008-06-241-0/+195
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@671322 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for ↵Josh Micich2008-06-205-78/+63
| | | | | | DeletedRef3DPtg and DeletedArea3DPtg. Similar to c664220 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669809 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecordJosh Micich2008-06-192-139/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669658 13f79535-47bb-0310-9956-ffa450edef68
* A partial fix for bug #30978, but something still remains, which seems to be ↵Nick Burch2008-06-181-2/+22
| | | | | | related to changing the ptg git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669140 13f79535-47bb-0310-9956-ffa450edef68
* Make the test related to bug #30978, which shows that named ranges pointing ↵Nick Burch2008-06-161-1/+1
| | | | | | to deleted sheets is ok, more complete git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668155 13f79535-47bb-0310-9956-ffa450edef68
* Slight tweak for named ranges pointing at deleted sheets, related to bug #30978Nick Burch2008-06-163-3/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668153 13f79535-47bb-0310-9956-ffa450edef68
* added extra RVA test case (for bug 45206)Josh Micich2008-06-151-12/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668014 13f79535-47bb-0310-9956-ffa450edef68
* bug#44692 - Fixed HSSFPicture.resize() to properly resize pictures if the ↵Yegor Kozlov2008-06-081-42/+113
| | | | | | underlying columns/rows have modified size git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664515 13f79535-47bb-0310-9956-ffa450edef68
* Correctly increment the reference count of a blip when a picture is insertedYegor Kozlov2008-06-081-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664490 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class ↵Josh Micich2008-06-0766-2482/+1000
| | | | | | hierarchy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664220 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a ↵Josh Micich2008-06-061-38/+23
| | | | | | 4-byte boundary git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663855 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45145 - made sure RowRecordsAggregate comes before ↵Josh Micich2008-06-053-44/+70
| | | | | | ValueRecordsAggregate. Also fixed BiffViewer to show correct record offsets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663765 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring ↵Josh Micich2008-06-051-1/+9
| | | | | | token operand classes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663436 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being ↵Nick Burch2008-05-281-2/+6
| | | | | | date based git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660889 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45060 (and 45041) - Improved token class transformation during ↵Josh Micich2008-05-285-323/+510
| | | | | | formula parsing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660828 13f79535-47bb-0310-9956-ffa450edef68
* Changed class hierarchy of Ptg to improve 'operand class' transformation.Josh Micich2008-05-2748-528/+395
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660344 13f79535-47bb-0310-9956-ffa450edef68
* Small fix for FormulaParser. Need case-insentive match for IF function nameJosh Micich2008-05-261-14/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660263 13f79535-47bb-0310-9956-ffa450edef68