Index: source/filter/excel/excrecds.cxx =================================================================== RCS file: /cvs/sc/sc/source/filter/excel/excrecds.cxx,v retrieving revision 1.63.58.2 diff -u -r1.63.58.2 excrecds.cxx --- source/filter/excel/excrecds.cxx 4 Aug 2003 12:09:35 -0000 1.63.58.2 +++ source/filter/excel/excrecds.cxx 7 Aug 2003 13:42:58 -0000 @@ -1347,6 +1347,17 @@ { switch(pFCell->GetFormatType()) { + case NUMBERFORMAT_DATE: + case NUMBERFORMAT_TIME: + case NUMBERFORMAT_DATETIME: + case NUMBERFORMAT_CURRENCY: + case NUMBERFORMAT_SCIENTIFIC: + case NUMBERFORMAT_FRACTION: + case NUMBERFORMAT_PERCENT: + fVal = pFCell->GetValue(); + rStrm << fVal; + break; + case NUMBERFORMAT_NUMBER: if(!(nErrorCode = pFCell->GetErrCode())) {