1
ch2 Mar 19, 2021
非常正常,它导出就这样慢
|
3
simple2025 Mar 19, 2021
@mybdye py 就是这么慢呀,我当初用 openpyxl 导出一 W 条数据直接几分钟
|
4
Vegetable Mar 19, 2021
尝试使用 writeonly 模式吧
https://openpyxl.readthedocs.io/en/latest/optimized.html#write-only-mode |
6
BeautifulSoap Mar 19, 2021
你既然不是要做成网络服务供一堆人用的话,那就转投 xlwings,让速度飞起来
|
7
mybdye OP @BeautifulSoap #6 研究了下,对于目前的需求还是 xlwings 香
![]() |
8
simple2025 Mar 20, 2021
xlwings 最多可以多少行,10W 行数据可以吗?如果可以的话,我也换 xlwings 了
|