| Commit message (Expand) | Author | Age | Files | Lines |
* | Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the... | Nick Burch | 2011-04-21 | 1 | -0/+15 |
* | Following discussions on the dev list today, tweak the logic for sizing the H... | Nick Burch | 2011-04-19 | 1 | -3/+10 |
* | removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.java | Yegor Kozlov | 2011-03-31 | 1 | -0/+0 |
* | Support for continued ExtSSTRecords, see Bugzilla 50967 | Yegor Kozlov | 2011-03-27 | 2 | -7/+23 |
* | Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas | Nick Burch | 2011-03-25 | 2 | -22/+28 |
* | Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-... | Nick Burch | 2011-03-25 | 3 | -3/+14 |
* | Fix up constructor to ensure that the filesystem objects are around when we n... | Nick Burch | 2011-03-25 | 1 | -5/+8 |
* | More NPOIFS Constructor updates | Nick Burch | 2011-03-25 | 2 | -4/+23 |
* | Fix generics warnings, and make the NPOIFS and deprecated constructor parts o... | Nick Burch | 2011-03-25 | 2 | -25/+17 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 3 | -177/+389 |
* | Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an oper... | Nick Burch | 2011-03-18 | 1 | -8/+10 |
* | Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end,... | Nick Burch | 2011-03-18 | 1 | -5/+13 |
* | fixed setting named styles to HSSFCells. see Bugzilla 50912 | Yegor Kozlov | 2011-03-11 | 2 | -4/+58 |
* | fixed RecordFormatException when reading unicode strings with photenic data, ... | Yegor Kozlov | 2011-03-11 | 2 | -1/+120 |
* | Two more differences between the LZW in HDGF and HMEF: | Nick Burch | 2011-03-05 | 1 | -20/+38 |
* | Fix bug #50718 - More helpful error message when you try to create a CellRefe... | Nick Burch | 2011-03-04 | 1 | -1/+4 |
* | Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha... | Nick Burch | 2011-03-04 | 1 | -0/+2 |
* | Fix generics warnings | Nick Burch | 2011-03-04 | 1 | -4/+3 |
* | From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a c... | Nick Burch | 2011-03-04 | 1 | -9/+20 |
* | Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ... | Nick Burch | 2011-03-01 | 1 | -3/+9 |
* | Fix generics warnings | Nick Burch | 2011-02-18 | 1 | -6/+6 |
* | Fix a couple more 1.6isms | Nick Burch | 2011-02-11 | 1 | -1/+2 |
* | Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re... | Nick Burch | 2011-02-11 | 1 | -1/+1 |
* | Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN... | Nick Burch | 2011-02-11 | 1 | -1/+1 |
* | fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o... | Yegor Kozlov | 2011-02-11 | 1 | -3/+18 |
* | fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug... | Yegor Kozlov | 2011-02-10 | 1 | -8/+28 |
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 2 | -31/+50 |
* | added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 | Yegor Kozlov | 2011-01-19 | 3 | -3/+161 |
* | In NPOIFS, close the file we opened in more exception cases | Nick Burch | 2011-01-05 | 1 | -0/+8 |
* | More NPOIFS tests | Nick Burch | 2011-01-01 | 1 | -1/+1 |
* | Add unit test for using HSSF with both POIFS and NPOIFS | Nick Burch | 2011-01-01 | 1 | -1/+1 |
* | Fix generics warnings, and add another constructor | Nick Burch | 2011-01-01 | 1 | -7/+27 |
* | Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it ... | Nick Burch | 2010-12-31 | 1 | -15/+64 |
* | NPOIFS needs an explicit close, as it has to keep the File / buffer around to... | Nick Burch | 2010-12-30 | 1 | -1/+14 |
* | Refactor DocumentInputStream so that it can transparently handle both old sty... | Nick Burch | 2010-12-29 | 5 | -274/+410 |
* | Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use... | Nick Burch | 2010-12-29 | 2 | -28/+60 |
* | Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy... | Nick Burch | 2010-12-29 | 4 | -12/+20 |
* | More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o... | Nick Burch | 2010-12-29 | 5 | -41/+37 |
* | More NPOIFS XBAT updates | Nick Burch | 2010-12-29 | 1 | -41/+55 |
* | Fix the name of the RootProperty, as it never changes | Nick Burch | 2010-12-29 | 1 | -1/+11 |
* | XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin... | Nick Burch | 2010-12-29 | 3 | -32/+42 |
* | Implement a NPOIFS document reader, and add tests which use it | Nick Burch | 2010-12-28 | 5 | -6/+337 |
* | Allow POIFSLister to switch between the two different POIFS implementations w... | Nick Burch | 2010-12-28 | 1 | -51/+66 |
* | Add NPOIFS high level Document implementation | Nick Burch | 2010-12-28 | 4 | -9/+216 |
* | Start on refactoring ready to support NPOIFS Directory/Document nodes | Nick Burch | 2010-12-28 | 3 | -26/+89 |
* | 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 tests, and explicit free support+test | Nick Burch | 2010-12-28 | 1 | -5/+26 |
* | Add tests for the NPOIFS mini stream | Nick Burch | 2010-12-27 | 1 | -2/+4 |
* | Start to support the MiniStream, by extracting out the BlockStore superclass ... | Nick Burch | 2010-12-27 | 6 | -63/+407 |