i want to xls files convert to pdf,special the xls files have multi sheet, use the command line
libreoffice6.2 -env:UserInstallation=file:///$HOME/.libreoffice-headless/ --headless --convert-to pdf /data/shared/xls/沪2022企业3月2.xls --outdir /data/shared/xls
generate pdf file, but there is have a problem, when the number of table rows exceeds 45, the table contents below 45 will be lost, so i want split excel sheet into mulit xls files, but i haven’t found a perfect way to split the excel sheet, keep the original format of the table after splitting