SpreadsheetDocument.CreateFromTemplate(String) Method

Definition

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.

Applies to