| Commit message (Expand) | Author | Age | Files | Lines |
* | Support a couple more crazy formats, as identified in bug #48872, plus test them | Nick Burch | 2010-05-28 | 1 | -3/+5 |
* | Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created | Nick Burch | 2010-05-27 | 1 | -2/+1 |
* | Initial support for reading AES-encrypted/write-protected OOXML files | Maxim Valyanskiy | 2010-05-27 | 2 | -0/+113 |
* | Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col... | Nick Burch | 2010-05-26 | 1 | -8/+25 |
* | Add test which shows that bug #48832 is invalid | Nick Burch | 2010-05-26 | 2 | -0/+112 |
* | Added loose tests to junit hierarchy | Josh Micich | 2010-05-24 | 6 | -14/+28 |
* | Changed JRE 6 dependent code to its JRE 5 equivalent | Josh Micich | 2010-05-24 | 2 | -23/+22 |
* | Add in missing license headers to a few files | Nick Burch | 2010-05-24 | 3 | -3/+48 |
* | Fixed tests failing in non-english locales, see Bugzilla 49191 | Yegor Kozlov | 2010-05-22 | 1 | -4/+13 |
* | support for data validation for OOXML, see Bugzilla 49244 | Yegor Kozlov | 2010-05-16 | 3 | -446/+519 |
* | Enhanced SViewer to support most border types, cell formats, and conditional ... | Yegor Kozlov | 2010-05-10 | 3 | -0/+389 |
* | Hopefully finish fixing bug #49139 - track down another subtle hard coding of... | Nick Burch | 2010-05-05 | 1 | -3/+3 |
* | Add DISABLED test which shows the latest problem relating to bug #49139 | Nick Burch | 2010-05-03 | 1 | -2/+19 |
* | Enable the tests for bug #49139, now that we have a sample test file to go wi... | Nick Burch | 2010-05-03 | 1 | -4/+12 |
* | Resolve bug #49139 - don't assume that the block size is always 512 bytes. In... | Nick Burch | 2010-04-25 | 15 | -71/+128 |
* | Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026 | Yegor Kozlov | 2010-04-24 | 2 | -0/+164 |
* | Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 | Yegor Kozlov | 2010-04-20 | 1 | -7/+22 |
* | Add missing license headers | Nick Burch | 2010-04-14 | 1 | -0/+17 |
* | Lots more documentation on how we read in POIFS files and process the sectors... | Nick Burch | 2010-04-13 | 2 | -0/+24 |
* | Fix an issue with the HSMF tests working on some machines but not others - Ma... | Nick Burch | 2010-02-19 | 1 | -7/+17 |
* | Support evaluation of indirect defined names in INDIRECT | Yegor Kozlov | 2010-02-14 | 1 | -5/+17 |
* | Add patch from Jukka from bug #48617 + test - Optionally allow the overriding... | Nick Burch | 2010-01-26 | 1 | -0/+43 |
* | Implement the ExtRst part of a UnicodeString | Nick Burch | 2010-01-19 | 3 | -10/+192 |
* | records.UnicodeString isn't actually a Record, just a common part that exists... | Nick Burch | 2010-01-18 | 6 | -2/+18 |
* | avoid creating unnecessary temp files, tighten up usage of temp files in unit... | Yegor Kozlov | 2010-01-14 | 1 | -2/+3 |
* | Remove some generics warnings from the HPSF custom properties and sections parts | Nick Burch | 2010-01-13 | 1 | -0/+17 |
* | Improved how HSMF handles multiple recipients | Nick Burch | 2010-01-12 | 1 | -0/+40 |
* | Initialise the link type of HSSFHyperLink, so that getType() on it works | Nick Burch | 2010-01-05 | 1 | -0/+4 |
* | More FeatRecord support | Nick Burch | 2010-01-03 | 1 | -2/+16 |
* | improved usermodel to prevent data corruption when setting array formulas, mi... | Yegor Kozlov | 2009-12-29 | 3 | -3/+265 |
* | Start testing the contents of FeatRecord | Nick Burch | 2009-12-27 | 1 | -0/+18 |
* | Make InternalSheet capture the feature related records | Nick Burch | 2009-12-27 | 2 | -5/+61 |
* | Looks like we already had Ref8U but with a different name... Switch to using ... | Nick Burch | 2009-12-27 | 1 | -9/+10 |
* | More work on FeatRecord/Shared Features. More is still needed though, it's st... | Nick Burch | 2009-12-26 | 3 | -4/+128 |
* | Finish off common Ref8U subrecord, and add tests | Nick Burch | 2009-12-26 | 1 | -0/+79 |
* | Replaced getInstance methods with field for instances of ITestDataProvider. ... | Josh Micich | 2009-12-26 | 24 | -409/+400 |
* | Clean-up in BaseTestSheetShiftRows and subclasses. | Josh Micich | 2009-12-26 | 3 | -68/+34 |
* | Made public instance fields for ITestDataProvider singletons. | Josh Micich | 2009-12-25 | 2 | -18/+22 |
* | Fixed FormulaParser to allow negative elements in array literals. | Josh Micich | 2009-12-25 | 1 | -0/+22 |
* | Added CellRange return type for Sheet array formula methods. Renamed new tes... | Josh Micich | 2009-12-25 | 6 | -128/+240 |
* | added HSSF usermodel tests for array formulas, added support for array formul... | Yegor Kozlov | 2009-12-25 | 5 | -2/+373 |
* | added tests for XSSF usermodel for array formulas, this change is a step towa... | Yegor Kozlov | 2009-12-23 | 1 | -0/+14 |
* | Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 4... | Josh Micich | 2009-12-23 | 3 | -15/+19 |
* | improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425 | Yegor Kozlov | 2009-12-22 | 1 | -0/+5 |
* | Added getRow() and getColumn() functions to TwoDEval to simplify logic in IND... | Josh Micich | 2009-12-22 | 2 | -1/+42 |
* | Fixed SharedValueManager to create separate empty instances in anticipation o... | Josh Micich | 2009-12-22 | 2 | -10/+10 |
* | Renamed model.Sheet to InternalSheet to alleviate name clash. | Josh Micich | 2009-12-22 | 8 | -86/+91 |
* | Renamed model.Workbook to InternalWorkbook to alleviate name clash. | Josh Micich | 2009-12-22 | 8 | -112/+107 |
* | Removed unused Model, ModelFactory. ModelFactoryListener etc. | Josh Micich | 2009-12-22 | 2 | -156/+1 |
* | renamed function implementations to avoid potential name clashes | Josh Micich | 2009-12-21 | 2 | -5/+5 |