Sheet assign problem

Questions and answers on how to use XLSSpreadSheet.
Post Reply
mclot
Posts: 14
Joined: Wed Oct 10, 2007 7:20 am

Sheet assign problem

Post by mclot »

Hi,
i'm using the XLSSpreadSheet component and I want to copy a sheet from XLSSpreadSheet.XLS.Sheets (XSS) to another XLSReadWrite componenet (XLS) through this code:

XLS.Sheets[0].Assign(XSS.XLS.Sheets[0]);

but if the source sheet contains a cell with formula, sheet.assign command raise an error like "Formula is compiled".

Can you help me ?

Thank you very much!
Massimo
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Sheet assign problem

Post by larsa »

Hello

This is fixed in update 6.00.55
Lars Arvidsson, Axolot Data
Post Reply