How do I minimize Large xls file?

  • Thread starter Thread starter Pandi
  • Start date Start date
P

Pandi

I have File that his size is 56Mb, This file contain data base from
Oracle (4 sheets with 35000 row each).
I don't have in the file any function only data.
How can I minimize the file to ?
Tanks
 
3 main tips for reducing file size;

Columns take up more memory than rows, so the fewer columns the
better.

Remove any formulas that are un-necessary, i.e. calculation is not
going to change (esp. case for historical databases). Use edit copy,
Paste Special (as values) to do this.

Minimise colours and formatting.
 
Back
Top