aspnetmvc-devexpress-dot-web-dot-mvc-8cefbb81.md
An extension object that implement the Spreadsheet functionality.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class SpreadsheetExtension :
ExtensionBase
Public Class SpreadsheetExtension
Inherits ExtensionBase
The following members return SpreadsheetExtension objects:
Show 16 links
To declare the Spreadsheet in a View, invoke the ExtensionsFactory.Spreadsheet helper method. This method returns the Spreadsheet extension that is implemented by the SpreadsheetExtension class.
To configure the Spreadsheet extension, pass the SpreadsheetSettings object to the ExtensionsFactory.Spreadsheet helper method as a parameter. The SpreadsheetSettings object contains all the Spreadsheet extension settings. Refer to the Spreadsheet topic to learn how to add the Spreadsheet extension to your project.
Spreadsheet allows users to create, open, modify and save Excel workbooks in a browser. You can perform this operations via the corresponding API. See the following topic to learn more about Spreadsheet document management: Spreadsheet Document Management
View Example: How to save/load documents to/from a database
Object ExtensionBase SpreadsheetExtension
See Also