With the DevExpress ASP.NET MVC Spreadsheet, you can easily provide end-users the ability to view and modify Excel workbooks in a browser. The Spreadsheet extension can read and write files in XLS, XLSX, CSV and TXT formats. You can allow end-users to perform file management operations (such as creating a new spreadsheet, opening an existing spreadsheet or saving a spreadsheet) via the corresponding ribbon command buttons. These buttons are available in the File tab of the built-in ribbon.
This demo illustrates how easy it is to use the Spreadsheet to open and save spreadsheet documents in different formats. Simply add the Spreadsheet extension to a view and set a single property - WorkDirectory. This property specifies the folder on the server where documents should be opened or saved.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxSpreadsheetDemos |