简体   繁体   中英

`unoconv` not exporting all content of an excel sheet to pdf

I am using this command to convert .XLSX file to PDF. /usr/bin/unoconv -vvv -f pdf -o test.pdf 'somename.xlsx'

So pdf is generating successfully, but when I checked the pdf content, It was missing contents from one sheet.

I am not sure why it is missing content. It will be helpful If someone guide me to troubleshoot.

问题是由于在centos服务器上安装了旧版本的openoffice,安装更新版本的openoffice后,它工作正常。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM