SpreadsheetGear Engine for .NET
This tutorial section is intended to help you download and get started with SpreadsheetGear Engine for .NET using several development tools and platforms. To learn more about SpreadsheetGear Engine for .NET refer to the SpreadsheetGear 2023 for .NET Documentation keeping in mind the following:
- The SpreadsheetGear Engine for .NET assembly SpreadsheetGear.dll has an API which is virtually identical to the API in SpreadsheetGear2023.Core.dll. Please visit our Comparison Page for more information on where differences do exist.
- SpreadsheetGear.dll includes internal font metric and layout implementations to enable autofitting of rows and columns or working with charts and shapes. There is no UI (WorkbookView, FormulaBar, Workbook Designer, etc...) or image rendering (Image classes). If you need UI, consider the SpreadsheetGear for Windows product.
- Most of Key Concepts applies and is important for understanding SpreadsheetGear.dll APIs.
- Many of the SpreadsheetGear 2023 Samples demonstrate how to use identical APIs and you can see the source code, as well as the result in a WorkbookView control (SpreadsheetGear Explorer) or browser (ASP.NET). Please also review the samples available on this website, which include executable SpreadsheetGear API snippets, as well as samples for Razor Pages and Blazor Server .
Excel Reporting
ASP.NET MVC Web App
A simple Web App that generates an Excel workbook and streams it to the browser.
Tutorials available for:
Excel Reporting from Template
ASP.NET MVC Web App
A simple Web App that generates an Excel workbook from a template file and streams the populated workbook to the browser.
Tutorials available for:
Spreadsheet Calculations
Console App
A simple Console Application that performs a basic worksheet formula calculation.
Tutorials available for:
Spreadsheet Calculations
Xamarin.iOS iPhone/iPad App
A simple Xamarin.iOS iPhone or iPad app that performs a basic worksheet formula calculation.
Tutorials available for:
Spreadsheet Calculations
Xamarin.iOS iPhone/iPad App
A simple Xamarin.iOS iPhone or iPad app that performs a basic worksheet formula calculation.
Tutorials available for: