gpt4 book ai didi

python - xlwt 限制行数

转载 作者:太空狗 更新时间:2023-10-29 17:57:22 25 4
gpt4 key购买 nike

当我运行 python 工具通过读取 xml 文件创建 xls 文件时,出现以下错误。我该如何解决?

ValueError: row index (65536) not an int in range(65536)
File "D:\Zipfiles\Script_try.py", line 82, in _execute_test
self.parser = parser()
File "D:\Zipfiles\Script_try.py", line 216, in __init__
self._xml_parser()
File "D:\Zipfiles\Script_try.py", line 306, in _xml_parser
sheet1.write(row,1,[test_x.attrib['name']],centr)
File "C:\Python26\lib\site-packages\xlwt\Worksheet.py", line 1030, in write
self.row(r).write(c, label, style)
File "C:\Python26\lib\site-packages\xlwt\Worksheet.py", line 1078, in row
self.__rows[indx] = self.Row(indx, self)
File "C:\Python26\lib\site-packages\xlwt\Row.py", line 42, in __init__
raise ValueError("row index (%r) not an int in range(65536)" % rowx)
ValueError: row index (65536) not an int in range(65536)

最佳答案

.xls 文件中的最大行数为 65536。请改用 .xlsx 或其他允许更多行的格式。

关于python - xlwt 限制行数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17879805/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com