home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / softsys / andrew / 1465 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.8 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: Fwd: Some basic Andrew questions
  5. Message-ID: <16063@auspex-gw.auspex.com>
  6. Date: 23 Dec 92 19:37:15 GMT
  7. References: <9212222146.AA03550@dealer.Cards.COM> <MfBstUi00gpII19Ekh@andrew.cmu.edu>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 32
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >Anyway, I was wondering about Table.  Is it a stand-alone package (able
  14. >to be used without the rest of the Andrew world)?
  15.  
  16. I rather doubt it can be built as an application without building the
  17. rest of Andrew, as it's built atop ATK.
  18.  
  19. You can fire it up as a separate program.
  20.  
  21. >Is it a full-functioning spreadsheet, or basic token spreadsheet, to be
  22. >used for simple applications?
  23.  
  24. Dunno what a "basic token spreadsheet" is, but, as spreadsheets go, it's
  25. not exactly a power user's spreadsheet; it comes across to me as more of
  26. a "proof of concept" spreadsheet, demonstrating that you can build an
  27. ATK view/dataobject combination, usable as an inset, that offers some,
  28. well, basic spreadsheet functionality for simple applications.
  29.  
  30. I suspect it wouldn't be screamingly fast for sufficiently large
  31. spreadsheets, given that, as I remember, it parses the expression in a
  32. cell every time it's evaluated.
  33.  
  34. >If Table is not to be recommended, is there any spreadsheet software
  35. >that you would suggest which would be Public Domain or governmentally
  36. >developed??
  37.  
  38. Beats me whether any government has developed any spreadsheet.  There's
  39. a freely-available spreadsheet for UNIX called "sc", and the GNU
  40. project's Oleo may now be out, although, of course, while Oleo is
  41. freely-available, it's definitely *not* public-domain - it's copylefted.
  42.  
  43. (It might be an interesting project to try to make Oleo into an ATK
  44. dataobject and an ATK view, to replace "table".)
  45.