News

PM > Install-Package IronXL.Excel Read an XLS or XLSX File In this example we can see that Excel files can be read efficiently without Interop in C#: using IronXL; using System.Linq; ...
When creating .NET class libraries, name them anything you like. To reference them in VBA, use the name of the .NET class library as shown in the previous example.