Page 1 of 1

XLS version lost afer Clear in v5.10.17

Posted: Wed Apr 17, 2013 4:38 pm
by jleg
Hello,

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);
After that, XLS is in xvExcel2007 format !

NB: if you use Clear (instead of Clear(0)), there is the same pb.

Re: XLS version lost afer Clear in v5.10.17

Posted: Mon Apr 22, 2013 1:15 pm
by larsa
Hello

This is as intended. Set the Version after Clear.