| Commit message (Expand) | Author | Age | Files | Lines |
* | Ported to SS model. | Mark Beardsley | 2010-03-12 | 1 | -0/+976 |
* | Comments modified re re-sizing behaviour | Mark Beardsley | 2010-03-11 | 1 | -922/+943 |
* | Fix an issue with the HSMF tests working on some machines but not others - Ma... | Nick Burch | 2010-02-19 | 6 | -42/+55 |
* | Support evaluation of indirect defined names in INDIRECT | Yegor Kozlov | 2010-02-14 | 4 | -12/+28 |
* | XSLFCommonSlideData: extract text data from group shape | Maxim Valyanskiy | 2010-02-08 | 1 | -9/+17 |
* | Add a disabled test for bug #44501, which still remains, plus fix a generics ... | Nick Burch | 2010-01-28 | 2 | -2/+15 |
* | Fix generics warnings, and fix up tests to handle the extra bit of text being... | Nick Burch | 2010-01-28 | 2 | -15/+34 |
* | Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detectio... | Nick Burch | 2010-01-28 | 4 | -4/+21 |
* | Improve error message, and fix generics warnings | Nick Burch | 2010-01-28 | 2 | -3/+4 |
* | Add patch from Jukka from bug #48617 + test - Optionally allow the overriding... | Nick Burch | 2010-01-26 | 5 | -17/+119 |
* | New event based xssf text extractor (XSSFEventBasedExcelExtractor) | Nick Burch | 2010-01-26 | 7 | -8/+513 |
* | 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 |