Skip to main content

SpreadsheetExtension.SaveCopy(String, String) Method

Saves a document copy using the specified settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void SaveCopy(
    string extensionName,
    string documentPath
)

Parameters

Name Type Description
extensionName String

A string value that specifies the Spreadsheet name.

documentPath String

A string value specifying the document path to save to.

Remarks

Use the SaveCopy method to save a copy of the specified Spreadsheet’s document to the specified path. This method just exports the document and does not affect the original document state (it does not initiate document synchronization, does not apply client changes to the document model, etc.).

See Also