Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpreadsheetBuilder.Open Method

Name Parameters Description
Open(String, DocumentFormat, Func<Byte[]>) documentId, documentFormat, contentAccessorByBytes Opens a document in the specified format from a byte array.
Open(String, DocumentFormat, Func<Stream>) documentId, documentFormat, contentAccessorByStream Opens a document in the specified format from a stream.
Open(String, DocumentFormat) path, documentFormat Opens a document in the specified format from a file system.
Open(String, Func<Byte[]>) documentId, contentAccessorByBytes Opens a document from an array of bytes.
Open(String, Func<Stream>) documentId, contentAccessorByStream Opens a document from a stream.
Open(String) path Opens a document from a file system.