header_rows_count属性
header_rows_count属性
扩展工作表重复的标题行数。
评论
对于这些扩展工作表,将重复此属性指定的标题行。
该属性仅在 TxtLoadOptions.extend_to_next_sheet
为 true 时生效。
定义:
@property
def header_rows_count(self):
...
@header_rows_count.setter
def header_rows_count(self, value):
...