Live excel deta for detagrid view

please send me c sharp code live (RealeTime, tick buy tick) excel to detagrid view

Hi,


Well, you may try to export data from Excel sheet to DataTable or arrays via Aspose.Cells APIs and then bind the data table to DataGrid accordingly using your own code. Please see the document on data exporting options with examples available in Aspose.Cells:
http://www.aspose.com/docs/display/cellsnet/Exporting+Data+from+Worksheets

Thank you.