SpreadsheetGear Engine for .NET Tutorials
This tutorial section is intended to help you download and get started with the SpreadsheetGear Engine for .NET product using several development tools and platforms. To learn more about SpreadsheetGear Engine for .NET refer to the SpreadsheetGear 2023 for .NET Framework documentation keeping in mind the following:
- The SpreadsheetGear Engine for .NET assembly (
SpreadsheetGear.dll) has an API which is virtually identical to that of SpreadsheetGear 2023 for .NET Framework's "Core" assembly (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,WorkbookDesigner, etc...) or image rendering (Imageclasses). If you need UI, consider the SpreadsheetGear for Windows product. - Most of Key Concepts applies and is important for understanding
SpreadsheetGear.dllAPIs. - Many specific features are demonstrated by the various samples on this website and GitHub:
- Live SpreadsheetGear API Samples
- Razor Pages Samples
- Blazor Server Sample
- SpreadsheetGear Explorer Samples on GitHub
As mentioned previously, keep in mind that SpreadsheetGear Engine for .NET does not support image rendering or UI, so anywhere that you see such output, it has been generated by the SpreadsheetGear for Windows product.
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: