BIFF is nill after clear

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
zvasku
Posts: 14
Joined: Wed Aug 01, 2012 2:22 pm

BIFF is nill after clear

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

Re: BIFF is nill after clear

Post by larsa »

Hello

It's by design.
Lars Arvidsson, Axolot Data
zvasku
Posts: 14
Joined: Wed Aug 01, 2012 2:22 pm

Re: BIFF is nill after clear

Post by zvasku »

Ok. So Is setting Version at runtime right approach?
Post Reply