Saving excel files

Hi

I use this to save an excel file after generating it.
template.Save("D:/test.xls", Aspose.Cells.FileFormatType.Default);

but how come everytime i open a file and close it, it will prompt me to save it even though i have not made any changes to the file at all? is it supposed to be this way ?

thanks

Hi Kelly,

It's OK. Aspose.Cells does change some records in Excel file even you don't change anything with code.