Forum Discussion

Amand1040's avatar
Amand1040
Copper Contributor
Nov 17, 2021
Solved

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's avatar
    Riny_van_Eekelen
    Nov 17, 2021

    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.

     

     

Resources