aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* revert previous commitMaxim Valyanskiy2010-01-141-18/+9
* ExtractorFactory: save OOXML stream into temporary file before text extractio...Maxim Valyanskiy2010-01-141-9/+18
* Avoid creating temporary files when opening OPC packages from input streamYegor Kozlov2010-01-136-36/+6
* Add a command line wrapper around ExtractorFactory, mostly aimed at when debu...Nick Burch2010-01-131-0/+55
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-136-62/+110
* Tweak the generics definition on workbook so that method signatures on hssf a...Nick Burch2010-01-132-4/+4
* Tweak the iterator section to avoid casts as we have generics, and then ditch...Nick Burch2010-01-131-15/+5
* Fix a few generics warningsNick Burch2010-01-133-21/+22
* Improved how HSMF handles multiple recipientsNick Burch2010-01-1213-233/+833
* add more powerpoint xml mime typesMaxim Valyanskiy2010-01-122-0/+21
* Add PublisherTextExtractor support to ExtractorFactoryNick Burch2010-01-114-0/+43
* Add status message for recent change from maxcomNick Burch2010-01-111-0/+1
* XSLF: text extraction from tablesMaxim Valyanskiy2010-01-119-44/+219
* Make it possible to return null on missing chunks, rather than the exceptionNick Burch2010-01-112-1/+58
* Do a manual sync, as per the common skins README, to avoid a build warningNick Burch2010-01-112-0/+0
* Add embeded (attachment) support to the outlook text extractorNick Burch2010-01-084-11/+74
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-085-20/+23
* Wire up the new HSMFTextExtactor to the ExtractorFactoryNick Burch2010-01-084-176/+229
* Add a text extractor to HSMF for simpler extraction of text from .msg filesNick Burch2010-01-084-6/+185
* Fix generics warningsNick Burch2010-01-081-1/+1
* More work on the recipient related chunks, including a helper method to do be...Nick Burch2010-01-087-18/+197
* Quick bit of refactoring to save parsing the type and id twiceNick Burch2010-01-086-35/+34
* Support fetching the message date from the submission idNick Burch2010-01-086-14/+185
* Docs tweaksNick Burch2010-01-082-7/+12
* Tweak a few tests, and add in a few more chunk typesNick Burch2010-01-086-46/+70
* Complete chunk parser tests, and make more chunk groups availableNick Burch2010-01-082-0/+92
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, and...Nick Burch2010-01-086-43/+107
* Shuffle where some of the HSMF tests live to better match package names, and ...Nick Burch2010-01-0711-11/+84
* Start on major HSMF refactoring. Should compile, but not quite all tests pass...Nick Burch2010-01-0716-475/+670
* Add a couple more HSMF chunk types, and use Generics in a few placesNick Burch2010-01-073-36/+45
* Skip warnings we can't avoidNick Burch2010-01-072-4/+4
* Initialise the link type of HSSFHyperLink, so that getType() on it worksNick Burch2010-01-054-0/+40