while deleting rows in a named range from aspose cell i get the error attached along with. Please help me out with it, i have spent quite some time on this but no help. The version of aspose cells that i am using is 8.2.2
Hi Meenakshi,
Hi Meenakshi,
Aspose.Cells.Workbook document = new Workbook(content);
Range rgCustomBranding = document.Worksheets.GetRangeByName(“CustomBrandingEnabledRows”);
document.Worksheets[“AvailabilityReport”].Cells.DeleteRows(rgCustomBranding.FirstRow, rgCustomBranding.RowCount);
document.Save(“D:/output.xlsx”, SaveFormat.Xlsx);
document.Save(“D:/output.xls”);
Hi,
Thanks for using Aspose.Cells.
This is to inform you that we have fixed your issue CELLSNET-43931 now. We will soon provide the fix after performing QA and including other enhancements and fixes.
Thanks a lot for addressing the issue quickly. May i know the timelines for this fix to be made available?
Hi Meenakshi,
Hi,
Thanks for your using Aspose.Cells.
Please download and try the latest fix:Aspose.Cells for .NET (Latest Version) and let us know your feedback.
The fix works! thanks a lot for quick turnaround on this.
Hi,
Thanks for your feedback and using Aspose.Cells.
It is good to know that your issue is resolved with the latest version. Let us know if you encounter any other issue, we will be glad to look into it and help you further.
hey,
Hi,
Thanks for your posting and using Aspose.Cells.
The major version 8.6.1 will be released somewhere before 20th of October 2015. However you can use this miner version 8.6.0.2 for your production use without any issue. Let us know if you encounter any issue, we will be glad to look into it and help you further.
The issues you have found earlier (filed as CELLSNET-43931) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.