AnyFormat

00 XLS → PDF

XLS to PDF

The 1997 workbook format, read here and put on a page.

Drop files or a folder here

or choose from your device · paste with ⌘V / Ctrl+V

.xls

03Options 8

Leave as “all” for every sheet, each starting on a new page, or name one exactly as it appears in Excel.

72 points is an inch. 56 is about 2 cm, which is a normal book margin.

1.45 is comfortable for continuous reading. 1.15 is tighter; 2 is double-spaced.

  • No upload The conversion runs in this tab. Your file never travels — not to us, and not to the advertising.
  • No sign-up, no email, no daily cap There is no account system to sign up to.
  • No size limit we invented Only your device's memory — about ~2 GB on a desktop browser, ~400 MB on a phone.
  • Turn your Wi-Fi off and convert anyway The conversion needs nothing but this page. Ads will not load without a connection; your file will still convert. That is the whole claim, and it takes five seconds to check.

Reads the old binary .xls format — the one Excel used from 1997 to 2007 — and lays it out as a PDF. These files usually turn up because something old produced them: an accounting package, a bank export, a government form.

Why you still have .xls files

The binary format was replaced by .xlsx in 2007, but it never went away. Banks, payroll systems, government portals and older accounting software still export it, because it was the interchange format for a decade and everything can read it.

Reading it is a different job from reading a .xlsx: the old file is an OLE compound document containing BIFF records rather than a ZIP of XML. Both are handled here, and the format is detected from the file's own bytes — so a .xls that is really a .xlsx, or the other way round, still converts.

A spreadsheet is not a page

This is the part every converter glosses over. Excel does not store pages — it stores a grid — and turning a grid into pages is a series of decisions. That is why Excel itself asks you about print areas, scaling, page order and repeated header rows before it will print.

Here those decisions are made the predictable way: every row, in order, in equal-width columns, each cell wrapped rather than cropped. Sheets start on a new page and are labelled. Nothing is cut off, and nothing is silently dropped.

What does not come across: colours, fonts, borders, cell shading, conditional formatting, merged cells, frozen panes, charts, images and comments. Those are presentation, and reproducing them means reimplementing Excel's renderer. What you get is the content, set out as a readable table.

Formulas, and the value you actually get

A workbook stores two things for every calculated cell: the formula, and the value Excel last worked out for it. The PDF gets the value, because a PDF has nowhere to put a formula.

Almost always that is what you want. The exception is a workbook edited by something that did not recalculate before saving — some export tools, and some scripts — where the stored value can be stale. If a number looks wrong, open the file in Excel, let it recalculate, and save again.

Dates come across as they are formatted in the sheet, not as the underlying serial numbers, so a cell showing 2024-03-01 does not become 45352.

Latin script only, and why

PDF has fourteen built-in fonts that every reader already has, and they cover WinAnsi — Latin letters, accented European characters, curly quotes, the euro and pound signs. Nothing else.

Writing Chinese, Japanese, Korean, Arabic, Hebrew, Thai, Devanagari or Cyrillic means embedding a font that contains those glyphs, and a font with usable CJK coverage is several megabytes. Downloading that on the chance a visitor needs it is not a reasonable trade for a page that mostly converts English.

So instead of producing a document full of blank boxes, unencodable characters become a question mark and the conversion tells you exactly how many were affected and which script they belonged to. If your text is in one of those scripts, this is the wrong tool and you should use a desktop converter — that is a more useful answer than a broken file.

Other names for this

Also searched as “excel 97 to pdf”, “old excel to pdf”, “xls to pdf converter”.

Questions

Is my file uploaded?
No. The PDF is built in this tab and handed to you as a download. That matters here more than most places: the documents people convert to PDF are contracts, CVs, medical letters and manuscripts.
What is the difference from .xlsx?
The old .xls is a binary OLE compound file; .xlsx is a ZIP of XML. Both hold sheets, values and formulas, and both are read here. If you have a choice, .xlsx is the better format to keep.
What happens to formulas?
The values Excel last stored are used, which is what a PDF can hold.
Will the formatting be preserved?
No — colours, borders and fonts are not carried over. This puts the content on the page as a readable table.
Can I convert several files at once?
Yes. Drop as many as you like, or a whole folder. Each becomes its own PDF keeping its original name.