Hello Telerikians.
After an Excel Export using the Telerik Export Format tools, I want to import back the Exce(.xls) document in a Gridview.
To do this I use the RadDocument class and the HTMLFormatProvider, as the Exported .xls files are in fact html formatted.
But how can I import my RadDocument in a RadGridview ?
here is my code
by advance Regards.
:)