Open(SpreadsheetDocumentInfo)
|
documentInfo
|
Opens the specified document.
|
Open(String, DocumentFormat, Func<Byte[]>)
|
uniqueDocumentID, format, contentAccessorByBytes
|
Opens a document specified by an array of bytes.
|
Open(String, DocumentFormat, Func<Stream>)
|
uniqueDocumentID, format, contentAccessorByStream
|
Opens a document specified by a stream.
|
Open(String, DocumentFormat)
|
filePath, format
|
Opens the specified document.
|
Open(String, SpreadsheetDocumentInfo)
static
|
extensionName, documentInfo
|
Opens the specified document.
|
Open(String, Func<Byte[]>)
|
documentId, contentAccessorByBytes
|
Opens a document specified by an array of bytes.
|
Open(String, Func<Stream>)
|
documentId, contentAccessorByStream
|
Opens a document specified by a stream.
|
Open(String, String, DocumentFormat, Func<Byte[]>)
static
|
extensionName, uniqueDocumentID, format, contentAccessorByBytes
|
Opens a document specified by an array of bytes.
|
Open(String, String, DocumentFormat, Func<Stream>)
static
|
extensionName, uniqueDocumentID, format, contentAccessorByStream
|
Opens a document specified by a stream.
|
Open(String, String, DocumentFormat)
static
|
extensionName, filePath, format
|
Opens the specified document.
|
Open(String, String)
static
|
extensionName, filePath
|
Opens the specified document.
|
Open(String)
|
filePath
|
Opens the specified file.
|