home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / oop / macapp3 / 307 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.1 KB

  1. Path: sparky!uunet!olivea!apple!applelink.apple.com
  2. From: JOHN.OLSEN@AppleLink.Apple.COM (Olsen, John D,APD)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re: Saving in Excel format?
  5. Message-ID: <725584787.0207245@AppleLink.Apple.COM>
  6. Date: 28 Dec 92 23:09:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 22
  10.  
  11. Hi,
  12.  
  13. I have recently begun to deal with this problem myself.
  14.  
  15. First get the MS Excel SDK from Microsoft or your local Computer Literacy et.
  16. al. (if you  are lucky enough to live near one).
  17.  
  18. Second decide what you want to do -- if all you want is to import _DATA_ (i.e.,
  19. no formulas, formating, etc...) then it is easy to handle via the type/creator.
  20. If you want to get more complex then dig into the BIFF section (Binary
  21. Interchange File Format) and get ready to byt swap everything since the default
  22. is DOS/Intel file format with the bytes reversed.
  23.  
  24. The SDK is very typical of Microsoft -- fairly complete reference but no good
  25. examples to tie it all together. They do include a disk but the last version I
  26. had did not deal with BIFF at all (I had the last beta before final and have
  27. not yet gotten my final.)
  28.  
  29. Good luck,
  30.  
  31. John.Olsen
  32.  
  33.