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.