Sending a quote to a client
Convert the xlsx to PDF so the reader sees the same column widths and merged title you do, and cannot alter the numbers.
Guide
Excel to PDF prints a spreadsheet as a PDF that is easy to pass around: it reads the cell text, column widths and merged-cell information of every worksheet, redraws the table with grid lines in the browser, and cuts the result to the page. The key option is “Fit to one page wide” — squeeze any number of columns into a single page width (the text shrinks as columns pile up, so landscape helps) — or “Original scale” to output at 100%, where an over-wide table paginates downwards first and then to the right.
Updated 2026-09-094 min read
Excel to PDF prints a spreadsheet as a PDF that is easy to pass around: it reads the cell text, column widths and merged-cell information of every worksheet, redraws the table with grid lines in the browser, and cuts the result to the page. The key option is “Fit to one page wide” — squeeze any number of columns into a single page width (the text shrinks as columns pile up, so landscape helps) — or “Original scale” to output at 100%, where an over-wide table paginates downwards first and then to the right.
It forms a pair with “Excel Converter”: that tool handles CSV, JSON, Markdown and the rest, while this one only makes PDFs. Getting table data back out of a PDF is the opposite direction, in “PDF to Excel”.
<original-name>.pdf with the total page count reported.| Input | Output | Notes |
|---|---|---|
inventory.xlsx, an 18-column table, landscape + fit to one page wide |
All 18 columns on every page, with the font scaled down | Landscape first when there are many columns |
| The same table on “Original scale” | Rows paginate downwards first, then the columns that overflow to the right start a new page | Reading order: down, then right |
quote.xlsx with a merged title cell |
The title spans its columns and numeric columns are right-aligned | Merge information comes from the file's !merges |
Convert the xlsx to PDF so the reader sees the same column widths and merged title you do, and cannot alter the numbers.
For a table with dozens of columns, choose landscape plus “Fit to one page wide” and every page shows a complete row.
Drag in a CSV exported by a program and get a ruled PDF, without laying it out in Excel first.
Switch to landscape first; it buys about 40% more width. If that is still too small, use “Original scale”, where the table is paginated at 100%, downwards first and then to the right.
The tool reads text, column widths and merge information only, and draws everything with uniform grey grid lines — fills and custom borders are not reproduced. For an exact match, use “Export to PDF” inside Excel.
No, the pages are high-resolution bitmaps. For a table PDF with selectable text, the export built into Office is currently the only option.
The spreadsheet is parsed, rendered and turned into a PDF in the browser, and its content is never uploaded to any server; the data leaves memory when the page is closed.
Updated 2026-09-09
Spreadsheet to PDF keeping column widths and merged cells; choose sheets, orientation and fit-to-width
Supports xlsx / xls / csv; keeps column widths and merged cells and outputs a PDF with grid lines