I am a licensed Aspose.Cells user. After populating various cells with data in an existing Excel file, I saved the file using .NET C#. Later, I removed reference links from the existing sheets, deleted a few sheets, save…...before saving : workbook.RemoveUnusedStyles(); workbook.Save(…) tuappteam...code to test: Workbook workbook = new Workbook(@"C:\Temp\Cells\input...