| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved how HSMF handles multiple recipients | Nick Burch | 2010-01-12 | 17 | -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 | 10 | -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 | 7 | -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 |
* | More FeatRecord support | Nick Burch | 2010-01-03 | 7 | -14/+410 |
* | Add in a few bits of Generics to avoid warnings | Nick Burch | 2010-01-03 | 3 | -15/+16 |
* | Add a note on the different shared feature types | Nick Burch | 2010-01-02 | 1 | -0/+6 |
* | improved usermodel to prevent data corruption when setting array formulas, mi... | Yegor Kozlov | 2009-12-29 | 11 | -13/+479 |
* | removed svn:eol-style=native from binary files, uncommented related tests; se... | Yegor Kozlov | 2009-12-28 | 5 | -8/+4 |
* | Start testing the contents of FeatRecord | Nick Burch | 2009-12-27 | 2 | -0/+52 |
* | Add Generics types to avoid warnings | Nick Burch | 2009-12-27 | 2 | -9/+9 |
* | Make InternalSheet capture the feature related records | Nick Burch | 2009-12-27 | 3 | -5/+69 |
* | Looks like we already had Ref8U but with a different name... Switch to using ... | Nick Burch | 2009-12-27 | 4 | -106/+20 |
* | More work on FeatRecord/Shared Features. More is still needed though, it's st... | Nick Burch | 2009-12-26 | 13 | -19/+264 |
* | Finish off common Ref8U subrecord, and add tests | Nick Burch | 2009-12-26 | 2 | -2/+109 |
* | Replaced getInstance methods with field for instances of ITestDataProvider. ... | Josh Micich | 2009-12-26 | 38 | -588/+504 |
* | Clean-up in BaseTestSheetShiftRows and subclasses. | Josh Micich | 2009-12-26 | 4 | -99/+41 |
* | Made public instance fields for ITestDataProvider singletons. | Josh Micich | 2009-12-25 | 3 | -32/+32 |
* | Minor clean-up in TestXSSFSheet | Josh Micich | 2009-12-25 | 1 | -312/+310 |
* | Fixed FormulaParser to allow negative elements in array literals. | Josh Micich | 2009-12-25 | 2 | -6/+37 |
* | Added CellRange return type for Sheet array formula methods. Renamed new tes... | Josh Micich | 2009-12-25 | 24 | -489/+768 |
* | added HSSF usermodel tests for array formulas, added support for array formul... | Yegor Kozlov | 2009-12-25 | 18 | -159/+772 |
* | fixed incorrect initialization of --noheader option in BiffViewer | Yegor Kozlov | 2009-12-25 | 1 | -1/+1 |
* | removed mistakenly submitted test | Yegor Kozlov | 2009-12-24 | 1 | -14/+0 |
* | added tests for XSSF usermodel for array formulas, this change is a step towa... | Yegor Kozlov | 2009-12-23 | 5 | -6/+342 |
* | Added arg check to NumericFunction.singleOperandEvaluate(). | Josh Micich | 2009-12-23 | 1 | -0/+3 |
* | Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 4... | Josh Micich | 2009-12-23 | 8 | -135/+122 |
* | replaced commented code with 'if (false)' block | Josh Micich | 2009-12-23 | 1 | -16/+16 |
* | improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425 | Yegor Kozlov | 2009-12-22 | 3 | -22/+62 |
* | Added getRow() and getColumn() functions to TwoDEval to simplify logic in IND... | Josh Micich | 2009-12-22 | 5 | -36/+86 |