Currently when I generate a workbook with a sheet and save it as .xlsx and then use the same code again I get two files with different content.
I would like to get exactly the same file, so I can easily (e.g. for version control) see that no changes occurred in the spreadsheet.
When I renamed the generated files to .zip and extracted those I noticed the only differences were:
* a different file name for the .psmdcp file generated in package\services\metadata\core-properties
* the content of _rels/.rels (which I believe is just the different file name of the .psmdcp file)
I believe the file name is a GUID. Would it be possible to always use the same one for this file?
I would like to get exactly the same file, so I can easily (e.g. for version control) see that no changes occurred in the spreadsheet.
When I renamed the generated files to .zip and extracted those I noticed the only differences were:
* a different file name for the .psmdcp file generated in package\services\metadata\core-properties
* the content of _rels/.rels (which I believe is just the different file name of the .psmdcp file)
I believe the file name is a GUID. Would it be possible to always use the same one for this file?