| Commit message (Expand) | Author | Age | Files | Lines |
* | The ReadOnlySharedStringsTable is re-usable for other event based things, so ... | Nick Burch | 2010-01-26 | 2 | -201/+227 |
* | Most of support suggested by Phil Varner on the list - ExtractorFactory can n... | Nick Burch | 2010-01-25 | 5 | -9/+177 |
* | avoid failures in XLSX2CSV when shared string table is missing, see Bugzilla ... | Yegor Kozlov | 2010-01-24 | 2 | -2/+7 |
* | properly close all IO streams created in OPCPackage, see Bugzilla 48571 | Yegor Kozlov | 2010-01-24 | 2 | -1/+6 |
* | always copy all declared inner classes and interfaces when generating poi-oox... | Yegor Kozlov | 2010-01-24 | 2 | -14/+9 |
* | PowerPoint OLEShape: extract last version of embedded ole object | Maxim Valyanskiy | 2010-01-20 | 1 | -3/+11 |
* | Add a note about the UnicodeString move from a few days ago | Nick Burch | 2010-01-19 | 1 | -0/+1 |
* | Add changelog note | Nick Burch | 2010-01-19 | 1 | -0/+1 |
* | Implement the ExtRst part of a UnicodeString | Nick Burch | 2010-01-19 | 4 | -67/+459 |
* | If there's no more data but there ought to be for unicode strings, in a partl... | Nick Burch | 2010-01-19 | 1 | -1/+7 |
* | Add more documentation, and make the constructor public for testing use | Nick Burch | 2010-01-19 | 1 | -1/+6 |
* | Improve unhandled continue record message by saying what it follows | Nick Burch | 2010-01-19 | 1 | -1/+1 |
* | Fix a couple of warnings | Nick Burch | 2010-01-18 | 2 | -1/+2 |
* | New debugging class, useful for when figuring out how to split on continue re... | Nick Burch | 2010-01-18 | 1 | -0/+202 |
* | Tidy up some of the IntMapper/UnicodeString bits with generics | Nick Burch | 2010-01-18 | 5 | -42/+41 |
* | records.UnicodeString isn't actually a Record, just a common part that exists... | Nick Burch | 2010-01-18 | 16 | -8/+29 |
* | bug#48068: RecordFormatException: The content of an excel record cannot excee... | Maxim Valyanskiy | 2010-01-15 | 2 | -5/+12 |
* | avoid creating unnecessary temp files, tighten up usage of temp files in unit... | Yegor Kozlov | 2010-01-14 | 5 | -6/+10 |
* | revert previous commit | Maxim Valyanskiy | 2010-01-14 | 1 | -18/+9 |
* | ExtractorFactory: save OOXML stream into temporary file before text extractio... | Maxim Valyanskiy | 2010-01-14 | 1 | -9/+18 |
* | Avoid creating temporary files when opening OPC packages from input stream | Yegor Kozlov | 2010-01-13 | 6 | -36/+6 |
* | Add a command line wrapper around ExtractorFactory, mostly aimed at when debu... | Nick Burch | 2010-01-13 | 1 | -0/+55 |
* | Remove some generics warnings from the HPSF custom properties and sections parts | Nick Burch | 2010-01-13 | 6 | -62/+110 |
* | Tweak the generics definition on workbook so that method signatures on hssf a... | Nick Burch | 2010-01-13 | 2 | -4/+4 |
* | Tweak the iterator section to avoid casts as we have generics, and then ditch... | Nick Burch | 2010-01-13 | 1 | -15/+5 |
* | Fix a few generics warnings | Nick Burch | 2010-01-13 | 3 | -21/+22 |
* | Improved how HSMF handles multiple recipients | Nick Burch | 2010-01-12 | 13 | -233/+833 |
* | add more powerpoint xml mime types | Maxim Valyanskiy | 2010-01-12 | 2 | -0/+21 |
* | Add PublisherTextExtractor support to ExtractorFactory | Nick Burch | 2010-01-11 | 4 | -0/+43 |
* | Add status message for recent change from maxcom | Nick Burch | 2010-01-11 | 1 | -0/+1 |
* | XSLF: text extraction from tables | Maxim Valyanskiy | 2010-01-11 | 9 | -44/+219 |
* | Make it possible to return null on missing chunks, rather than the exception | Nick Burch | 2010-01-11 | 2 | -1/+58 |
* | Do a manual sync, as per the common skins README, to avoid a build warning | Nick Burch | 2010-01-11 | 2 | -0/+0 |
* | Add embeded (attachment) support to the outlook text extractor | Nick Burch | 2010-01-08 | 4 | -11/+74 |
* | Rename the outlook extractor to be more consistent with other extractors | Nick Burch | 2010-01-08 | 5 | -20/+23 |
* | Wire up the new HSMFTextExtactor to the ExtractorFactory | Nick Burch | 2010-01-08 | 4 | -176/+229 |
* | Add a text extractor to HSMF for simpler extraction of text from .msg files | Nick Burch | 2010-01-08 | 4 | -6/+185 |
* | Fix generics warnings | Nick Burch | 2010-01-08 | 1 | -1/+1 |
* | More work on the recipient related chunks, including a helper method to do be... | Nick Burch | 2010-01-08 | 7 | -18/+197 |
* | Quick bit of refactoring to save parsing the type and id twice | Nick Burch | 2010-01-08 | 6 | -35/+34 |
* | Support fetching the message date from the submission id | Nick Burch | 2010-01-08 | 6 | -14/+185 |
* | Docs tweaks | Nick Burch | 2010-01-08 | 2 | -7/+12 |
* | Tweak a few tests, and add in a few more chunk types | Nick Burch | 2010-01-08 | 6 | -46/+70 |
* | Complete chunk parser tests, and make more chunk groups available | Nick Burch | 2010-01-08 | 2 | -0/+92 |
* | Fix some chunk types, fix the directory descent, fix the Msg2txt example, and... | Nick Burch | 2010-01-08 | 6 | -43/+107 |
* | Shuffle where some of the HSMF tests live to better match package names, and ... | Nick Burch | 2010-01-07 | 11 | -11/+84 |
* | Start on major HSMF refactoring. Should compile, but not quite all tests pass... | Nick Burch | 2010-01-07 | 16 | -475/+670 |
* | Add a couple more HSMF chunk types, and use Generics in a few places | Nick Burch | 2010-01-07 | 3 | -36/+45 |
* | Skip warnings we can't avoid | Nick Burch | 2010-01-07 | 2 | -4/+4 |
* | Initialise the link type of HSSFHyperLink, so that getType() on it works | Nick Burch | 2010-01-05 | 4 | -0/+40 |