Excel

Excel to PDF

Visible worksheets convert in workbook order into a single PDF. Hidden sheets are skipped.

The agent runs this

GPT Skills and DeepSeek Harness spawn the local CLI. The file stays on disk.

CLI
jetformat convert workbook.xlsx -o workbook.pdf

Ask: Convert the visible sheets in workbook.xlsx to one PDF.

Works

  • .xlsx visible sheets
  • One PDF per workbook
  • Local CLI

Does not

  • No .xls or .xlsm
  • Hidden sheets are not rendered
  • No reverse Excel export

Give the agent a real converter.

Install the CLI, then the GPT Skill or DeepSeek Harness plugin. The model runs jetformat. The PDF lands on disk.