aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Start on refactoring ready to support NPOIFS Directory/Document nodesNick Burch2010-12-286-44/+131
* 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 unit testsNick Burch2010-12-282-4/+79
* More NPOIFSStream tests, and explicit free support+testNick Burch2010-12-283-11/+157
* 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-272-2/+254
* More NPOIFSStream unit tests, and stub out a few future ones tooNick Burch2010-12-271-7/+138
* Start to support the MiniStream, by extracting out the BlockStore superclass ...Nick Burch2010-12-276-63/+407
* Move the SBAT/BAT cutoff constant to POIFSConstantsNick Burch2010-12-273-2/+9
* More NPOIFS testsNick Burch2010-12-272-6/+114
* Start on PropertyTable support for NPOIFS, and more NPOIFS testsNick Burch2010-12-233-71/+233
* Output the correct header valueNick Burch2010-12-231-1/+1
* Fix warnings, typos etcNick Burch2010-12-232-5/+5
* Add NPOIFSFileSystem support for identifying free blocks, along with partial ...Nick Burch2010-12-235-12/+230
* More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of...Nick Burch2010-12-234-6/+343
* Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu...Nick Burch2010-12-223-23/+260
* More BATBlock related methods for identifying size and list offsets, plus testsNick Burch2010-12-222-3/+241
* Add initial low level code for HMEF, an implementation of TNEF (aka winmail.d...Nick Burch2010-12-2211-2/+1193
* Refactor the common LZW decompression code out into utilsNick Burch2010-12-214-127/+205
* More PropertyTable refactoring - pull common code out into a Base, so we can ...Nick Burch2010-12-206-114/+175
* POIFS Property refactoring ready for NIO supportNick Burch2010-12-207-60/+64
* Add a couple more chunk typesNick Burch2010-12-201-1/+9
* Bit more on NPOIFSFileSystem, and some typo fixes in documentationNick Burch2010-12-193-6/+31
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-197-78/+145
* Initial work on a NIO POIFSFileSystem. Currently is able to open the file and...Nick Burch2010-12-194-0/+717
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-195-21/+65
* Make BATBlock useful for read (was previously write only)Nick Burch2010-12-192-42/+113
* Move more of the logic from HeaderBlockWriter to HeaderBlockNick Burch2010-12-192-102/+91
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-199-105/+184
* Tests and tweaks to the NIO DataSource codeNick Burch2010-12-193-14/+170
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-186-25/+268
* Improve the HDGF LZW code.Nick Burch2010-12-165-368/+482
* Inside ExtractorFactory, support finding embedded OOXML documents and providi...Nick Burch2010-12-162-5/+35
* Support for continued NameRecords, see bugzilla 50244Yegor Kozlov2010-12-144-10/+641
* Fix bug #50416 - Correct shifting of the first or last row in a sheet by mult...Nick Burch2010-12-143-3/+93
* Fix bug #50440 - Support evaluating formulas with newlines in them, which XSS...Nick Burch2010-12-133-1/+34
* Added XSSF EventModel support for inline strings. Adds unit test for this for...Nick Burch2010-12-134-3/+72
* mark GutsRecord as terminating row blocks, prevent exception when reading wor...Yegor Kozlov2010-12-113-0/+7
* added a unit test for not reproducible bug #49156Yegor Kozlov2010-12-111-0/+14
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-1110-15/+248
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-1010-13/+13
* Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437Yegor Kozlov2010-12-109-66/+373
* Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getE...Yegor Kozlov2010-12-082-23/+28
* Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315Yegor Kozlov2010-12-025-6/+27
* revert visibility raised for testingYegor Kozlov2010-11-291-1/+1
* improved work with UDFs and Analysis Toolpack functions, ATP functions are en...Yegor Kozlov2010-11-2816-161/+558
* improved LinkTable to support registering external UDFs.Yegor Kozlov2010-11-2711-31/+300
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2435-41/+1284
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2490-113/+5142