home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / tools / spreadsheet / QAPI_ExportHTML.1.6.README < prev   
Encoding:
Text File  |  1997-09-20  |  3.9 KB  |  114 lines

  1. QAPIExportHtml 
  2.  
  3. Purpose:
  4. This QAPI-based  bundle allows for exporting Quantrix.app's tables into HTML tables.
  5.  
  6. Quantrix.app is a powerful spreadsheet by Lighthouse, Inc. which can be reached  at http://www.lighthouse.com
  7.  
  8. QAPI is Application Programmer's Interface to Quantrix.
  9.  
  10. Installation:
  11. Copy ExportHtml.bundle into your ~/Library/Quantrix if intended for your use only, or into /LocalLibrary/Quantrix to make the bundle available to all users.
  12.  
  13. When you start Quantrix.app the next time, you will notice a new menu item 'Extras'.
  14.  
  15. Usage:
  16. Create a table in Quantrix. Then click on the item 'Extras/Export Html...' in the menu and choose a file name in the save panel which appears.
  17.  
  18. You can set a few HTML parameters in the save panel. These settings can be saved
  19. and restored.
  20.  
  21. Warning:
  22. Save your data before exporting.
  23. Be careful - only the simplest tables with no groups are supported. 
  24. No guarantee for complicated tables.
  25.  
  26. NS Version:
  27. Compiled QuadFat under NS 3.3 
  28.  
  29. Tested on black and white hardware.
  30.  
  31. Should run under other versions of NS on other hardware platforms as well.
  32.  
  33. Limitations:
  34. Only simple tables are exported correctly.
  35.  
  36. You are free to expand this example as long as you don't remove my name from the code.
  37. See to ToDo section for details 
  38.  
  39.  
  40. ______________________________________________
  41.  
  42. History and other details: 
  43.  
  44. Version 1.6 - September 19, 1997
  45. Changes by Rudy Blazek 
  46. blazek@stt.msu.edu
  47.  
  48. fixed:    color attributes work also for column labels now.
  49.     row labels exported correctly.
  50.     file name taken from the model name correctly.
  51. added:  
  52.          user interface - an accessory view in the SavePanel; 
  53.                           and an info panel.
  54.          user selectable options:
  55.             - on/off: export column labels 
  56.             - on/off: color attributes
  57.             - background color: table
  58.             - background color: page
  59.             - on/off: table background = page background
  60.             - size: table border
  61.             - size: cell spacing
  62.             - size: cell padding
  63.             - size: label font size increase
  64.          preferences - all the user interface settings can be saved/restored.
  65.  
  66. todo:   
  67.          check if the table is too complicated for exporting 
  68.                and give a warning !
  69.          info panel floating above save panel
  70.          alignment for column labels doesn't work (??)
  71.          cell size, font size and style.
  72.          selecting categories based on view, not table.
  73.          ultimately support for complicated tables (not soon).
  74.          should play, sing, and dance while saving
  75.  
  76. Reply to the comment below:
  77. Seems like selecting cells / items (=label etc.) in a View  and using something like [[aSelection q_itemFormatFor:anItem] q_textAlign] etc. is the only reasonable way of accessing the cells attributes.
  78. The sole purpose of the selection is linking the cell to the current view which defines the physical look. But the selection does not  have to be the device for selecting the cell (should contain it though - for safety reasons - haven't tested whether not doing so would cause a crash).
  79.  
  80.  
  81. Version 1.5
  82. changes by Scott Anguish
  83. sanguish@digifix.com
  84.  
  85. fixed      - empty cells no longer show up as a "."  it now inserts  
  86. added    - support for font colors
  87.         the negative color doesn't seem to be used though
  88.         no other color settable stuff seems to be available in the UI
  89.     - support for alignment
  90.         only seems to work for fields explicitly aligned
  91.         smart alignment is ignored
  92.     - background colors for cells
  93.  
  94. Comments: Seems like there should be a one stop place in the API to access the actual physical look of the cell, i.e. what the UI makes it look like, so that smart alignment, text color etc is returned for the actual cell regardless of its default, selection or whatever setting.
  95.  
  96. Also compiled QuadFat.
  97.  
  98. Introductory version
  99. Rudy Blazek, November 22, 1996
  100. blazek@stt.msu.edu
  101.  
  102.  
  103.  
  104. ______________________________________________
  105.  
  106. Good luck
  107.  
  108.  
  109.  
  110.                 Rudy Blazek
  111.                 blazek@stt.msu.edu
  112.                 http://www.stt.msu.edu/~blazek
  113.  
  114.