aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add missing setCurrentRow calls to documentationNick Burch2007-12-131-1/+3
* Add comments on which formula related things should go in which of the two te...Nick Burch2007-12-122-9/+16
* Support for the Trim function, and a little enhancement to the formula evalua...Nick Burch2007-12-113-19/+77
* add a note on 3.0.2 beta1 releaseYegor Kozlov2007-12-061-1/+13
* finish 3.0.2-BETA1 section and start a new one for 3.0.2-FINALYegor Kozlov2007-12-062-0/+5
* Stub out sheet hiding tests, so we have a framework for when sheet hiding is ...Nick Burch2007-12-055-0/+105
* Support 1904 date windowing, in addition to 1900 date windowing (patch from b...Nick Burch2007-12-0412-110/+221
* Updated date windowing test fixes from bug #43551Nick Burch2007-12-042-0/+0
* String Continue records support (with test), from bug #41064Nick Burch2007-12-047-1/+28
* Add in sponsorship link, as required by pr pmcNick Burch2007-12-041-0/+1
* SBAT fix from bug #11744Nick Burch2007-12-044-1/+49
* Fix work bug #42799Nick Burch2007-12-041-2/+10
* Note about iteratorsNick Burch2007-12-041-0/+21
* Workaround to avoid a NPE for Word Documents that are missing their ListTable...Nick Burch2007-12-043-7/+74
* Usermodel support for the datavalidation code, and tests for it (bug 27511)Nick Burch2007-12-035-1/+1006
* More code from bug #27511, now ported to the new style record codeNick Burch2007-12-034-13/+603
* Start on importing validation patches from bug #27511 (DVRecord still needs m...Nick Burch2007-12-033-0/+882
* Update changes listYegor Kozlov2007-11-233-1/+5
* fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE recordsYegor Kozlov2007-11-234-5/+76
* Preserve unread bytes when serializing the recordYegor Kozlov2007-11-232-7/+106
* Add method to return the number of styles (bug #43883)Nick Burch2007-11-161-0/+8
* Throw an IllegalArgumentException if asked to addMergeRegion with invalid dat...Nick Burch2007-11-124-35/+51
* Patch for unicode NameRecords (bug #43837)Nick Burch2007-11-125-9/+63
* Add support for Chart Title Format records (bug #43721)Nick Burch2007-11-126-1/+237
* Fix for BOFRecord from files generated by access etc (bug #42794)Nick Burch2007-11-126-4/+67
* Support getting and setting as int, as well as short (bug #43648)Nick Burch2007-11-123-3/+38
* added a note to re-use fonts instead of creating a font for each cellYegor Kozlov2007-11-061-1/+34
* throw exception when the maximum number of fonts was exceededYegor Kozlov2007-11-061-0/+3
* improved handling rotated text in HSSFSheet.autoSizeColumnYegor Kozlov2007-11-061-43/+57
* fixed a silly typo in the method signature. It should be HFFSPicture.getPrefe...Yegor Kozlov2007-11-033-8/+8
* Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Wil...Yegor Kozlov2007-11-032-4/+43
* Fix tab vs space issue in documentation code blockNick Burch2007-10-301-1/+1
* Add in a (disabled) test for bug #43670 (not yet fixed)Nick Burch2007-10-284-3/+24
* A bit more on HDGF LZW compression, but it's still not quite completeNick Burch2007-10-271-35/+163
* Update changes list, and add text extraction to the HSSF docsNick Burch2007-10-273-0/+21
* Implement an Excel text extractor, and put all the existing text extractors u...Nick Burch2007-10-276-61/+352
* In FormulaParser, add in non-static methods too for toFormulaString, which us...Nick Burch2007-10-151-2/+22
* HDGF progress updateNick Burch2007-10-153-5/+10
* Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ...Nick Burch2007-10-153-5/+23
* Stub out the HDGF compression routine, and tests for it. Document the first s...Nick Burch2007-10-142-8/+187
* Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D...Nick Burch2007-10-134-85/+166
* Slightly update the supported formats information, and explicitly say we don'...Nick Burch2007-10-103-4/+10