Issue using DeleteColumns function

Hi Support,


I’m testing the new Aspose.Cells 8.0.0 dll. Using the DeleteColumns function I’ve found an issue. This is my code:

Cells.DeleteColumns(0, index, true);

As you can see in the attached example, when the “index” parameter is equal to 0, all the worksheet columns are deleted.

This did not happen using the previous Aspose.Cells version.

Hi,


Thanks for providing us sample project and template file.

After an initial test, I observed the issue as you mentioned. When using the DeleteColumns function with the following sample code with your file.
e.g
Sample code:

Cells.DeleteColumns(0, index, true);
if the “index” parameter is equal to 0, all the worksheet columns are deleted. We will check if this is expected behavior or not. I have logged a ticket with an id “CELLSNET-42540” for your issue. We will look into it soon.

Once we have any update on it, we will let you know here.

Thank you.

Hi,

Thanks for using Aspose.Cells.

Please download and try the fix: Aspose.Cells for .NET v8.0.0.2 and let us know your feedback.

The issues you have found earlier (filed as CELLSNET-42540) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.