advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the code for this article
Major Benefits of REBOL
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Nano-Sheets: A Small but Mighty Spreadsheet Engine in REBOL, Part 2

Building on Part 1 of this article, not only can you create a working spreadsheet in just a few bytes using REBOL, but you can extend it to support printing, standard keyboard navigation, macros containing code, and even make it shareable and dynamically updatable—while still using only a few bytes of code.  


advertisement
he first part of this article described how to build the Nano-Sheets spreadsheet engine, and then extended it by adding the following features:


  • Dynamic generation and sizing of cells
  • Automatic data types in cells
  • Formulas including REBOL code
  • Loading and saving spreadsheet files
This part extends Nano-Sheets even further.

It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



advertisement