aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the...Nick Burch2011-04-211-0/+15
* Following discussions on the dev list today, tweak the logic for sizing the H...Nick Burch2011-04-191-3/+10
* removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.javaYegor Kozlov2011-03-311-0/+0
* Support for continued ExtSSTRecords, see Bugzilla 50967Yegor Kozlov2011-03-272-7/+23
* Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulasNick Burch2011-03-252-22/+28
* Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-...Nick Burch2011-03-253-3/+14
* Fix up constructor to ensure that the filesystem objects are around when we n...Nick Burch2011-03-251-5/+8
* More NPOIFS Constructor updatesNick Burch2011-03-252-4/+23
* Fix generics warnings, and make the NPOIFS and deprecated constructor parts o...Nick Burch2011-03-252-25/+17
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-193-177/+389
* Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an oper...Nick Burch2011-03-181-8/+10
* Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end,...Nick Burch2011-03-181-5/+13
* fixed setting named styles to HSSFCells. see Bugzilla 50912Yegor Kozlov2011-03-112-4/+58
* fixed RecordFormatException when reading unicode strings with photenic data, ...Yegor Kozlov2011-03-112-1/+120
* Two more differences between the LZW in HDGF and HMEF:Nick Burch2011-03-051-20/+38
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-041-1/+4
* Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha...Nick Burch2011-03-041-0/+2
* Fix generics warningsNick Burch2011-03-041-4/+3
* From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a c...Nick Burch2011-03-041-9/+20
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-011-3/+9
* Fix generics warningsNick Burch2011-02-181-6/+6
* Fix a couple more 1.6ismsNick Burch2011-02-111-1/+2
* Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re...Nick Burch2011-02-111-1/+1
* Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN...Nick Burch2011-02-111-1/+1
* fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o...Yegor Kozlov2011-02-111-3/+18
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug...Yegor Kozlov2011-02-101-8/+28
* Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ...Nick Burch2011-01-202-31/+50
* added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607Yegor Kozlov2011-01-193-3/+161
* In NPOIFS, close the file we opened in more exception casesNick Burch2011-01-051-0/+8
* More NPOIFS testsNick Burch2011-01-011-1/+1
* Add unit test for using HSSF with both POIFS and NPOIFSNick Burch2011-01-011-1/+1
* Fix generics warnings, and add another constructorNick Burch2011-01-011-7/+27
* Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it ...Nick Burch2010-12-311-15/+64
* NPOIFS needs an explicit close, as it has to keep the File / buffer around to...Nick Burch2010-12-301-1/+14
* Refactor DocumentInputStream so that it can transparently handle both old sty...Nick Burch2010-12-295-274/+410
* Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use...Nick Burch2010-12-292-28/+60
* Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy...Nick Burch2010-12-294-12/+20
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-295-41/+37
* More NPOIFS XBAT updatesNick Burch2010-12-291-41/+55
* Fix the name of the RootProperty, as it never changesNick Burch2010-12-291-1/+11
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-293-32/+42
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-285-6/+337
* Allow POIFSLister to switch between the two different POIFS implementations w...Nick Burch2010-12-281-51/+66
* Add NPOIFS high level Document implementationNick Burch2010-12-284-9/+216
* Start on refactoring ready to support NPOIFS Directory/Document nodesNick Burch2010-12-283-26/+89
* Partial NPOIFS write implementation, and tidy up of methods around thisNick Burch2010-12-288-174/+136
* Add TODOs for further stream writing workNick Burch2010-12-282-3/+6
* More NPOIFSStream tests, and explicit free support+testNick Burch2010-12-281-5/+26
* Add tests for the NPOIFS mini streamNick Burch2010-12-271-2/+4
* Start to support the MiniStream, by extracting out the BlockStore superclass ...Nick Burch2010-12-276-63/+407