aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1368-0/+0
* Added method setFunction(boolean) for defined namesYegor Kozlov2009-09-071-0/+15
* Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ...Yegor Kozlov2009-09-073-33/+48
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-23307-4723/+169
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-222-26/+22
* added TestIndirect to suite (from 47721/r806759)Josh Micich2009-08-221-0/+1
* Bugzilla 47721 - Added implementation for INDIRECT()Josh Micich2009-08-215-8/+191
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-211-1/+0
* minor improvements to sheet name validation and identification of cell refere...Josh Micich2009-08-202-73/+115
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-202-0/+10
* changed interface from OperationEval to Function for basic operatorsJosh Micich2009-08-196-50/+96
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-192-144/+199
* Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...Josh Micich2009-08-192-10/+8
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-1831-488/+400
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-5/+2
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-182-5/+2
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1821-367/+283
* Removed obsolete Eval interfaceJosh Micich2009-08-171-2/+2
* Replaced obsolete Eval with ValueEval in signature of Function.evaluate()Josh Micich2009-08-1713-147/+138
* initial work on removing obsolete Eval interfaceJosh Micich2009-08-1710-100/+94
* Follow-on for bugzilla 47652 - used more specific exception when password is ...Josh Micich2009-08-142-3/+151
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-121-0/+0
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-078-76/+534
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ...Yegor Kozlov2009-08-051-2/+13
* Custom XML import features; tests and implementationPaolo Mottadelli2009-07-301-0/+0
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-297-30/+715
* Fixed RecordFactoryInputStream to properly read continued DrawingRecordsYegor Kozlov2009-07-251-0/+71
* Additional test case examples for NumberToTextConverterJosh Micich2009-07-241-12/+106
* Improvements to formula evaluation treatment of -0.0. (Refinements to fix for...Josh Micich2009-07-233-3/+161
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-0/+0
* fixed case-sensitive file names in unit tests for Bugzilla 47520Yegor Kozlov2009-07-161-2/+10
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-163-0/+0
* Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498Yegor Kozlov2009-07-124-6/+65
* fixed XSSF and OpenXml4J to read/write relationships with targets starting wi...Yegor Kozlov2009-07-121-0/+0
* Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOOJosh Micich2009-07-062-0/+86
* Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS recordsJosh Micich2009-06-241-12/+54
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m...Yegor Kozlov2009-06-202-0/+18
* Added implementation for ISNA()Josh Micich2009-06-191-0/+0
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-193-58/+127
* Tweak to comments in TestExternalNameRecord (47384/786261)Josh Micich2009-06-181-3/+1
* Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode namesJosh Micich2009-06-181-0/+24
* Clean-up in POIFS unit tests - compacted raw data declarationJosh Micich2009-06-1310-9458/+1818
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-1244-2747/+695
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...Josh Micich2009-06-122-37/+105
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-101-0/+10
* Add a sample file which has its formula records with the wrong record type idNick Burch2009-06-091-0/+0
* fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ...Yegor Kozlov2009-06-072-2/+2
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet...Josh Micich2009-06-061-5/+36
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-044-93/+159
* rolling back r781622Josh Micich2009-06-041-7/+1