SpreadsheetExtension.SaveCopy Method
Name | Parameters | Description |
---|---|---|
SaveCopy(String, DocumentFormat) static | extensionName, format | Saves a document copy using the specified settings. |
SaveCopy(String, Stream, DocumentFormat) static | extensionName, outputStream, format | A string value that specifies the Spreadsheet name. |
SaveCopy(String, String) static | extensionName, documentPath | Saves a document copy using the specified settings. |