Skills/Office to PDF/Spreadsheet to PDF

Spreadsheet to PDF

~1 credits / page (up to 20)

Converts a spreadsheet to PDF using the print and scaling settings saved in the workbook. For the cleanest output, ensure the sheet has fit-to-width or landscape print settings configured before converting; wide sheets without those settings may clip columns.

Use when

You have an XLSX, XLS, ODS, or CSV and want a printable PDF of it.

Not for

Documents, slide decks, or extracting the cell values as data.

Cost

~1 credits / page (up to 20)

0.2 credits per output page. Page count depends on the sheet's print layout, so a wide sheet without fit-to-width settings can clip or sprawl.

Estimated; the actual charge depends on your input and is shown in the response.

What it accepts

Set these inside the intent when you run it.

filerequired

URL of the spreadsheet to convert (XLSX, XLS, ODS, or CSV).

output_nameoptional

Name for the resulting PDF file.

What you get back

A download link to a .pdf file containing the rendered spreadsheet pages.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Office to PDF skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/office-to-pdf/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"spreadsheet","file":"https://example.com/budget.xlsx","output_name":"budget.pdf"}}'

Example requests

  • Convert this Excel spreadsheet to PDF
  • Turn my XLSX budget into a printable PDF
  • I need a PDF of this CSV data table