CellsHelper_CreateSafeSheetName_String Method

CellsHelper_CreateSafeSheetName_String function

Checks given sheet name and create a valid one when needed.If given sheet name conforms to the rules of excel sheet name, then return it.Otherwise string will be truncated if length exceeds the limitand invalid characters will be replaced with ’ ‘, then return the rebuilt string value.


func CellsHelper_CreateSafeSheetName_String(nameproposal string)  (string,  error) 

Remarks

See Also