summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Support for cloning one font record onto another, plus testsNick Burch2008-07-123-0/+146
| | | | 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-117-152/+449
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675853 13f79535-47bb-0310-9956-ffa450edef68
* Add a test to show that the behaviour around bug #30635 is exactly as you ↵Nick Burch2008-07-101-0/+49
| | | | | | would expect, and the bug report is invalid git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675793 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
* Tweak test to run forward and backNick Burch2008-07-101-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675785 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled test for bug #45376Nick Burch2008-07-102-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675783 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, ↵Nick Burch2008-07-105-7/+117
| | | | | | which Excel dislikes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675776 13f79535-47bb-0310-9956-ffa450edef68
* Add test for bug #43623, currently disabled as it makes FormulaParser unhappyNick Burch2008-07-101-4/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675734 13f79535-47bb-0310-9956-ffa450edef68
* Fix cell.getRichStringCellValue() for formula cells with string resultsNick Burch2008-07-105-13/+56
| | | | 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-102-28/+198
| | | | | | 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-106-50/+105
| | | | | | 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-104-36/+84
| | | | | | 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-094-7/+24
| | | | | | removed from the sheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675218 13f79535-47bb-0310-9956-ffa450edef68
* Minor junit fix after r674953 (bug 45354). Hooked up loose tests in suite.Josh Micich2008-07-094-2/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675086 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45348 - required tweaks to RVA formula logicJosh Micich2008-07-095-21/+68
| | | | 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-088-103/+260
| | | | | | ranges within formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@674953 13f79535-47bb-0310-9956-ffa450edef68
* Hooked up new junit in suite (from bug 45338)Josh Micich2008-07-082-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@674937 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
* Test to check that formula stuff is mostly working with zip codesNick Burch2008-07-081-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@674891 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle the HDGF chunks_parse_cmds.tbl off into resources where it more ↵Nick Burch2008-07-064-8/+21
| | | | | | properly belongs, and correctly update the legal notice file to match git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@674348 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, ↵Nick Burch2008-07-045-15/+166
| | | | | | 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-043-4/+10
| | | | 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-032-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-034-18/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@673853 13f79535-47bb-0310-9956-ffa450edef68
* updated status of the latest release, 3.1-FINALYegor Kozlov2008-07-011-25/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@673050 13f79535-47bb-0310-9956-ffa450edef68
* Patch from N.Hira from bug #45252 - Improvement for HWPF Range.replaceText()Nick Burch2008-06-284-8/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@672570 13f79535-47bb-0310-9956-ffa450edef68
* Patch from N. Hira from bug #45001 - Further fix for HWPF Range.delete() and ↵Nick Burch2008-06-285-4/+210
| | | | | | unicode characters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@672569 13f79535-47bb-0310-9956-ffa450edef68
* Patch from dnapoletano from bug #45175 - Support for variable length ↵Nick Burch2008-06-284-4/+10
| | | | | | operands in org.apache.poi.hwpf.sprm.SprmOperation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@672567 13f79535-47bb-0310-9956-ffa450edef68
* Avoid spurious missing lines with the MissingRecordAware event code, and odd ↵Nick Burch2008-06-285-35/+112
| | | | | | 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
* Update changelog about EventWorkbookBuilder, and tweak XLS2CSVmra to use it ↵Nick Burch2008-06-283-6/+29
| | | | | | if formulas required git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@672553 13f79535-47bb-0310-9956-ffa450edef68
* Finish the EventWorkbookBuilder, now does sheet references in formulas properlyNick Burch2008-06-282-11/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@672550 13f79535-47bb-0310-9956-ffa450edef68
* Add MethodNotFound exceptions to the faqNick Burch2008-06-271-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@672230 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on being able to process formulas in the eventusermodel codeNick Burch2008-06-243-0/+335
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@671322 13f79535-47bb-0310-9956-ffa450edef68
* started a new section for poi-3.2 family, updated release date of 3.2-FINALYegor Kozlov2008-06-213-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@670190 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for ↵Josh Micich2008-06-208-79/+66
| | | | | | 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-195-139/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669658 13f79535-47bb-0310-9956-ffa450edef68
* Improved HWPF Range.replaceText, from N. Hira in bug #45001Nick Burch2008-06-195-16/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669456 13f79535-47bb-0310-9956-ffa450edef68
* A partial fix for bug #30978, but something still remains, which seems to be ↵Nick Burch2008-06-183-2/+84
| | | | | | related to changing the ptg git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669140 13f79535-47bb-0310-9956-ffa450edef68
* patch from bug #45177: Remove GPL reference in NOTICEYegor Kozlov2008-06-161-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668259 13f79535-47bb-0310-9956-ffa450edef68
* TextShape.getMarginLeft() returned incorrect value. Added a unit test for ↵Yegor Kozlov2008-06-163-1/+44
| | | | | | text margins. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668257 13f79535-47bb-0310-9956-ffa450edef68
* Make the test related to bug #30978, which shows that named ranges pointing ↵Nick Burch2008-06-163-7/+60
| | | | | | 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-165-3/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668153 13f79535-47bb-0310-9956-ffa450edef68
* Unit test from bug #45001, and new replaceText method (no test yet)Nick Burch2008-06-163-0/+164
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668143 13f79535-47bb-0310-9956-ffa450edef68
* added extra RVA test case (for bug 45206)Josh Micich2008-06-153-16/+17
| | | | 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-084-43/+116
| | | | | | underlying columns/rows have modified size git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664515 13f79535-47bb-0310-9956-ffa450edef68
* expose access to OEPlaceholderAtom so that users can determine whether a ↵Yegor Kozlov2008-06-087-17/+45
| | | | | | shape represents ppt placeholder (date/time, footer or slide number) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664493 13f79535-47bb-0310-9956-ffa450edef68
* Fixed TextShape.resizeToFitText() to properly resize TextShape. See patch#45140Yegor Kozlov2008-06-081-537/+545
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664492 13f79535-47bb-0310-9956-ffa450edef68
* Support custom image renderersYegor Kozlov2008-06-084-7/+224
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664491 13f79535-47bb-0310-9956-ffa450edef68
* Correctly increment the reference count of a blip when a picture is insertedYegor Kozlov2008-06-084-23/+101
| | | | 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-0782-2540/+1065
| | | | | | hierarchy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664220 13f79535-47bb-0310-9956-ffa450edef68