Workbook - Save Method

Hi,

Could you tell me please why Save Method of Workbook class when is used and after opening the file, it does not show Last Modified By in Info tab ?

thanks,
Lukasz

@acturisaspose,

Thanks for your query.

Well, when you read/open an Excel file via Aspose.Cells APIs, it actually creates a replica of the original file and does not process on the original file. That might be the reason it does not update “Last Modified” field in Info section in MS Excel. So, when you re-save the file with some other name, it creates the new file and does not do anything with the original file. But if you save it with the same name, it will then remove the original file and creates the new file with the same name.

Do you need us to add a new feature request/enhancement for your desired task, we can add a ticket for it upon your confirmation for product team to look into it.