aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0Josh Micich2009-05-221-0/+4
* Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE linksJosh Micich2009-05-211-5/+41
* Added debug methods to decode BIFF record types from record IDsJosh Micich2009-05-212-33/+30
* removed unused classJosh Micich2009-05-201-364/+0
* Changed CRLF to LF in function implementations. Removed subclasses of NotImp...Josh Micich2009-05-20235-5463/+1024
* Changed CRLF to LF in poi/ddf, Minor fixes for compiler warnings, and formattingJosh Micich2009-05-1933-1528/+611
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-1954-6112/+6111
* Tweaked patch from bug #46287 - Control of header and footer extraction in Ex...Nick Burch2009-05-171-3/+22
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-175-47/+61
* encapsulated hasUnlimitedVarags() logic into FunctionMetadataJosh Micich2009-05-173-24/+43
* Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...Josh Micich2009-05-172-315/+324
* Base class for "old version" exceptions, and new HSLF detection + use of old ...Nick Burch2009-05-162-1/+30
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-161-1/+1
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-151-1/+4