home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / bifflib / readme.txt < prev   
Text File  |  1988-10-20  |  596b  |  10 lines

  1.  
  2. This directory contains examples which read or write Microsoft
  3. Excel's Binary File Format (BIFF).  'DUMPER.EXE' is a program which
  4. displays all the BIFF records of a given type.  'FINDER.EXE' allows
  5. the user to find the contents of some cell in a stored worksheet.
  6. 'EXAMPLE.EXE' creates a BIFF file, storing data contained in an array
  7. of structures.  All of these programs utilize 'LIB.C', which is a
  8. library of routines which allow the developer to easily access a BIFF
  9. file.  These routines are designed to aid the developer who needs to 
  10. utilize Microsoft Excel's Binary File Format.