Click or drag to resize

IWorkbook Close Method (String)

Closes the object and saves changes into specified file.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Close(
	string Filename
)

Parameters

Filename
Type: System String
File name in which workbook will be saved if SaveChanges is true.
See Also