So, I've just joined a new team, and we make heavy use of Excel templates for data entry from our various clients.
However, there's a lot edits that get made to these spreadsheets and occasionally and without warning, or even being informed, the file size suddenly increases by inexplicable amounts.
I've tried the old rename to zip and explore method and found that one particular sheet went from 45kb uncompressed size up to 75mb.
It was sheet7.xml within the renamed zip (I don't think that's relevant).
Now there is one entry in the xml:
Repeated for every possible row from 97 down.
Is there a way to remove this? I tried just deleting these extra rows (all 1.5mil of them) and it corrupted the file
My team suspects it's do with hiding and un-hiding cells repeatedly. But any advice would be really appreciated. Or maybe insight into why it happens
However, there's a lot edits that get made to these spreadsheets and occasionally and without warning, or even being informed, the file size suddenly increases by inexplicable amounts.
I've tried the old rename to zip and explore method and found that one particular sheet went from 45kb uncompressed size up to 75mb.
It was sheet7.xml within the renamed zip (I don't think that's relevant).
Now there is one entry in the xml:
Code:
row r="97" ht="27" hidden="1" customHeight="1" x14ac:dyDescent="0.2"
Repeated for every possible row from 97 down.
Is there a way to remove this? I tried just deleting these extra rows (all 1.5mil of them) and it corrupted the file
My team suspects it's do with hiding and un-hiding cells repeatedly. But any advice would be really appreciated. Or maybe insight into why it happens