The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
just like the subject, my code is following:
---------------------------------
object optional = Missing.Value;
this.workBook = this.excel.Workbooks.Add(optional);
--------------------------------
These codes can work well, but what is the problem is that it will open a new Excel Application everytime these code works.
I want the Excel to run only once, how can I do?
Thanks!