Database

Hello there. I need to know the way of automatically storing personal excel files in my own website through C#.NET framework. Could any one help me to understand the process along with codes? Thanks.

Hi,


Well, Aspose.Cells for .NET is a spreadsheet management library used to create, manipulate, render, convert or print Excel file formats etc. It does not provide any data storage or database facility or support to save to database/ data source directly to store Excel files. I think you may try to save your Excel file to either streams (via Aspose.Cells APIs) or export Excel spreadsheet data to a DataTable, Arrays or lists etc. You have to use your own .NET codes to save to database or other storage or data sources. Please see some documents for your reference:
http://www.aspose.com/docs/display/cellsnet/File+Handling+Features
http://www.aspose.com/docs/display/cellsnet/Exporting+Data+from+Worksheets

Thank you.