Spreadsheets are not pages until you say so
An Excel grid can be hundreds of columns wide. A PDF is a stack of fixed pages. XLSX to PDF is really “print this workbook to PDF,” not “squeeze every cell onto one screen.” On ToolPin that print job runs on a temporary server: you upload the .xlsx, the engine uses the workbook’s print settings, and you download a PDF. The tool is free, needs no account, and deletes the files after download.
If you only need data — not a printable view — use XLSX to CSV instead. That tool stays in your browser and never uploads the file. PDF is for sharing a look; CSV is for sharing numbers.
Set print layout before you upload
What you get is what Excel would print. Before converting:
- Set the print area if only a table matters, not the whole sheet of notes.
- Choose portrait or landscape. Wide ledgers almost always need landscape.
- Use scaling carefully. “Fit Sheet on One Page” can shrink an annual P&L into unreadably tiny type. Prefer “Fit All Columns on One Page” and allow extra rows to flow to page 2.
- Turn on repeating header rows (Print Titles) so column names appear on every page.
- Hide columns you do not want in the PDF. Hidden sheets are usually skipped; very hidden sheets and filtered-out rows follow Excel’s print rules.
Gridlines and row headings are off by default in most workbooks. Enable them in Page Layout if the PDF should look like a worksheet rather than a report.
Formulas, values, and what the PDF cannot do
The PDF contains calculated values as they last were in the file — not live formulas. Recalculate and save in Excel before you upload if the workbook depends on external data or volatile functions. Charts, sparklines, and conditional-formatting colours usually flatten into the page. Pivot tables print in their current layout; collapsed groups stay collapsed.
Macros do not run. Password-protected workbooks cannot be converted until you unprotect them locally. Comments and notes may not appear beside cells the way they do on screen; if a comment is essential, put it in a cell.
Multiple sheets become multiple sections of the PDF (or multiple page sequences), depending on how the engine walks the workbook. If you only want one sheet, hide or delete the others in a copy before upload, or set print area on that sheet only.
Privacy and size
Spreadsheets often hold more than you intend to share: salary columns, personal emails, or a “scratch” sheet. Because this conversion is a server upload, copy the workbook, delete sensitive sheets, and convert the copy. ToolPin does not keep the file after the download expires, but you still transmitted it.
Very large workbooks (tens of thousands of rows with heavy formatting) make large PDFs and slow jobs. Filter to the rows you need, or print a summary sheet. Embedded images and high-resolution logos add weight the same way they do in Word.
After you download
Open the PDF at 100% zoom and read the smallest numbers. If type is too small, go back to Excel, reduce scaling, and convert again. If columns are clipped, switch to landscape or hide unused columns.
For data interchange with developers or databases, skip PDF entirely and use the browser-local XLSX to CSV tool. For a PDF that must become a spreadsheet again, expect pain — PDF tables are not a reliable round-trip. Keep the .xlsx as the source of truth.