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

SpreadsheetBuilder.Open(String, DocumentFormat) Method

Opens the specified document.

Namespace: DevExpress.AspNetCore.Spreadsheet

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

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public SpreadsheetBuilder Open(
    string path,
    DocumentFormat documentFormat
)

Parameters

Name Type Description
path String

The path to the document to open.

documentFormat DocumentFormat

The document format.

Returns

Type Description
SpreadsheetBuilder

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

See Also