Click or drag to resize

Workbook LoadTemplateFromFile Method (String)

Load workbook from the excel template.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void LoadTemplateFromFile(
	string fileName
)

Parameters

fileName
Type: System String
File name
See Also