aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 47721 - Added implementation for INDIRECT()Josh Micich2009-08-2115-187/+601
* minor improvements to sheet name validation and identification of cell refere...Josh Micich2009-08-202-35/+53
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-204-23/+29
* changed interface from OperationEval to Function for basic operatorsJosh Micich2009-08-1920-457/+142
* Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...Josh Micich2009-08-191-1/+1
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-184-95/+56
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-1824-854/+765
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-1818-904/+690
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1830-721/+299
* Removed obsolete Eval interfaceJosh Micich2009-08-1734-187/+121
* Replaced obsolete Eval with ValueEval in signature of Function.evaluate()Josh Micich2009-08-1750-329/+200
* initial work on removing obsolete Eval interfaceJosh Micich2009-08-1716-56/+53
* Combined FuncVarEval into FunctionEval. Simplified selection of free ref func...Josh Micich2009-08-175-91/+60
* Follow-on for bugzilla 47652 - used more specific exception when password is ...Josh Micich2009-08-142-2/+17
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-0711-143/+925
* code improvements to RecordFactoryInputStreamJosh Micich2009-08-073-292/+276
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-297-221/+871
* Fixed RecordFactoryInputStream to properly read continued DrawingRecordsYegor Kozlov2009-07-251-0/+3
* added a cmd option to turn on deserialization of escher recordsYegor Kozlov2009-07-251-10/+7
* Improvements to formula evaluation treatment of -0.0. (Refinements to fix for...Josh Micich2009-07-235-56/+65
* Converted ConcatEval to singletonJosh Micich2009-07-232-37/+32
* updated docs on extraction of embedded objects, misc changes in HSSFYegor Kozlov2009-07-182-8/+8
* Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498Yegor Kozlov2009-07-121-21/+44
* Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOOJosh Micich2009-07-061-25/+41
* refactored HSSFEventFactory to use RecordFactory instead of HSSFRecordStream,...Yegor Kozlov2009-07-054-348/+247
* Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS recordsJosh Micich2009-06-242-39/+63
* Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps()Josh Micich2009-06-231-602/+582
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m...Yegor Kozlov2009-06-203-8/+24
* Added implementation for ISNA()Josh Micich2009-06-192-1/+57
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-192-6/+29
* Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode namesJosh Micich2009-06-181-2/+7
* Removed trailing whitespace in RecordFactoryJosh Micich2009-06-121-20/+21
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...Josh Micich2009-06-125-223/+398
* fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ...Yegor Kozlov2009-06-0710-59/+64
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet...Josh Micich2009-06-061-118/+104
* Removed RCS tags from src/java javadocsJosh Micich2009-06-043-5/+1
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-0410-518/+416
* Fix for javadoc error in Cell.setCellValue(Date) found by Mike CurwenJosh Micich2009-06-041-5/+13
* rolling back r781622Josh Micich2009-06-045-68/+11
* submitted in errorJosh Micich2009-06-035-11/+68
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-60/+52
* Changed CRLF to LF in remaining trunk/src filesJosh Micich2009-06-011-29/+29
* Fixed non-use of 10 sample files (named 'BigSSTRecord*'). Resurrected SSTReco...Josh Micich2009-06-011-22/+0
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-0137-128/+51
* removed obsolete classesJosh Micich2009-06-012-162/+0
* Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fi...Josh Micich2009-06-011-172/+117
* Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records aft...Josh Micich2009-06-012-50/+65
* Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ...Yegor Kozlov2009-05-301-5/+6
* Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name leng...Josh Micich2009-05-221-484/+405
* Made constructor parameter type less restrictiveJosh Micich2009-05-221-1/+2