View Single Post
  #1   Report Post  
Paul from St.Paul
 
Posts: n/a
Default How do I export an Excel spreadsheet with fixed length rows?

I want to create a file with fixed length records (lines). The fields
(columns) have defined lengths. When I export the file, it should be in a
flat text format, there should be no spacing between columns of data, and the
total line length should be exactly what I want.

How do I do this? What format should I export the data into?