Turn .xlsx, .xls or .csv spreadsheets into PDF tables — one section per sheet.
or click to browse your computer
Accepted: XLSX, XLS, CSV · Files stay on your device
Drop your spreadsheet.
Sheets are rendered as HTML tables.
Download the PDF.
Spreadsheets are unbounded grids; PDF pages are not. Converting means choosing what fits, which is why almost every Excel-to-PDF frustration is really a column-width problem.
The workbook is parsed with SheetJS, each sheet is rendered as an HTML table with its cell values, and the tables are paginated into the PDF. Values are exported as displayed, not as formulas.
Charts, conditional formatting, pivot tables and macros are Excel-specific rendering features and do not survive; what you get is the data, cleanly laid out.