Skip to content
Joseph Livecchi edited this page May 29, 2015 · 5 revisions

SheetCalc Runtime

This is the wiki pages for the SheetCalc Runtime.

Dependencies

Usage

SheetCalc is simple to use once it is included into your project

  • Get/Set a cell value with sheetCalc.WorkBook.sheetname.cellRef.Value()
  • If you are using the sheetCalc Model design, you are able to load/set a whole object by calling:
    var model = sheetCalc.WorkBook.sheetname.cellRef.GetModel()
    // or
    sheetCalc.WorkBook.sheetname.cellRef.SetModel(model)

About

Clone this wiki locally