SpreadsheetDocument.CreateFromTemplate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an editable SpreadsheetDocument from a template, opened on a MemoryStream with expandable capacity.
public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument CreateFromTemplate (string path);
static member CreateFromTemplate : string -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function CreateFromTemplate (path As String) As SpreadsheetDocument
Parameters
- path
- String
The path and file name of the template.
Returns
The new SpreadsheetDocument based on and linked to the template.