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.
The issue is due to older version install of openoffice on centos server, after installing the updated version of openoffice, it is working fine.