home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 7944 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.4 KB

  1. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!cs.utexas.edu!not-for-mail
  2. From: curzon@trooa.enet.dec.com (07-Jan-1993 1300)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: converting ascii file to wk1 file
  5. Date: 7 Jan 1993 12:03:08 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 26
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <9301071803.AA16279@enet-gw.pa.dec.com>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12. >My question: Has anybody experiences in converting data (in ascii format)
  13. >to worksheet formats (.wk1 files)?
  14. >Thank in advance,
  15. >Roelof Oldenhuis
  16. >oldenhuis@ib.agro.nl
  17.  
  18.         Most spreadsheets understand some version of ascii delimited
  19. file.  This is sort of a defacto / unofficial standard.
  20.  
  21.         Try this:
  22.         -Surround alpha-numeric fields with the ascii doublequote char.
  23.         -Remove commas, and currency symbols from numeric fields
  24.         -Ensure there is at least one whitespace between each field
  25.  
  26.         Then most spreadsheets (or other shrink wrap programs) should be
  27. able to read in the file.  DON'T try to bring it in as a normal
  28. save-format file (e.g. wk1).  Instead, find the menu item something like:
  29. "Import external format | ASCII delimited".  In Lotus, it's "/File Import
  30. Numbers".  Good luck....
  31.  
  32.                                 Richard Curzon, Digital Equipment of Canada
  33.                 Toronto
  34.    (from INTERNET)     curzon@trooa.ENET.dec.com 
  35.    (from COMPUSERVE)   71371,2521  OR  >INTERNET:curzon@trooa.ENET.dec.com
  36.