Click or drag to resize

Workbook GetSafeSheetName Method (String)

Returns a safe sheet name by replacing invalid characters with a specified replacement character.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string GetSafeSheetName(
	string inputName
)

Parameters

inputName
Type: System String
The input sheet name to be sanitized.

Return Value

Type: String
A safe sheet name with invalid characters replaced.
See Also