| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | More NPOIFS tests | Nick Burch | 2010-12-27 | 1 | -2/+106 |
* | Start on PropertyTable support for NPOIFS, and more NPOIFS tests | Nick Burch | 2010-12-23 | 1 | -61/+93 |
* | Add NPOIFSFileSystem support for identifying free blocks, along with partial ... | Nick Burch | 2010-12-23 | 2 | -1/+114 |
* | More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of... | Nick Burch | 2010-12-23 | 2 | -1/+310 |
* | Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu... | Nick Burch | 2010-12-22 | 1 | -11/+48 |
* | More BATBlock related methods for identifying size and list offsets, plus tests | Nick Burch | 2010-12-22 | 1 | -0/+174 |
* | More PropertyTable refactoring - pull common code out into a Base, so we can ... | Nick Burch | 2010-12-20 | 2 | -2/+5 |
* | POIFS Property refactoring ready for NIO support | Nick Burch | 2010-12-20 | 2 | -3/+11 |
* | Change how the NIO block read works, to re-use the byte array for the from-In... | Nick Burch | 2010-12-19 | 2 | -60/+80 |
* | Initial work on a NIO POIFSFileSystem. Currently is able to open the file and... | Nick Burch | 2010-12-19 | 3 | -0/+62 |
* | Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into... | Nick Burch | 2010-12-19 | 5 | -18/+22 |
* | Tests and tweaks to the NIO DataSource code | Nick Burch | 2010-12-19 | 1 | -5/+138 |
* | Start on lower memory POIFS implementation - data source to provide common ac... | Nick Burch | 2010-12-18 | 1 | -0/+38 |
* | Support for continued NameRecords, see bugzilla 50244 | Yegor Kozlov | 2010-12-14 | 1 | -0/+609 |
* | Fix bug #50416 - Correct shifting of the first or last row in a sheet by mult... | Nick Burch | 2010-12-14 | 1 | -0/+54 |
* | mark GutsRecord as terminating row blocks, prevent exception when reading wor... | Yegor Kozlov | 2010-12-11 | 1 | -0/+5 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 2 | -0/+121 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 3 | -5/+5 |
* | Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 | Yegor Kozlov | 2010-12-10 | 2 | -0/+232 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 2 | -0/+180 |
* | improved LinkTable to support registering external UDFs. | Yegor Kozlov | 2010-11-27 | 3 | -6/+125 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 28 | -27/+1270 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 44 | -1369/+96 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 73 | -230/+233 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 1 | -1/+1 |