Interop Excel
-
Is it possible to insert dynamically generated html table directly into an Excel using interop. Please reply... Thanks in advance,,,,
-
Is it possible to insert dynamically generated html table directly into an Excel using interop. Please reply... Thanks in advance,,,,
-
I am using it in asp .net itself... code behind is C# .... please let me know if it is possible or not......:confused: Thanks in advnce...
-
I am using it in asp .net itself... code behind is C# .... please let me know if it is possible or not......:confused: Thanks in advnce...
-
I am using it in asp .net itself... code behind is C# .... please let me know if it is possible or not......:confused: Thanks in advnce...
If your web app is for a couple of users, then Excel Interop might work, but check out if Excel is installed on server. But for other scenarios, don't use Excel Interop on server side. It scales bad and uses server's resources intensively. Also Excel Interop has other issues. If your dynamically generated HTML table is generated from GridView you could try GemBox.Spreadsheet .NET Excel component to export it to Excel because it is directly supported. Here is an example how to export DataGrid to Excel and how to export DataTable to Excel with GemBox.Spreadsheet component.