home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / misc / 19580 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.8 KB  |  47 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!usc!sol.ctr.columbia.edu!ucselx!crash!nosc!pages!bruce
  3. From: bruce@pages.com(Bruce Henderson)
  4. Subject: Re: Spreadsheets (was Mesa vs. Appsoft)
  5. Message-ID: <1992Sep13.210115.1700@pages.com>
  6. Sender: bruce@pages.com
  7. Organization: Banzai Research Institute
  8. References: <716000430.F00004@blkcat.UUCP>
  9. Date: Sun, 13 Sep 1992 21:01:15 GMT
  10. Lines: 35
  11.  
  12.  
  13. In comp.sys.next.misc article <716000430.F00004@blkcat.UUCP> 
  14. David.Gursky@p394.f70.n109.z1.fidonet.org (David Gursky) wrote:
  15. > I'll throw my two cents in to this debate.  The one thing missing from
  16. > everyone's spreadsheet application is compatibility with Excel*.  Yes, it's  
  17. very
  18.  
  19. [...]
  20.  
  21. > * What is Excel compatibility?  It is the ability to interpret correctly a
  22. > complete set of Excel features in an Excel spreadsheet, including references  
  23. to
  24. > Macros, external documents (i.e. charts), formulas, the whole shebang.
  25.  
  26. Well,
  27.  
  28. one thing that may stand in your way is the complexity of the .biff format.   
  29. For those of you who just said "What is biff"  it is the excel file format.   
  30. You see,  unlike wks, or SYLK, biff is not a file format that was meant to be  
  31. read by anything other than Excel.  It more or less consists of a partial dump  
  32. of their VM memory system (on the Mac and Windows) to disk.  Therefore,  
  33. interpreting it is no small task.
  34.  
  35. When I was at Ashton-Tate, PowerStep's (now Appsoft Solution) sister product  
  36. (FullImpact on the Mac) could read Excel files up to 3.0.  And it was a small  
  37. miracle.
  38.  
  39. If you really wanted to be of service to the Spreadsheet comunity, you could  
  40. write a 3.0 filter service that cranked .biff to one of the 1-2-3 formats, wich  
  41. are the ones that they all support.
  42.  
  43. So I agree that Excel file format from 4.0 or better (now the current rev) is  
  44. highly desireable, it is not going to be easy.
  45.  
  46. Bruce
  47.