简体   繁体   English

加快unoconv转换过程

[英]speed up unoconv conversion process

I am converting xlsx file to csv using unoconv in unix. 我正在unix中使用unoconv将xlsx文件转换为csv。 I find it very slow if file is above 20mb. 如果文件大于20mb,我发现它非常慢。 It takes more than 10mins to convert. 转换耗时超过10分钟。 Is there a way to speed it up. 有没有办法加快速度。

command I use is this. 我使用的命令是这个。

unoconv -f csv testfile.xlsx

Dag Wieers, the unoconv developer does answer this question saying that using latest LibreOffice is usually a good idea. unoconv开发人员Dag Wieers确实回答了这个问题,他说使用最新的LibreOffice通常是一个好主意。 Please have a look at this thread 请看看这个线程

https://github.com/dagwieers/unoconv/issues/187 https://github.com/dagwieers/unoconv/issues/187

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 加速这个bash脚本 - Speed up this bash script 讨论与处理速度或空间特别相关的nohup.out的缺点 - To discuss on demerits of nohup.out specially related to process speed or space Drupal 8 JSON迁移过程插件回调。 Unix迄今为止的转换 - Drupal 8 JSON migration process plugin callback. Unix to date conversion 通过书签加快加载外部javascript文件的速度? - Speed up loading external javascript file via a bookmarklet? 在C中加快许多UNIX读/写调用的速度 - Speed up many UNIX read/write calls in C Crontab在ffmpeg中的转换过程结束之前重新启动(取决于时间,假设为2分钟)如何控制它? - Crontab starts again before the process of conversion in ffmpeg ends (depending on time suppose /2 minutes) How to Control that? 如何加速在非常大的单单元 BAM 文件上使用正则表达式的 sed - How to speed-up sed that uses Regex on very large single cell BAM file 从 .csv 文件转换为 .xls 文件时,如何使用 Unoconv 保留数字的前导 0? - How do I preserve the leading 0 of a number using Unoconv when converting from a .csv file to a .xls file? 如何正确地将被杀死的子进程的退出状态传递给Shell? - How to properly pass a killed child process's exit state up to the shell? 如何拆分文件并将它们并行处理然后再缝合? UNIX - How to split files up and process them in parallel and then stitch them back? unix
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM