Saving to Database

Hi,

I'm using Aspose.Cells to return data from the database.

The idea is that the data presented in the spreadsheet will be modified and the changes sent back to the database.

I can't think of any way to do this because I dont seem to able to add a 'save' button to the page to trigger an event.

Is there some other way of saving the data to the database after having made the changes?

Thanks,

Faiz

Hi Faiz,

Aspose.Cells is a non-UI component.Please try to use Cells.ExportDataTable method to retrieve data from Excel files.