Return the data to the database and


Good afternoon, last week we reviewed your aspose.excel components. Since the spreadsheet takes up all available screen space, how would we establish a submit button to return the data to the database. We would also wish to disable the save function to prevent accidental saving of the spreadsheet to the local drive.

Your assistance is much appreciated.

Regards,

John

Dear John,

You can use Cells.ExportDatatable to export data from a worksheet to a data table. Do not call Excel.Save method. Then you can establish a submit button to return the data to the database.