R
R_Baggio
Unregistered / Unconfirmed
GUEST, unregistred user!
我用ExcelApplication去写一个Excel表格,这个表格中的某些字段是有公式的。比如A2是A1的一个公式。我只要填写A1,A2就自动算出来了。可是总是在保存的时候出现错误,且断点总是停留在ExcelWorkSheet.Cells.Item[1,1] := Format('%8.3f',[strtofloat(Trim(StringGrid.Cells[i,1]))]);报 Interface not supported,有时候是 没有注册类别,有时候是 OLE error 800A03EC我保存用的方法是: ExcelWorkbook.SaveAs(SaveDialog.FileName, EmptyParam, EmptyWideStr, EmptyWideStr, False, False, xlExclusive, xlUserResolution, False, EmptyParam, EmptyParam, 0);