put_value method
put_value
Puts a value into the range, if appropriate the value will be converted to other data type and cell’s number format will be reset.
def put_value(self, string_value, is_converted, set_style):
...
Parameter | Type | Description |
---|---|---|
string_value | str | Input value |
is_converted | bool | True: converted to other data type if appropriate. |
set_style | bool | True: set the number format to cell’s style when converting to other data type |
See Also
- module
aspose.cells
- class
UnionRange