Excel.PythonMarshalMode enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies what an =PY formula returns, such as an Excel value or a Python object.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Fields
excelValue = "ExcelValue" | Specifies that the result of an =PY formula should be an Excel value. |
pythonObject = "PythonObject" | Specifies that the result of an =PY formula should be a reference to an object in the Python service. |