Command Syntax

[func|onMenu|onCql|onCsl] [async] 'name'
body

Where:

  • func: A function that can be called from spreadsheet cell with CALL, CALLVOLATILE or CALLSTREAM function.
  • async: optionally run the function in asynchronous mode.
  • body: The function body in JavaScript.

Note: The function is terminated with an empty line.

Basic Samples


Table of contents


Copyright © 2020 Finnur Bragason.