Problems with saving a Excel file

D

David Biddulph

If you save as csv, it is merely a text file. You can read the contents of
it with something like Notepad.
A csv file doesn't store parameters like column widths; that's why it gives
you the warning about parameters that might be lost, and why it gives you
the option to save as an Excel file instead of a csv. If you want to save
things like column widths, ave as an Excel file (.xls).
 
J

Just Me

Thank you!!



David Biddulph said:
If you save as csv, it is merely a text file. You can read the contents
of it with something like Notepad.
A csv file doesn't store parameters like column widths; that's why it
gives you the warning about parameters that might be lost, and why it
gives you the option to save as an Excel file instead of a csv. If you
want to save things like column widths, ave as an Excel file (.xls).
 
Top