Forum Discussion
Amand1040
Nov 17, 2021Copper Contributor
How to reduce size of an excel file
Good day I have an excel file which is an output of Alteryx and is relatively big (305,521KB). I have done the following: 1. Cleared cache 2. Saved file as binary worksheet ( this helped reduce t...
Riny_van_Eekelen
Nov 17, 2021Platinum Contributor
Amand1040 But what's in the file then? How many rows, columns? Pictures, objects?
Amand1040
Nov 17, 2021Copper Contributor
There is only text and numbers, no pictures or diagrams. There are 366220 rows and 283 columns
- Riny_van_EekelenNov 17, 2021Platinum Contributor
Amand1040 I'm not at all familiar with how Excel file sizes can be calculated, but when you say 366K rows by 283 column, that means your file has over 100 million cells. If these all would contain 1 byte of data, that would already result in a file size of around 100MB. Then, your 140MB isn't all that strange.
Tested this by creation a file with 1 million cells with numbers. Saved it and the file size was 2.9MB. Perhaps my reasoning makes no sense at all, but if performance is an issue, consider connecting to the file with Power Query, rather than opening it in Excel.
- Amand1040Nov 18, 2021Copper ContributorThanks Riny, i have connected with power query as suggested and the performance is much better.. Thanks