Aspose cells - Delete columns with index

Hello,

We are using the Aspose Cells 2.5.3.1 for generating the xls report.

This version doesn't have the method to delete a column with index.

May i know which version of the Aspose cells provides this metod.

cells.deleteColumn(index);

Thanks

Hi,


Well, I am not entirely certain if Cells.deleteColumn(index) was there in the older versions but I think there was Cells.deleteColumns() method that you may make use of it if possible. Also, in the latest versions of Aspose.Cells (v7.0.0 and greater versions …which is auto-ported from .NET code), we do provide Cells.deleteColumn(int index) method. So, you have to upgrade to latest versions of the product, see the topic for any significant changes in the APIs model (that you have to change your existing codes accordingly) to cope with it.
http://www.aspose.com/docs/display/cellsjava/How+to+Migrate+to+Aspose.Cells+7.0.0+or+Higher

Thank you.