Click or drag to resize

Workbook LoadTemplateFromFile Method (String, Boolean)

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,
	bool loadStyles
)

Parameters

fileName
Type: System String
File name
loadStyles
Type: System Boolean
Indicates whehter load styles.
See Also