| Commit message (Expand) | Author | Age | Files | Lines |
* | Start on refactoring ready to support NPOIFS Directory/Document nodes | Nick Burch | 2010-12-28 | 6 | -44/+131 |
* | Partial NPOIFS write implementation, and tidy up of methods around this | Nick Burch | 2010-12-28 | 8 | -174/+136 |
* | Add TODOs for further stream writing work | Nick Burch | 2010-12-28 | 2 | -3/+6 |
* | 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 | 3 | -11/+157 |
* | 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 | 2 | -2/+254 |
* | More NPOIFSStream unit tests, and stub out a few future ones too | Nick Burch | 2010-12-27 | 1 | -7/+138 |
* | Start to support the MiniStream, by extracting out the BlockStore superclass ... | Nick Burch | 2010-12-27 | 6 | -63/+407 |
* | Move the SBAT/BAT cutoff constant to POIFSConstants | Nick Burch | 2010-12-27 | 3 | -2/+9 |
* | More NPOIFS tests | Nick Burch | 2010-12-27 | 2 | -6/+114 |
* | Start on PropertyTable support for NPOIFS, and more NPOIFS tests | Nick Burch | 2010-12-23 | 3 | -71/+233 |
* | Output the correct header value | Nick Burch | 2010-12-23 | 1 | -1/+1 |
* | Fix warnings, typos etc | Nick Burch | 2010-12-23 | 2 | -5/+5 |
* | Add NPOIFSFileSystem support for identifying free blocks, along with partial ... | Nick Burch | 2010-12-23 | 5 | -12/+230 |
* | More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of... | Nick Burch | 2010-12-23 | 4 | -6/+343 |
* | Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu... | Nick Burch | 2010-12-22 | 3 | -23/+260 |
* | More BATBlock related methods for identifying size and list offsets, plus tests | Nick Burch | 2010-12-22 | 2 | -3/+241 |
* | Add initial low level code for HMEF, an implementation of TNEF (aka winmail.d... | Nick Burch | 2010-12-22 | 11 | -2/+1193 |
* | Refactor the common LZW decompression code out into utils | Nick Burch | 2010-12-21 | 4 | -127/+205 |
* | More PropertyTable refactoring - pull common code out into a Base, so we can ... | Nick Burch | 2010-12-20 | 6 | -114/+175 |
* | POIFS Property refactoring ready for NIO support | Nick Burch | 2010-12-20 | 7 | -60/+64 |
* | Add a couple more chunk types | Nick Burch | 2010-12-20 | 1 | -1/+9 |
* | Bit more on NPOIFSFileSystem, and some typo fixes in documentation | Nick Burch | 2010-12-19 | 3 | -6/+31 |
* | Change how the NIO block read works, to re-use the byte array for the from-In... | Nick Burch | 2010-12-19 | 7 | -78/+145 |
* | Initial work on a NIO POIFSFileSystem. Currently is able to open the file and... | Nick Burch | 2010-12-19 | 4 | -0/+717 |
* | Move CloseIgnoringInputStream out to its own class, and add more helper methods | Nick Burch | 2010-12-19 | 5 | -21/+65 |
* | Make BATBlock useful for read (was previously write only) | Nick Burch | 2010-12-19 | 2 | -42/+113 |
* | Move more of the logic from HeaderBlockWriter to HeaderBlock | Nick Burch | 2010-12-19 | 2 | -102/+91 |
* | Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into... | Nick Burch | 2010-12-19 | 9 | -105/+184 |
* | Tests and tweaks to the NIO DataSource code | Nick Burch | 2010-12-19 | 3 | -14/+170 |
* | Start on lower memory POIFS implementation - data source to provide common ac... | Nick Burch | 2010-12-18 | 6 | -25/+268 |
* | Improve the HDGF LZW code. | Nick Burch | 2010-12-16 | 5 | -368/+482 |
* | Inside ExtractorFactory, support finding embedded OOXML documents and providi... | Nick Burch | 2010-12-16 | 2 | -5/+35 |
* | Support for continued NameRecords, see bugzilla 50244 | Yegor Kozlov | 2010-12-14 | 4 | -10/+641 |
* | Fix bug #50416 - Correct shifting of the first or last row in a sheet by mult... | Nick Burch | 2010-12-14 | 3 | -3/+93 |
* | Fix bug #50440 - Support evaluating formulas with newlines in them, which XSS... | Nick Burch | 2010-12-13 | 3 | -1/+34 |
* | Added XSSF EventModel support for inline strings. Adds unit test for this for... | Nick Burch | 2010-12-13 | 4 | -3/+72 |
* | mark GutsRecord as terminating row blocks, prevent exception when reading wor... | Yegor Kozlov | 2010-12-11 | 3 | -0/+7 |
* | added a unit test for not reproducible bug #49156 | Yegor Kozlov | 2010-12-11 | 1 | -0/+14 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 10 | -15/+248 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 10 | -13/+13 |
* | Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 | Yegor Kozlov | 2010-12-10 | 9 | -66/+373 |
* | Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getE... | Yegor Kozlov | 2010-12-08 | 2 | -23/+28 |
* | Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 | Yegor Kozlov | 2010-12-02 | 5 | -6/+27 |
* | revert visibility raised for testing | Yegor Kozlov | 2010-11-29 | 1 | -1/+1 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 16 | -161/+558 |
* | improved LinkTable to support registering external UDFs. | Yegor Kozlov | 2010-11-27 | 11 | -31/+300 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 35 | -41/+1284 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 90 | -113/+5142 |