aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Enable the tests for bug #49139, now that we have a sample test file to go wi...Nick Burch2010-05-031-4/+12
* skip incorrect MMSRecord in xlsMaxim Valyanskiy2010-04-271-0/+4
* 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-253-1/+57
* 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-205-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-143-2/+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-139-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-282-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-284-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
* properly close all IO streams created in OPCPackage, see Bugzilla 48571Yegor Kozlov2010-01-242-1/+6
* always copy all declared inner classes and interfaces when generating poi-oox...Yegor Kozlov2010-01-242-14/+9
* PowerPoint OLEShape: extract last version of embedded ole objectMaxim Valyanskiy2010-01-201-3/+11
* Add a note about the UnicodeString move from a few days agoNick Burch2010-01-191-0/+1
* Add changelog noteNick Burch2010-01-191-0/+1
* Implement the ExtRst part of a UnicodeStringNick Burch2010-01-194-67/+459
* If there's no more data but there ought to be for unicode strings, in a partl...Nick Burch2010-01-191-1/+7
* Add more documentation, and make the constructor public for testing useNick Burch2010-01-191-1/+6
* Improve unhandled continue record message by saying what it followsNick Burch2010-01-191-1/+1
* Fix a couple of warningsNick Burch2010-01-182-1/+2
* New debugging class, useful for when figuring out how to split on continue re...Nick Burch2010-01-181-0/+202
* Tidy up some of the IntMapper/UnicodeString bits with genericsNick Burch2010-01-185-42/+41
* records.UnicodeString isn't actually a Record, just a common part that exists...Nick Burch2010-01-1816-8/+29
* bug#48068: RecordFormatException: The content of an excel record cannot excee...Maxim Valyanskiy2010-01-152-5/+12
* avoid creating unnecessary temp files, tighten up usage of temp files in unit...Yegor Kozlov2010-01-145-6/+10