aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ...Nick Burch2008-01-093-25/+150
* Properly set the values when calling the boolean setsNick Burch2008-01-091-5/+6
* Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(...Nick Burch2008-01-095-19/+114
* Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr...Nick Burch2008-01-096-0/+116
* Add a xlsx sample file with boolean formulas and values in it, as none of the...Nick Burch2008-01-091-0/+0
* Add a further test to TestHSSFRow which verifies that bug #43901 is invalidNick Burch2008-01-091-0/+5
* Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allo...Nick Burch2008-01-096-10/+48
* Update changelog againNick Burch2008-01-093-1/+16
* Have autoSizeColumn skip over merged regions - bug #43902. Patch from PaoloNick Burch2008-01-093-1/+46
* Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFo...Nick Burch2008-01-093-46/+88
* Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S...Nick Burch2008-01-0813-20/+152
* Make the code for adding a new RichTextRun to a TextRun a bit nicerNick Burch2008-01-083-41/+69
* Make a start on supporting adding new text to a hslf textrunNick Burch2008-01-082-6/+156
* Tiny bit more ooxml stuff from Ugo (missed in last commit)Nick Burch2008-01-081-0/+81
* Add un-fixable testcase for bug 43493Nick Burch2008-01-083-4/+20
* Support for unicode named named ranges (patch and test from bug #42033)Nick Burch2008-01-084-20/+44
* Patch from Ugo from bug #44185 - support getting shared strings for ooxml exc...Nick Burch2008-01-086-32/+81
* Fix bug #34023 - when shifting rows, update the any formula references to tho...Nick Burch2008-01-085-6/+92
* Add a new method onto AreaReference to get all the cells referenced, not just...Nick Burch2008-01-087-5/+114
* Extend named range support in formulas to include non-contiguous named rangesNick Burch2008-01-085-18/+56
* Fix from bug #43510 - support named ranges in formulasNick Burch2008-01-084-4/+59
* New tests for setLandscape, which seems to indicate that the problem reported...Nick Burch2008-01-081-0/+84
* Patch from Ugo to get and set the sheet hidden flag (bug #43937)Nick Burch2008-01-086-24/+107
* Add a (disabled, as broken) test to show that HXFExcelExtractor and ExcelExtr...Nick Burch2008-01-081-2/+53
* Fix a few little bits of documentation xmlNick Burch2008-01-082-9/+7
* Fix for bug #44167 - patch from Paolo MottadelliNick Burch2008-01-087-16/+260
* Update changelogNick Burch2008-01-072-0/+5
* Fix bug #44070 - patch from Gian Carlo PaceNick Burch2008-01-073-1/+88
* start a new section for 3.0.2 BETA3Yegor Kozlov2008-01-052-1/+3
* Make the ooxml and ole2 powerpoint extractors more in keeping with the others...Nick Burch2008-01-044-19/+84
* Some matching sets of sample ooxml and ole2 files, along with a plain text de...Nick Burch2008-01-049-0/+61
* For ooxml properties, get the core ones as well as the extended ones, and add...Nick Burch2008-01-035-28/+104
* support for tables in HSLFYegor Kozlov2008-01-0310-10/+642
* Improve the javadocs for font and fill related colourings, and add another te...Nick Burch2008-01-026-24/+98
* OOXML pptx text extractor, and test. Also add jar-ooxml ant taskNick Burch2007-12-303-1/+223
* Make a start on OOXML pptx supportNick Burch2007-12-303-0/+310
* Support for extracting text from ooxml word documentsNick Burch2007-12-306-1/+264
* A few small updates to HSSFXML, and start on HWPFXMLNick Burch2007-12-307-2/+273
* Improve the xlsx text extraction, and have proper tests for itNick Burch2007-12-273-6/+125
* Make a start on a text extractor for xlsx filesNick Burch2007-12-275-1/+259
* Support getting the low level sheet objects back for an xlsx documentNick Burch2007-12-274-7/+100
* Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a oo...Nick Burch2007-12-274-3/+130
* Add some more sample ooxml documentsNick Burch2007-12-273-0/+0
* A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the da...Nick Burch2007-12-264-0/+235
* Update the sample ooxml files to the latest versions from http://openxmldevel...Nick Burch2007-12-264-0/+0
* fix bug #43781: slide->getShapes->getTextRun returns wrong textYegor Kozlov2007-12-245-4/+64
* fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnc...Yegor Kozlov2007-12-242-2/+21
* Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097,...Nick Burch2007-12-216-3/+258
* Patch from bug #44055 - support reading the from field from HSMF messagesNick Burch2007-12-216-2/+51
* Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch f...Nick Burch2007-12-173-3/+22