Sorting my data

Hi, using .net version of Aspose.Cells and I’m wondering what my options are for sorting data in a table in my workbook. If there’s no direct support in Cells, then where should I be looking to get started in figuring this out?

p.s. The excel version of my app uses macros to do the sorting. Is macro support coming anytime soon? I desperately need it.

thanks,
Dana

Hi Dana,

Aspose.Cells doesn't support sorting feature yet. We will add it in the future release.

For macros, you can put macros in your template file and Aspose.Cells will preserve them in the output file. However, I don't think it's possible to support to create or run macros at run time.