Click or drag to resize

Workbook CreateEmptySheets Method ( String )

Create workbook with specified names of worksheets.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void CreateEmptySheets(
	string[] sheetNames
)

Parameters

sheetNames
Type: System String
See Also