aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a further test to TestHSSFRow which verifies that bug #43901 is invalidNick Burch2008-01-091-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610340 13f79535-47bb-0310-9956-ffa450edef68
* Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which ↵Nick Burch2008-01-096-10/+48
| | | | | | allows cloning of some sheets with drawing objects on them. Fixes bug #31795 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610336 13f79535-47bb-0310-9956-ffa450edef68
* Update changelog againNick Burch2008-01-093-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610329 13f79535-47bb-0310-9956-ffa450edef68
* Have autoSizeColumn skip over merged regions - bug #43902. Patch from PaoloNick Burch2008-01-093-1/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610328 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle some bits of TestFormulaParser into scratchpad, so it can find ↵Nick Burch2008-01-093-46/+88
| | | | | | HSSFFormulaEvaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610313 13f79535-47bb-0310-9956-ffa450edef68
* Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to ↵Nick Burch2008-01-0813-20/+152
| | | | | | Non-Shared Formula - tracked down to a signed vs unsigned byte issue! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610216 13f79535-47bb-0310-9956-ffa450edef68
* Make the code for adding a new RichTextRun to a TextRun a bit nicerNick Burch2008-01-083-41/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610169 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on supporting adding new text to a hslf textrunNick Burch2008-01-082-6/+156
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610160 13f79535-47bb-0310-9956-ffa450edef68
* Tiny bit more ooxml stuff from Ugo (missed in last commit)Nick Burch2008-01-081-0/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610158 13f79535-47bb-0310-9956-ffa450edef68
* Add un-fixable testcase for bug 43493Nick Burch2008-01-083-4/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610097 13f79535-47bb-0310-9956-ffa450edef68
* Support for unicode named named ranges (patch and test from bug #42033)Nick Burch2008-01-084-20/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610082 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Ugo from bug #44185 - support getting shared strings for ooxml ↵Nick Burch2008-01-086-32/+81
| | | | | | excel files, and further tests for the ooxml excel text extraction git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610074 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #34023 - when shifting rows, update the any formula references to ↵Nick Burch2008-01-085-6/+92
| | | | | | those rows to point to their new location git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610072 13f79535-47bb-0310-9956-ffa450edef68
* Add a new method onto AreaReference to get all the cells referenced, not ↵Nick Burch2008-01-087-5/+114
| | | | | | just the corners. Includes tests for this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610048 13f79535-47bb-0310-9956-ffa450edef68
* Extend named range support in formulas to include non-contiguous named rangesNick Burch2008-01-085-18/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610026 13f79535-47bb-0310-9956-ffa450edef68
* Fix from bug #43510 - support named ranges in formulasNick Burch2008-01-084-4/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610016 13f79535-47bb-0310-9956-ffa450edef68
* New tests for setLandscape, which seems to indicate that the problem ↵Nick Burch2008-01-081-0/+84
| | | | | | reported in bug #43693 is incorrect git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609968 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Ugo to get and set the sheet hidden flag (bug #43937)Nick Burch2008-01-086-24/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609942 13f79535-47bb-0310-9956-ffa450edef68
* Add a (disabled, as broken) test to show that HXFExcelExtractor and ↵Nick Burch2008-01-081-2/+53
| | | | | | ExcelExtractor basically agree on extracting text from the same file (which they do not quite do yet!) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609941 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few little bits of documentation xmlNick Burch2008-01-082-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609936 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #44167 - patch from Paolo MottadelliNick Burch2008-01-087-16/+260
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609924 13f79535-47bb-0310-9956-ffa450edef68
* Update changelogNick Burch2008-01-072-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609624 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44070 - patch from Gian Carlo PaceNick Burch2008-01-073-1/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609620 13f79535-47bb-0310-9956-ffa450edef68
* Fix for building the OOXML xmlbeans stuff on osx, patch from ugoNick Burch2008-01-071-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609594 13f79535-47bb-0310-9956-ffa450edef68
* start a new section for 3.0.2 BETA3Yegor Kozlov2008-01-052-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609142 13f79535-47bb-0310-9956-ffa450edef68
* Make the ooxml and ole2 powerpoint extractors more in keeping with the ↵Nick Burch2008-01-044-19/+84
| | | | | | others, and with each other git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608830 13f79535-47bb-0310-9956-ffa450edef68
* Some matching sets of sample ooxml and ole2 files, along with a plain text ↵Nick Burch2008-01-049-0/+61
| | | | | | description git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608826 13f79535-47bb-0310-9956-ffa450edef68
* For ooxml properties, get the core ones as well as the extended ones, and ↵Nick Burch2008-01-035-28/+104
| | | | | | add tests for this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608500 13f79535-47bb-0310-9956-ffa450edef68
* support for tables in HSLFYegor Kozlov2008-01-0310-10/+642
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608386 13f79535-47bb-0310-9956-ffa450edef68
* Improve the javadocs for font and fill related colourings, and add another ↵Nick Burch2008-01-026-24/+98
| | | | | | tests to check it all works as expected git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608132 13f79535-47bb-0310-9956-ffa450edef68
* OOXML pptx text extractor, and test. Also add jar-ooxml ant taskNick Burch2007-12-304-1/+238
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607572 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on OOXML pptx supportNick Burch2007-12-303-0/+310
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607564 13f79535-47bb-0310-9956-ffa450edef68
* Support for extracting text from ooxml word documentsNick Burch2007-12-306-1/+264
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607560 13f79535-47bb-0310-9956-ffa450edef68
* A few small updates to HSSFXML, and start on HWPFXMLNick Burch2007-12-307-2/+273
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607554 13f79535-47bb-0310-9956-ffa450edef68
* Improve the xlsx text extraction, and have proper tests for itNick Burch2007-12-273-6/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607063 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on a text extractor for xlsx filesNick Burch2007-12-275-1/+259
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607058 13f79535-47bb-0310-9956-ffa450edef68
* Support getting the low level sheet objects back for an xlsx documentNick Burch2007-12-275-7/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607043 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a ↵Nick Burch2007-12-275-6/+148
| | | | | | ooxml container lister git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607024 13f79535-47bb-0310-9956-ffa450edef68
* Add some more sample ooxml documentsNick Burch2007-12-273-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607022 13f79535-47bb-0310-9956-ffa450edef68
* A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the ↵Nick Burch2007-12-264-0/+235
| | | | | | data. Expect the API to change rapidly in the near future as we discover what works and what doesn't! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606923 13f79535-47bb-0310-9956-ffa450edef68
* Update build.xml to download various libraries that we will want for playing ↵Nick Burch2007-12-262-2/+113
| | | | | | with ooxml files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606922 13f79535-47bb-0310-9956-ffa450edef68
* Update the sample ooxml files to the latest versions from ↵Nick Burch2007-12-264-0/+0
| | | | | | http://openxmldeveloper.org/articles/SampleDocsAugust2007.aspx (previous samples were from a beta) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606920 13f79535-47bb-0310-9956-ffa450edef68
* fix bug #43781: slide->getShapes->getTextRun returns wrong textYegor Kozlov2007-12-245-4/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606685 13f79535-47bb-0310-9956-ffa450edef68
* fix reopen of bug 42999: incorrect AnchorHeight calculations in ↵Yegor Kozlov2007-12-242-2/+21
| | | | | | HSSFClientAnchor.getAnchorHeightInPoints git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606684 13f79535-47bb-0310-9956-ffa450edef68
* Support for Mid, Replace and Substitute excel functions (bug #s 44095, ↵Nick Burch2007-12-216-3/+258
| | | | | | 44097, 44099) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606172 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #44055 - support reading the from field from HSMF messagesNick Burch2007-12-216-2/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606169 13f79535-47bb-0310-9956-ffa450edef68
* Make compile-scratchpad depend on compile-main, as it's dependentNick Burch2007-12-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606168 13f79535-47bb-0310-9956-ffa450edef68
* Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch ↵Nick Burch2007-12-173-3/+22
| | | | | | from bug #44078) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@604878 13f79535-47bb-0310-9956-ffa450edef68
* Add missing setCurrentRow calls to documentationNick Burch2007-12-131-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@603916 13f79535-47bb-0310-9956-ffa450edef68
* Add comments on which formula related things should go in which of the two ↵Nick Burch2007-12-122-9/+16
| | | | | | test suites git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@603538 13f79535-47bb-0310-9956-ffa450edef68