check_excel_restriction属性
check_excel_restriction属性
当用户修改单元格相关对象时是否检查Excel文件的限制。 例如,excel不允许输入长度超过32K的字符串值。 当您输入的值超过 32K 时,它将被截断。
定义:
@property
def check_excel_restriction(self):
...
@check_excel_restriction.setter
def check_excel_restriction(self, value):
...