Skip to main content
A newer version of this page is available. .

SpreadsheetBuilder.Open(String) Method

Opens a document by the specified path.

Namespace: DevExpress.AspNetCore.Spreadsheet

Assembly: DevExpress.AspNetCore.Spreadsheet.v21.1.dll

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public SpreadsheetBuilder Open(
    string path
)

Parameters

Name Type Description
path String

The path to a document to open.

Returns

Type Description
SpreadsheetBuilder

An object that can be used to further configure the Spreadsheet.

See Also