XLS version lost afer Clear in v5.10.17
Posted: Wed Apr 17, 2013 4:38 pm
Hello,
I initialize the component to xvExcel97 and i call a Clear(0) then the version is changed to xvExcel2007.
After that, XLS is in xvExcel2007 format !
NB: if you use Clear (instead of Clear(0)), there is the same pb.
I initialize the component to xvExcel97 and i call a Clear(0) then the version is changed to xvExcel2007.
Code: Select all
XLS.Version := xvExcel97;
XLS.Clear(0);
NB: if you use Clear (instead of Clear(0)), there is the same pb.