[]
Document Solutions for Excel, .NET Edition (DsExcel .NET, previously GcExcel .NET) provides a powerful and flexible API to load, create, modify, calculate, save, and convert Excel documents at scale. You can read and write .XLSX files, generate reports with templates, and deploy spreadsheets across .NET desktop and web applications.
| Namespace | Description |
|---|---|
| GrapeCity.Documents.Excel | Provides fundamental and base classes for generating, converting, modifying, and rendering spreadsheets without any dependencies on Microsoft Excel. For example, Workbook class is the main entry to create or load and then manipulate a spreadsheet file. |
| GrapeCity.Documents.Excel.Drawing | Provides classes to create and modify drawing shapes, charts, pictures and more advanced drawing objects. |
| GrapeCity.Documents.Excel.Expressions | Provides classes for parsing and representing Excel formula expressions as syntax trees, supporting custom formula evaluation and manipulation. |
| GrapeCity.Documents.Excel.Forms | Provides classes for creating, configuring, and interacting with worksheet form controls such as buttons, checkboxes, dropdowns, and list boxes. |