4

There is no cute pdf writer. How can i convert excel spreadsheet 2007 to pdf in linux

David Foerster
  • 36,890
  • 56
  • 97
  • 151
rupal
  • 41

2 Answers2

13

You can use Libreoffice Calc (always work on a copy) . Open the file and Export as pdf.

Also you could run from the command line

libreoffice --headless --convert-to pdf *.xlsx
Bruni
  • 11,099
2

Another way is the preinstalled print to file printer, if you selct file print you should see that. Print to file will create a PDF as well. (Basically just like cute PDF)

Chris