home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / software / 1257 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  2.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!bridge2!news.claremont.edu!ucivax!ucla-cs!ucla-mic!agsm!iwelch
  2. From: iwelch@agsm.ucla.edu (Ivo Welch)
  3. Newsgroups: comp.sys.next.software
  4. Subject: Re: Mesa --- lack of database functionality
  5. Message-ID: <1992Aug20.101238.20758@mic.ucla.edu>
  6. Date: 20 Aug 92 17:12:38 GMT
  7. References: <1992Aug19.143528.9405@mic.ucla.edu> <BtA46G.Bzp@monitor.com>
  8. Organization: UCLA, Anderson Graduate School Of Management
  9. Lines: 32
  10. Nntp-Posting-Host: risc.agsm.ucla.edu
  11.  
  12. Here  is  why I need  a  swiss-army-knife   spreadsheet (actually most
  13. spreadsheets already have some appropriate database functions, such as
  14. sorting [although merging is a problem]):
  15.  
  16. I have a lot of academic (often hand-collected) databases where I have
  17. to hand-change and hand-check values all the time.  Believe it or not:
  18. I often stoop to using Emacs to store  this data.  With a spreadsheet,
  19. I  could highlight/boldface questionable data,  browse through it, and
  20. put comments  into column B  for the values in  column A. If I want to
  21. extract values, I simply put
  22.     zmesa s.mesa | cut -f1 | <other functionality handling data>
  23.  
  24. Spreadsheets are still   the easiest on-the-fly databases for   1-10MB
  25. databases.  Statistical  packages    should   have a   lot   of   this
  26. functionality,  but  unfortunately they do not.   As  to alternatives,
  27. dataphile    is       too      multi-media+report     rather      than
  28. alpha-numerically+storage oriented,  and more   expensive  (factor 6).
  29. SAS is even more expensive and much less user-friendly.
  30.  
  31. Finally, although there  are   non-trivial implementation  issues   to
  32. consider for how to save tabular text, my requested feature is trivial
  33. to add, because I  want exactly the same output  as that produced by a
  34. "SAVE  TO ASCII/Export-to-tabular-text"  command,   a part  of   EVERY
  35. spreadsheet   package, including Mesa.    I  bet Athena   Design could
  36. repackage the relevant code into a stand-alone program in one hour.
  37.  
  38. If you agree, here is Athena's e-mail address: feedback@athena.com
  39.  
  40. /ivo
  41.  
  42. PS: Also, with a command-line interface, I could invent new uses, such
  43. as the ability to read spreadsheets into GNU Emacs.
  44.