Hi.
Hi Daisuke,
Thanks for your posting and using Aspose.Cells.
We were able to observe this issue after executing the following sample code with the sample Excel file which is attached with this post using the latest version: Aspose.Cells for .NET 8.2.2. Formula gets broken while copying to 512th column.
We have logged this issue in our database for investigation. We will look into it and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.
This issue has been logged as CELLSNET-43104.
I have also attached the output Excel file and screenshot highlighting this issue for a reference.
C#
String filePath = @“F:\Shak-Data-RW\Downloads\sample.xlsx”;
Workbook workbook = new Workbook(filePath);
Cells cells = workbook.Worksheets[0].Cells;
cells.CopyColumns(cells, 507, 508, 1);
cells.CopyColumns(cells, 507, 509, 1);
cells.CopyColumns(cells, 507, 510, 1);
cells.CopyColumns(cells, 507, 511, 1);
cells.CopyColumns(cells, 507, 512, 1);
cells.CopyColumns(cells, 507, 513, 1);
cells.CopyColumns(cells, 507, 514, 1);
workbook.Save(filePath + “.out.xlsx”);
Hi Daisuke,
Thanks for using Aspose.Cells.
We have fixed
this issue now. We will provide you a fix in couple of days after
incorporating other enhancements and fixes and conducting some extensive
testing. Once, it is available for you, we will let you know asap by
posting in this thread.
Hi Daisuke,
Thanks for your using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for .NET v8.2.2.1 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-43104) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.