fastreport(3.10) support excel2003, but excel2000?
xlsexport is problematic(ole error). xmlexport is ok for excel2003, but how can i support excel2000?
win/xp, delphi 7, fastreport 3.10
win/xp, delphi 7, fastreport 3.10
Comments
or use the higher version
FExcel.SetRange(1, 1, FMatrix.Width , FMatrix.Height);
FExcel.Range.Value := ExlArray; //error at this line
i found FMatrix.Width =0,FMatrix.Height=0, it maybe a bug.
i need more help!
i've tried 3.10 and 3.18