Your search did not match any results.

Spreadsheet - Open a File

This demo illustrates how to use the ASP.NET Core Spreadsheet control to open and save files from the server's file system. To enable these operations, set the path to the file system's root folder as the WorkDirectory property's value.

  • To open the document, pass its path as a parameter to the Open method's overload.
  • To save the document in its original format and location, call the Save method without parameters.
Backend API