aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca...Yegor Kozlov2011-03-041-0/+129
* Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF ...Nick Burch2011-03-031-2/+8
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-011-0/+6
* Add a unit test that shows bug #48079 no longer applies, and we can resize co...Nick Burch2011-02-181-0/+39
* Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re...Nick Burch2011-02-111-3/+0
* Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN...Nick Burch2011-02-111-0/+33
* fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o...Yegor Kozlov2011-02-111-0/+19
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug...Yegor Kozlov2011-02-101-4/+4
* Remove un-used importsNick Burch2011-01-211-6/+0
* Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ...Nick Burch2011-01-202-0/+54
* added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607Yegor Kozlov2011-01-193-0/+143
* remove System.out.println() from the test codeYegor Kozlov2011-01-191-2/+0
* More NPOIFS testsNick Burch2011-01-011-6/+73
* Add unit test for using HSSF with both POIFS and NPOIFSNick Burch2011-01-012-0/+33
* Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy...Nick Burch2010-12-291-1/+1
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-293-28/+87
* More NPOIFS XBAT updatesNick Burch2010-12-291-1/+0
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-291-16/+16
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-281-3/+20
* Start on refactoring ready to support NPOIFS Directory/Document nodesNick Burch2010-12-283-18/+42
* More NPOIFSStream unit testsNick Burch2010-12-282-4/+79
* More NPOIFSStream tests, and explicit free support+testNick Burch2010-12-282-6/+131
* Add NPOIFS SBAT tests, and stub out a few future testsNick Burch2010-12-271-2/+69
* Add tests for the NPOIFS mini streamNick Burch2010-12-271-0/+250
* More NPOIFSStream unit tests, and stub out a few future ones tooNick Burch2010-12-271-7/+138
* More NPOIFS testsNick Burch2010-12-271-2/+106
* Start on PropertyTable support for NPOIFS, and more NPOIFS testsNick Burch2010-12-231-61/+93
* Add NPOIFSFileSystem support for identifying free blocks, along with partial ...Nick Burch2010-12-232-1/+114
* More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of...Nick Burch2010-12-232-1/+310
* Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu...Nick Burch2010-12-221-11/+48
* More BATBlock related methods for identifying size and list offsets, plus testsNick Burch2010-12-221-0/+174
* More PropertyTable refactoring - pull common code out into a Base, so we can ...Nick Burch2010-12-202-2/+5
* POIFS Property refactoring ready for NIO supportNick Burch2010-12-202-3/+11
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-192-60/+80
* Initial work on a NIO POIFSFileSystem. Currently is able to open the file and...Nick Burch2010-12-193-0/+62
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-195-18/+22
* Tests and tweaks to the NIO DataSource codeNick Burch2010-12-191-5/+138
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-181-0/+38
* Support for continued NameRecords, see bugzilla 50244Yegor Kozlov2010-12-141-0/+609
* Fix bug #50416 - Correct shifting of the first or last row in a sheet by mult...Nick Burch2010-12-141-0/+54
* mark GutsRecord as terminating row blocks, prevent exception when reading wor...Yegor Kozlov2010-12-111-0/+5
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-112-0/+121
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-103-5/+5
* Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437Yegor Kozlov2010-12-102-0/+232
* improved work with UDFs and Analysis Toolpack functions, ATP functions are en...Yegor Kozlov2010-11-282-0/+180
* improved LinkTable to support registering external UDFs.Yegor Kozlov2010-11-273-6/+125
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2428-27/+1270
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2444-1369/+96
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-2173-230/+233
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-1/+1