header_rows_count属性

header_rows_count属性

扩展工作表中要重复的标题行数。

注意事项

此属性指定的标题行将被复制到这些扩展工作表中。 此属性仅当 TxtLoadOptions.extend_to_next_sheet 为真时才生效。

定义:

@property
def header_rows_count(self):
    ...
@header_rows_count.setter
def header_rows_count(self, value):
    ...

也可以看看