SpreadsheetControl.LoadDocument(Byte[]) Method
Load the document from a Byte[] array.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
Parameters
Name | Type | Description |
---|---|---|
buffer | Byte[] | A System.Byte[] object that is an array of bytes containing document data. |
Returns
Type | Description |
---|---|
Boolean | true if the document is loaded succesfully; otherwise, false. |
Remarks
The format of the document loaded using this LoadDocument method overload is detected automatically by the built-in IFormatDetectorService implementation. If the format detection fails, an ISpreadsheetComponent.InvalidFormatException is raised.
See Also