rl_inputs#

rateslib_pyxll.types.rl_inputs(name, args)#

Create a wrapped Python list from a contiguous cell range that is interpreted as function inputs.

Parameters:
  • name (str) – Identifier displayed in a cell. Otherwise unused.

  • args (list) – The values input from an Excel range.

Return type:

PyInputs