| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable more of the POIFS DocumetnInputStream tests to check NPOIFS as well | Nick Burch | 2011-06-05 | 1 | -203/+197 |
* | Work on NPOIFS document read/mark/reset work for bug #51318, including enabli... | Nick Burch | 2011-06-04 | 1 | -60/+110 |
* | Add some more NPOIFS write related tests, some of which is disabled as the fu... | Nick Burch | 2011-05-19 | 1 | -3/+29 |
* | initial support for SXSSF tests | Yegor Kozlov | 2011-05-18 | 3 | -32/+32 |
* | Fix NPOIFS creation of an empty filesystem, with create/write/read test | Nick Burch | 2011-05-12 | 2 | -9/+35 |
* | Finish NPOIFS support for writing to mini streams where the big block stream ... | Nick Burch | 2011-05-12 | 2 | -4/+131 |
* | The NPOIFS mini stream blocks need to be writable, correct that and add some ... | Nick Burch | 2011-05-12 | 1 | -0/+128 |
* | bug#51165: Add support for OOXML Agile Encryption | Maxim Valyanskiy | 2011-05-10 | 3 | -4/+56 |
* | Fix bug #51143 - Correct NameCommentRecord to properly serialise strings | Nick Burch | 2011-05-04 | 1 | -0/+11 |
* | Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ... | Nick Burch | 2011-05-03 | 1 | -0/+12 |
* | Add a unit test for the formula evaluation caching/updating, which ensures th... | Nick Burch | 2011-05-01 | 1 | -0/+38 |
* | Bit more testing for 51024 | Nick Burch | 2011-04-08 | 1 | -0/+7 |
* | Add unit test showing that bug #51024 is incorrect | Nick Burch | 2011-04-08 | 1 | -0/+30 |
* | Support for continued ExtSSTRecords, see Bugzilla 50967 | Yegor Kozlov | 2011-03-27 | 1 | -0/+865 |
* | fixed TestBugs.test48968 failing on machines with non-UTC timezone | Yegor Kozlov | 2011-03-27 | 1 | -40/+16 |
* | Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas | Nick Burch | 2011-03-25 | 2 | -0/+142 |
* | Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-... | Nick Burch | 2011-03-25 | 1 | -0/+66 |
* | Fix up constructor to ensure that the filesystem objects are around when we n... | Nick Burch | 2011-03-25 | 1 | -0/+46 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 2 | -11/+133 |
* | Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an oper... | Nick Burch | 2011-03-18 | 1 | -0/+6 |
* | Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end,... | Nick Burch | 2011-03-18 | 1 | -0/+8 |
* | fixed setting named styles to HSSFCells. see Bugzilla 50912 | Yegor Kozlov | 2011-03-11 | 1 | -5/+10 |
* | fixed RecordFormatException when reading unicode strings with photenic data, ... | Yegor Kozlov | 2011-03-11 | 2 | -0/+1150 |
* | Add a unit test for bug #50833 | Nick Burch | 2011-03-04 | 1 | -2/+38 |
* | Fix bug #50718 - More helpful error message when you try to create a CellRefe... | Nick Burch | 2011-03-04 | 2 | -1/+18 |
* | Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca... | Yegor Kozlov | 2011-03-04 | 1 | -0/+129 |
* | Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF ... | Nick Burch | 2011-03-03 | 1 | -2/+8 |
* | Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ... | Nick Burch | 2011-03-01 | 1 | -0/+6 |
* | Add a unit test that shows bug #48079 no longer applies, and we can resize co... | Nick Burch | 2011-02-18 | 1 | -0/+39 |
* | Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re... | Nick Burch | 2011-02-11 | 1 | -3/+0 |
* | Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN... | Nick Burch | 2011-02-11 | 1 | -0/+33 |
* | fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o... | Yegor Kozlov | 2011-02-11 | 1 | -0/+19 |
* | fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug... | Yegor Kozlov | 2011-02-10 | 1 | -4/+4 |
* | Remove un-used imports | Nick Burch | 2011-01-21 | 1 | -6/+0 |
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 2 | -0/+54 |
* | added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 | Yegor Kozlov | 2011-01-19 | 3 | -0/+143 |
* | remove System.out.println() from the test code | Yegor Kozlov | 2011-01-19 | 1 | -2/+0 |
* | More NPOIFS tests | Nick Burch | 2011-01-01 | 1 | -6/+73 |
* | Add unit test for using HSSF with both POIFS and NPOIFS | Nick Burch | 2011-01-01 | 2 | -0/+33 |
* | Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy... | Nick Burch | 2010-12-29 | 1 | -1/+1 |
* | More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o... | Nick Burch | 2010-12-29 | 3 | -28/+87 |
* | More NPOIFS XBAT updates | Nick Burch | 2010-12-29 | 1 | -1/+0 |
* | XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin... | Nick Burch | 2010-12-29 | 1 | -16/+16 |
* | Implement a NPOIFS document reader, and add tests which use it | Nick Burch | 2010-12-28 | 1 | -3/+20 |
* | Start on refactoring ready to support NPOIFS Directory/Document nodes | Nick Burch | 2010-12-28 | 3 | -18/+42 |
* | More NPOIFSStream unit tests | Nick Burch | 2010-12-28 | 2 | -4/+79 |
* | More NPOIFSStream tests, and explicit free support+test | Nick Burch | 2010-12-28 | 2 | -6/+131 |
* | Add NPOIFS SBAT tests, and stub out a few future tests | Nick Burch | 2010-12-27 | 1 | -2/+69 |
* | Add tests for the NPOIFS mini stream | Nick Burch | 2010-12-27 | 1 | -0/+250 |
* | More NPOIFSStream unit tests, and stub out a few future ones too | Nick Burch | 2010-12-27 | 1 | -7/+138 |