Workbook.SaveDocument Method
Name | Parameters | Description |
---|---|---|
Save |
format, encryption |
Saves the document to an array of bytes in the specified format and with the specified encryption settings. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Save |
format |
Saves a document to a byte array in the specified format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Save |
stream, format, encryption |
Saves the document to a stream in the specified format and with the specified encryption settings. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Save |
stream, format |
Saves the document to a stream in the specified format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Save |
file |
Saves the document to a file in the specified format and with the specified encryption settings. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Save |
file |
Saves the document to a file in the specified document format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Save |
file |
Saves the document to a file in the Excel or text format with the specified encryption settings. The file format is identified by the file extension. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Save |
file |
Saves the document to a file in the Excel or text format. The file format is identified by the file extension. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |