With its easy-to-use API, Xceed Workbooks for .NET lets your application create or modify Microsoft Excel .xlsx documents and gives you complete control over the content of the documents. It lets you modify the content of Cells and the size of Columns and Rows, create formatted Tables, set and calculate basic formulas, load data from the web, add elements like pictures and hyperlinks, customize the appearance of your worksheets, style the content of Cells, Rows or Columns using different fonts, alignments and formatting as well as use some of the many other features of Microsoft Excel.
It’s also a great reporting tool. Indeed, Xceed Workbooks for .NET lets you create company reports that you first design with the familiar and rich editing capabilities of Microsoft Excel instead of with a reporting tool’s custom editor. You can then use the designed document as a template that you programmatically customize before sending each report out.
You can also use Xceed Workbooks for .NET to programmatically create invoices, add data to spreadsheets, and more.
Xceed Workbooks for .NET supports the .NET 5+ technology and can be used to create .NET 5+ applications; to do so, you simply need to use the .NET equivalent assembly.
Know that, as of 1.4, the assembly no longer contain "NET5" in its name; it is now named in the same way as its NET Framework equivalent, but is put into its own folder. Therefore, the main assembly for Xceed Workbooks for NET will simply be called Xceed.Workbooks.NET.dll and will be found in the .NET5 folder.
To use .NET 5+, you will need a new DLL, available on NuGet: System.IO.Packaging.
You can also install all the necessary DLLs by installing the NuGet package Xceed Workbooks.NET or Xceed.Products.Documents.Libraries.Full.
When downloading the DLLs from Nuget, you will need to set the licenseKey in code. See the Licensing topic for a code example.
If you do not have a licenseKey, please e-mail us at support@xceed.com and we will be happy to provide you with a 15-day trial license key.