Problems with saving a Excel file

  • Thread starter Thread starter Just Me
  • Start date Start date
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).
 
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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top