Back to Blog

How to Convert Image to Excel With OCR

May 18, 2026 6 min read Image Tools
How to convert image to Excel with OCR

A photo of a table is not a table. Until OCR makes it one. Here is how to turn any phone snap, screenshot or scan into a real Excel spreadsheet — in your browser, without uploading anything.

What "image to Excel" actually does

Two things have to happen: the words in the picture have to be read (OCR), and those words have to be placed into the right row and column of a spreadsheet. The first part — OCR — has improved dramatically in the last few years, and tools like Tesseract are now good enough to run inside a browser tab. The second part — table reconstruction — uses the bounding box of every recognised word to cluster them into rows by vertical position and columns by horizontal position. That is the same approach Camelot and img2table use under the hood, just running locally in JavaScript.

For a clean screenshot of a dashboard, this works almost flawlessly. For a phone photo of a printed receipt taken in good light, expect to fix one or two cells. For a glare-heavy, angled photo of a faded printout, expect to fix more — but you still save the time of retyping the whole table.

Step-by-step

Open Easy Press Pro's Image to Excel tool. Everything runs in your browser.

Step 1 — Take or choose the image

Supported formats: PNG, JPG, JPEG, WebP. iPhone HEIC photos need to be converted to JPG first using HEIC to JPG — both tools are free and browser-based.

Step 2 — Upload and let OCR run

Drop the image. The first time the tool runs OCR, your browser downloads a small (~10 MB) Tesseract language pack and caches it. Every subsequent run is fast. For a 1500×1000 photo, OCR typically finishes in 5–15 seconds.

Step 3 — Review the detected table

Every cell shows up in an editable preview grid. Click any cell to fix typos, merge two values into one, or correct an OCR mistake. Numbers, currency symbols and percentages are detected automatically and saved as numeric cells.

Step 4 — Download as XLSX or CSV

XLSX is the native Excel format with full number formatting. CSV is universal text — perfect for importing into databases, Google Sheets, or analytics tools. Either way, the file downloads instantly without any server roundtrip.

Try the Image to Excel converter

Free, browser-based, OCR included. Works on phone photos, screenshots and scans.

Open Image to Excel

How to get the best OCR accuracy

Real-world use cases

Limits to know about

OCR is not magic. Handwriting is unreliable. Tables stylised inside infographics with overlapping graphics are hard. Languages other than English need a different language pack. And for the same reason that compression is asymmetric — easy to do, hard to undo — a printed table photographed at a steep angle on a bad day will require more cleanup than a clean screenshot.

For those edge cases the editable preview is your friend. The point of this workflow is not "click and forget" — it is "click, glance, fix the bits OCR missed, done in 30 seconds." That is still vastly faster than typing a 20-row table by hand.

Source is a PDF, not an image?

Use PDF to Excel instead — same engine, tuned for PDF input. For text-based PDFs it skips OCR entirely and uses the document's own coordinates, which is faster and more accurate.

Frequently asked questions

Common questions about converting images to Excel.

Which image formats can I convert?

PNG, JPG, JPEG and WebP. For iPhone HEIC photos, convert to JPG first using our HEIC to JPG tool.

How accurate is OCR from a phone photo?

For a well-lit, straight-on photo at 1500+ pixels wide, expect 90%+ of cells correct. The editable preview is there to fix the few cells OCR misreads. Accuracy drops on dark, angled or blurry photos.

Does the image get uploaded anywhere?

No. OCR and conversion run locally in your browser using Tesseract.js. The image never leaves your device. You can disable your internet after the page has loaded and the tool still works.

Can I convert handwritten tables?

OCR engines struggle with handwriting. Printed text gives reliable results; handwritten tables typically need significant manual cleanup in the editable preview before downloading.

Will numbers come out as numbers?

Yes. Numbers, currency values (with $, £, €, ¥, ₹) and percentages are detected and saved as numeric cells in Excel, ready for calculations and pivots.

What about screenshots of digital tables?

Screenshots of web pages, software UIs and digital dashboards are the easiest case for OCR — high resolution, clean text, straight columns. You can expect very high accuracy on these inputs.

Does it work on mobile?

Yes. The tool runs on any modern mobile browser. Take a photo, upload directly from your phone, edit cells in the preview, download the spreadsheet — all on the phone.