Cell API¶
Version scope
This API reference describes WolfXL 2.1.0.
Access patterns¶
ws["A1"].valuews["A1"].fontws["A1"].fillws["A1"].borderws["A1"].alignmentws["A1"].number_format
Coordinates¶
cell.coordinatecell.rowcell.column
Value mapping¶
WolfXL maps common Python values to native payload types:
None-> blankbool-> booleanint/float-> numberdate/datetime-> date/datetimestrstarting with=-> formula- other values -> string via
str(value)