aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-163-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-134-1/+34
* Added XSSF EventModel support for inline strings. Adds unit test for this for...Nick Burch2010-12-134-3/+72
* Add a test .xlsx file which includes both normal and inline string cellsNick Burch2010-12-131-0/+0
* mark GutsRecord as terminating row blocks, prevent exception when reading wor...Yegor Kozlov2010-12-114-0/+7
* added a unit test for not reproducible bug #49156Yegor Kozlov2010-12-112-0/+14
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-1111-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-1010-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-2818-161/+558
* improved LinkTable to support registering external UDFs.Yegor Kozlov2010-11-2711-31/+300
* tweaked javac targets and set includeantruntime=false to avoid warnings by An...Yegor Kozlov2010-11-251-8/+16
* 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
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2444-1369/+96
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2491-5087/+57
* Stub out a bit more for XSSF event processing of shared formulas, and only wa...Nick Burch2010-11-231-2/+20
* Allow access from XSSFReader to sheet comments and headers/footers (related t...Nick Burch2010-11-226-7/+167
* hwpf: Ignore null argument in PicturesTable.hasPictureMaxim Valyanskiy2010-11-221-0/+4
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-21102-99/+9330
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-2136-32/+3036
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-21130-12285/+27
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-218-15/+14
* 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
* removed dependencies on HSSF, prepare to move common formula stuff to org.apa...Yegor Kozlov2010-11-2016-55/+54
* Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you t...Nick Burch2010-11-193-224/+287
* Add a link to the bugzilla list of new/needinfo bugsNick Burch2010-11-191-0/+1
* hwpf: IndexOutOfBoundsException in Range.findRange when list contains only nullsMaxim Valyanskiy2010-11-191-0/+5
* avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, se...Yegor Kozlov2010-11-183-70/+225
* allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154Yegor Kozlov2010-11-178-23/+174
* dispose xml cursor when iteration over it is done (more)Maxim Valyanskiy2010-11-179-0/+19
* XWPF: dispose xml cursor when iteration over it is doneMaxim Valyanskiy2010-11-162-0/+2
* clear calculation chain when deleting row or chaing cell type to blank, see B...Yegor Kozlov2010-11-127-14/+41
* Fixed evaluation of cell references with column index greater than 255, see b...Yegor Kozlov2010-11-109-71/+172
* use cached formula result when autosizing sheet columns, see Bugzilla 50211Yegor Kozlov2010-11-099-328/+574
* Tolerate Double.NaN when reading .xls files, see Bugzilla 49761Yegor Kozlov2010-11-093-2/+10
* Add a few more little bits of formula unit testsNick Burch2010-11-041-0/+2
* ignore eclipse custom settings by svnYegor Kozlov2010-11-030-0/+0