CALCCELL

From iMath
Revision as of 17:50, 8 July 2017 by Jrheinlaender (Talk | contribs) (Created page with "{{Keyword| <code>CALCCELL ( string , string , string )</code> | Access the value of a cell or a cell range in an Office Calc document. The first string contains th...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

CALCCELL ( string , string , string )


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Access the value of a cell or a cell range in an Office Calc document. The first string contains the file name of the Calc document (relative paths are possible). The second string contains the sheet name, and the third the cell reference. iMath will create a number or a string expression, depending on the type of the Calc cell.


Example

See also

SETCALCCELLS SETTABLECELL TABLECELL