Bug in TXLSWorkbook.CopyCells
Posted: Mon Mar 06, 2017 9:20 am
After some debugging, I found the following in XLSSheetData5.pas:
I think it should be:
Let me know if this is right. Thanks!
Code: Select all
Items[DestSheet].FCells.DeleteCell(C,R);
Code: Select all
Items[DestSheet].FCells.DeleteCell(DestCol + (C - Col1), DestRow + (R - Row1));