Page 1 of 1

BIFF is nill after clear

Posted: Thu Jun 19, 2014 5:03 pm
by zvasku
Hello,

I'm using excel97 format. If I set excel version on form (in component) to xvExcel97 and I want to start using BIFF, the BIFF is always nil. Also this happens after Clear call. I have to set Version=xvExcel97 at runtime to solve this:

XLS.Clear;
XLS.Version:=xvExcel97; //to create BIFF

Is this by design or is it bug?

Thanks
Zdenek

Re: BIFF is nill after clear

Posted: Fri Jun 20, 2014 8:33 am
by larsa
Hello

It's by design.

Re: BIFF is nill after clear

Posted: Fri Jun 20, 2014 11:55 am
by zvasku
Ok. So Is setting Version at runtime right approach?