Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dozzle
 
Posts: n/a
Default How to save an excel spreadsheet as a text file without added quot

I'm trying to save an excell spreadsheet as a (tab delimited) text file.
Everytime I try to save it excel decides to add quotes to some of my cells.
How do I get it to stop doing this?
The cells it adds quotes to are cells that already have quotes in them, it
adds extra quotes around the whole cell. I really don't want that
Also cells that have numbers with commas (ie a cell with 64,4) it decides
needs quotes.
So my text file has "64,4" in it instead of 64,4 and "date "4-8-05""
instead of date "4-8-05"

  #2   Report Post  
CyberTaz
 
Posts: n/a
Default

Hi Dozzle-

What you describe is how a Tab Delimited text file works -- the quotes are
referred to as text qualifiers and are placed around cell content to
distinguish it from values (actual number values, currency, dates, etc.).
This is done so that the receiving program can interpret the data more
accurately. The 'additional' quotation marks do not show up when the data
from the file is imported by another data-based program.

Keep in mind that text data files aren't really intended for 'Human
Consumption', so if readability is your concern you may want to consider
another file format for your output.

HTH |:)

"Dozzle" wrote:

I'm trying to save an excell spreadsheet as a (tab delimited) text file.
Everytime I try to save it excel decides to add quotes to some of my cells.
How do I get it to stop doing this?
The cells it adds quotes to are cells that already have quotes in them, it
adds extra quotes around the whole cell. I really don't want that
Also cells that have numbers with commas (ie a cell with 64,4) it decides
needs quotes.
So my text file has "64,4" in it instead of 64,4 and "date "4-8-05""
instead of date "4-8-05"

  #3   Report Post  
Dozzle
 
Posts: n/a
Default

Well, I'm trying to do a couple things with the data. Mostly I have an excel
spreadsheet that will dump data to an XML file, which I don't want the quotes
in. Also in another instance I'm editing data from a database dump and I
want it to save it exactly the way it was, not add extra quotes.
I tried different file formats but they all did the same thing for me.
Which type of file format should I use?

"CyberTaz" wrote:

Hi Dozzle-

What you describe is how a Tab Delimited text file works -- the quotes are
referred to as text qualifiers and are placed around cell content to
distinguish it from values (actual number values, currency, dates, etc.).
This is done so that the receiving program can interpret the data more
accurately. The 'additional' quotation marks do not show up when the data
from the file is imported by another data-based program.

Keep in mind that text data files aren't really intended for 'Human
Consumption', so if readability is your concern you may want to consider
another file format for your output.

HTH |:)

"Dozzle" wrote:

I'm trying to save an excell spreadsheet as a (tab delimited) text file.
Everytime I try to save it excel decides to add quotes to some of my cells.
How do I get it to stop doing this?
The cells it adds quotes to are cells that already have quotes in them, it
adds extra quotes around the whole cell. I really don't want that
Also cells that have numbers with commas (ie a cell with 64,4) it decides
needs quotes.
So my text file has "64,4" in it instead of 64,4 and "date "4-8-05""
instead of date "4-8-05"

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
why am I unable to save a Excel file on a network drive%3f ken Excel Worksheet Functions 3 March 18th 05 01:55 AM
Locating a file in excel with a partial file name. Audra Excel Discussion (Misc queries) 2 February 19th 05 08:52 PM
Excel file takes a long time to save ben@bikecenturies Excel Discussion (Misc queries) 1 February 3rd 05 12:27 AM
How do a convert a "text only (no formulas)" Excel (.xls) file to. Steve Excel Discussion (Misc queries) 1 February 2nd 05 05:55 PM
INFO: ON EXCEL SPREADSHEET FILE mytoy New Users to Excel 3 December 17th 04 11:48 PM


All times are GMT +1. The time now is 04:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"