XLS version lost afer Clear in v5.10.17

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
jleg
Posts: 11
Joined: Thu Apr 04, 2013 12:04 pm
Location: France

XLS version lost afer Clear in v5.10.17

Post 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.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: XLS version lost afer Clear in v5.10.17

Post by larsa »

Hello

This is as intended. Set the Version after Clear.
Lars Arvidsson, Axolot Data
Post Reply