Page 1 of 1

Issue insert sheet and move sheet in workbook

Posted: Thu Mar 26, 2015 3:17 am
by crazymanvn
Hello,

I'm using XE7 and XLSReadWriteII 5.20.42. I want copy sheet in a workbook to backup before edit it. But have troubles below.

I used TXLSWorkbook.Insert(AIndex, ACount) method to insert a new sheet, other sheets have cells with fomular link from cell of sheet in other excel file become #NAME? But when I use TXLSWorkbook.Add method is not problem.

When I use TXLSWorkbook.Manager.Worksheets.Move(CurIndex, NewIndex) method, only sheet name changed but content of sheet not change.

How to fix it ? Thanks.

Re: Issue insert sheet and move sheet in workbook

Posted: Fri Mar 27, 2015 11:11 am
by larsa
Hello

Sorry, it's not possible to copy the content of worksheets.