Search results

  1. Using C# in Excel

    Hi, Excellent discussion! For easy and fast Excel manipulation I recommend you take a look at this Excel .NET library. It is much more faster than Excel Interop, because it has its own parsing engine. This makes it ideal for Excel ASP.NET applications. Here is a sample Excel C# code how easy it...
  2. Excel interop The server threw an exception. (Exception from HRESULT: 0x80010105 (charting in excel)

    Avoid Excel Interop Excel Interop has many issues, especially when used in server environment, like scalability, security and resource management issues. To avoid these subtle issues, I recommend you take a look at this Excel .NET library. Here is a sample Excel C# code how to export DataGrid...
Back
Top