aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTR...Yegor Kozlov2010-05-242-20/+44
* avoid NPE when finding cell comments, Bugzilla 48846Yegor Kozlov2010-05-223-6/+11
* Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325Yegor Kozlov2010-05-222-0/+12
* Fixed tests failing in non-english locales, see Bugzilla 49191Yegor Kozlov2010-05-221-4/+13
* Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themesNick Burch2010-05-1912-13/+161
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-1618-664/+2029
* Enhanced SViewer to support most border types, cell formats, and conditional ...Yegor Kozlov2010-05-1048-9/+4594
* Fix bug #49020 - Workaround Excel outputting invalid XML in button definition...Nick Burch2010-05-056-1/+215
* Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEsc...Nick Burch2010-05-053-16/+97
* Fix bug #49194 - Correct text size limit for OOXML .xlsx filesNick Burch2010-05-052-3/+3
* Fix bug #49254 - Fix CellUtils.setFont to use the correct type internallyNick Burch2010-05-052-1/+2
* Hopefully finish fixing bug #49139 - track down another subtle hard coding of...Nick Burch2010-05-055-7/+23
* Add DISABLED test which shows the latest problem relating to bug #49139Nick Burch2010-05-032-3/+20
* Enable the tests for bug #49139, now that we have a sample test file to go wi...Nick Burch2010-05-033-4/+12
* New release in the doap fileNick Burch2010-04-301-0/+8
* skip incorrect MMSRecord in xlsMaxim Valyanskiy2010-04-271-0/+4
* Tweak depends lines relating to compile-ooxml-xsds, so that the schema files ...Nick Burch2010-04-261-2/+3
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-2541-267/+658
* Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936Yegor Kozlov2010-04-254-1/+138
* Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026Yegor Kozlov2010-04-246-1/+282
* Improved usage message.Mark Beardsley2010-04-231-713/+761
* Properly close internal InputStream in ExtractorFactory#createExtractor(File)...Yegor Kozlov2010-04-202-12/+17
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-206-13/+78
* Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added acces...Yegor Kozlov2010-04-206-1/+184
* Converts Excel to CSV using usermodel.Mark Beardsley2010-04-151-0/+713
* One more missing licenseNick Burch2010-04-141-0/+17
* Remove old .cvsignore filesNick Burch2010-04-145-19/+0
* Add missing license header to older xml filesNick Burch2010-04-1424-1/+433
* Add missing license headersNick Burch2010-04-147-1/+120
* Remove readme about java 1.4 vs 1.5, as we've ditched java 1.4 supportNick Burch2010-04-141-44/+0
* Lots more documentation on how we read in POIFS files and process the sectors...Nick Burch2010-04-1310-16/+124
* bugfix: ClassCastException it PicturesTable.getAllPictures():Maxim Valyanskiy2010-04-061-3/+7
* propagate parent to parent-aware records decoded from Escher, also ensure tha...Yegor Kozlov2010-04-037-29/+83
* Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 ...Nick Burch2010-03-303-8/+57
* fixed compilation errors in recently added examplesYegor Kozlov2010-03-152-16/+19
* Correct package statementMark Beardsley2010-03-121-2/+0
* Ported to SS model.Mark Beardsley2010-03-121-0/+976
* Comments modified re re-sizing behaviourMark Beardsley2010-03-111-922/+943
* Fix an issue with the HSMF tests working on some machines but not others - Ma...Nick Burch2010-02-196-42/+55
* Support evaluation of indirect defined names in INDIRECTYegor Kozlov2010-02-144-12/+28
* XSLFCommonSlideData: extract text data from group shapeMaxim Valyanskiy2010-02-081-9/+17
* Add a disabled test for bug #44501, which still remains, plus fix a generics ...Nick Burch2010-01-283-2/+15
* Fix generics warnings, and fix up tests to handle the extra bit of text being...Nick Burch2010-01-282-15/+34
* Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detectio...Nick Burch2010-01-285-4/+21
* Improve error message, and fix generics warningsNick Burch2010-01-282-3/+4
* Add patch from Jukka from bug #48617 + test - Optionally allow the overriding...Nick Burch2010-01-265-17/+119
* New event based xssf text extractor (XSSFEventBasedExcelExtractor)Nick Burch2010-01-267-8/+513
* The ReadOnlySharedStringsTable is re-usable for other event based things, so ...Nick Burch2010-01-262-201/+227
* Most of support suggested by Phil Varner on the list - ExtractorFactory can n...Nick Burch2010-01-255-9/+177
* avoid failures in XLSX2CSV when shared string table is missing, see Bugzilla ...Yegor Kozlov2010-01-242-2/+7