summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* removed dependencies on HSSF, prepare to move common formula stuff to org.apa...Yegor Kozlov2010-11-202-4/+3
* clear calculation chain when deleting row or chaing cell type to blank, see B...Yegor Kozlov2010-11-121-1/+1
* Fixed evaluation of cell references with column index greater than 255, see b...Yegor Kozlov2010-11-102-7/+27
* use cached formula result when autosizing sheet columns, see Bugzilla 50211Yegor Kozlov2010-11-092-0/+308
* Tolerate Double.NaN when reading .xls files, see Bugzilla 49761Yegor Kozlov2010-11-091-1/+6
* Fix bug #50118Nick Burch2010-10-222-3/+57
* avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not foundYegor Kozlov2010-10-201-0/+12
* support for retrieving pictures from HSSF workbooks, see bugzilla 50022Yegor Kozlov2010-10-041-6/+8
* Avoid IllegalStateException when creating Data validation in sheet with macro...Yegor Kozlov2010-10-041-0/+8
* improved rounding in MathX.mod, see Bugzilla 50033Yegor Kozlov2010-10-011-0/+14
* Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/righ...Nick Burch2010-09-211-0/+18
* Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF he...Nick Burch2010-09-201-1/+10
* fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ...Yegor Kozlov2010-09-111-0/+25
* Add license headers to Ole10Native-related classesMaxim Valyanskiy2010-09-091-0/+17
* Add code for reading Ole10Native dataMaxim Valyanskiy2010-09-092-0/+20
* Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex...Nick Burch2010-09-091-0/+2
* allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th...Yegor Kozlov2010-09-071-0/+38
* improved API for hiding sheets, see Bugzilla 49878Yegor Kozlov2010-09-053-84/+157
* fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en...Yegor Kozlov2010-09-041-1/+2
* fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva...Yegor Kozlov2010-09-042-53/+259
* change cell type to error when setting Double.NaN or Infinities, see Bugzill...Yegor Kozlov2010-09-042-0/+57
* fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, s...Yegor Kozlov2010-09-041-0/+73
* fixed fetching names of user defined styles, see Bugzila 49751Yegor Kozlov2010-08-191-3/+25
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-181-0/+14
* fixed FormulaParser to correctly process defined names with underscore, see ...Yegor Kozlov2010-08-121-1/+45
* added support for RANDBETWEEN(), see Bugzilla 48526Yegor Kozlov2010-08-121-0/+194
* fixed OperandResolver to correctly handle inputs with leading decimal place, ...Yegor Kozlov2010-08-101-0/+89
* Remove svn:executable property from a series of files that didn't need it setNick Burch2010-08-092-0/+0
* initial support for excel auto-filtersYegor Kozlov2010-08-083-12/+191