Impoting data from sql 2000 from Aspose Cell

We are having a website develop in ASP.net. It has a sql 2000 database engine. We need to develop various spreadsheets to import marketing data from our sql database.

Our developers are saying Aspose Cell will not handle this task. Is this correct?

Thanks

Aspose.Cells can do this task. You can retrieve data into DataTable or DataView objects, then use Cells.ImportDataTable method or Cells.ImportDataView method to populate them into spreadsheets.

Please check

Aspose.Cells API Reference pages.