26.07.21
This commit is contained in:
@@ -33,7 +33,7 @@ internal sealed class ExcelSheet : ISheet
|
||||
{
|
||||
if (string.IsNullOrEmpty(name)) return false;
|
||||
Book.ThrowIfDisposed();
|
||||
SheetElement.Name = name;
|
||||
SheetElement.Name = name.EscapeSymbols();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user