I have renamed a Worksheet using ClosedXML and I have verified that although the sheet is renamed well, the references inside the sheet does not see the change and the excel document is corrupted. Does anyone know of any method to rename sheets other than using Interop?
workbook.Worksheet("TemplateSheet").Name = "NewSheetName";