100% Free In-browser Instant

Bank Statement Converter

Convert bank statement PDFs or scanned images into structured Excel, CSV or JSON. Transactions extracted automatically — no uploads, no signup.

Drop your bank statement here or click to browse

PDF, JPG, PNG, WebP • One file at a time

Accepts: PDF JPG PNG
Exports: CSV Excel JSON
No file? Try a sample statement:
Never uploaded·How to use this tool

Convert your statement in 3 steps

1

Upload your statement

Drop your bank statement PDF or image file. Digital PDFs give the best results for automatic parsing.

2

Review transactions

Transactions are detected and shown in an editable table. Click any cell to correct data if needed.

3

Export your data

Download as Excel (.xlsx), CSV, or JSON. Ready for accounting software, spreadsheets, or your own analysis.

Bank data out of PDF, into CSV

Extract transaction data from PDF bank statements. Date, description, amount, balance — structured as CSV for Excel, Google Sheets, or any accounting tool.

100% Private
Files never uploaded
Always Free
No account needed
Instant Results
No upload wait time
No Limits
Batch process freely
Feature JustDownSize Others
Price Always free Paid plans
File uploads Never uploaded Sent to server
Daily limit Unlimited 5–20/day free
Account needed No signup Registration
Watermarks None, ever On free tier

Convert Bank Statements to Editable Formats

PDF Bank Statement Parsing

Extracts transaction data from PDF bank statements. Reads table structures from common bank PDF formats and identifies date, description, and amount columns.

CSV Export

Outputs transactions as a CSV file compatible with Excel, Google Sheets, accounting software, and expense management tools. Headers match standard transaction format: date, description, amount, balance.

Transaction Categorization

Attempts automatic categorization of transactions by merchant name patterns. Groups transactions by category for quick expense overview.

Privacy-First Processing

Bank statement parsing runs in your browser. Your financial data never uploads to a server — statements are read and processed locally.

Date Range Filtering

Filter exported transactions to a specific date range. Export only the transactions relevant to a tax period, quarter, or custom range.

Instant CSV Download

Download the transaction CSV immediately after parsing. Import directly into any spreadsheet application.

Who Uses Bank Statement Conversion

Personal Tax Preparation

Individuals tracking deductible expenses for annual tax returns need transaction data in a format their accountant can work with. Exporting bank statement transactions to CSV eliminates manual data entry into spreadsheets.

Freelancer and Contractor Accounting

Self-employed professionals categorizing business expenses from personal bank statements use CSV exports to import into FreshBooks, Wave, or QuickBooks without manual entry.

Expense Claim Processing

Employees submitting expense claims from business travel or client entertainment need transaction data matched against receipts. CSV bank statement data provides a verifiable source for the expense claim.

Small Business Cash Flow Tracking

Small business owners without an accounting system import bank statement CSVs into Google Sheets or Excel to track cash flow, categorize spending, and prepare management accounts without an accountant.

Frequently asked questions

Yes. Everything runs entirely in your browser using PDF.js and client-side JavaScript. Your PDF or image is never uploaded to any server. All processing happens locally on your device.

The tool uses pattern matching to detect standard transaction formats (date, description, amount, balance) and works with most major banks' digital PDF statements. Best results with digital (text-based) PDFs rather than scanned images.

Some bank PDFs use non-standard layouts or security restrictions that prevent text extraction. In those cases, try re-saving or printing the statement to a new PDF. The tool works best with digital (selectable text) PDFs.

Yes. Click any cell in the table to edit its content. Your edits are reflected immediately and included in the exported Excel/CSV/JSON file.

You can export as Excel (.xlsx), CSV (comma-separated), or JSON. Excel and CSV can be opened in Google Sheets, Microsoft Excel, or LibreOffice Calc. JSON is useful for developers or importing into other apps.

Bank Statement to Excel Converter: Get Transaction Data Out of PDFs

Accountants charge by the hour. Accounting software charges by the month. If all you need is to get the transaction list out of a PDF bank statement and into a spreadsheet — to reconcile, to budget, or to hand to a bookkeeper — paying for either one to handle that single step is a lot. This tool reads the PDF, identifies the transactions, and exports them to Excel or CSV, running entirely in your browser. Your bank statement never touches a server.

PDF.js extracts the text from your statement file. A pattern-matching parser finds the transaction rows. SheetJS writes the .xlsx file. The whole process takes a few seconds. Nothing is uploaded, logged, or retained after you close the tab.

Why bank statement PDFs are genuinely difficult to parse

PDF is a page description format, not a data format. Text inside a PDF isn't stored in rows and columns — it's stored as individual positioned strings scattered across a coordinate grid. When you select and copy text from a PDF and paste it into a text editor, the result often looks like random fragments in the wrong order. That's not a rendering bug; it's how the format works.

PDF.js reads those positioned text strings and reconstructs lines based on their y-coordinates. Once lines are identified, the parser looks for patterns characteristic of bank statement rows: a date (DD/MM/YYYY or MM/DD/YYYY), a description string, and one or more numeric amounts. Different banks format their statements differently, which is why the parser is configurable — you can adjust which columns are identified as debits vs credits vs balance if the auto-detection gets a particular layout wrong.

Which bank statements work

The tool works on text-based PDFs — the kind your bank generates when you download a statement from their web portal. Most major banks produce text-based PDFs: HSBC, Barclays, NatWest, Lloyds, Chase, Bank of America, Wells Fargo, TD, and ANZ all produce statements the parser handles well in testing. Most UK, US, Australian, and Canadian digital banking portals fall into this category.

Scanned image PDFs are the exception. They look like PDFs but contain no extractable text — they're photos of paper pages saved as PDF containers. The parser can't extract data from these. You'd need OCR software (ABBYY FineReader, Adobe Acrobat Pro, or a dedicated OCR service) to convert the scanned image to searchable text first. The tool is honest about this: if PDF.js can't find text content, you'll see an explanation rather than silently wrong data.

Older credit union statements, some regional bank PDFs from before 2015, and any statement that was scanned from paper rather than generated digitally will likely fall into the unsupported category. If you can search text inside the PDF (Ctrl+F in any PDF viewer finds text), the parser should work on it.

Importing into accounting software

The exported CSV works directly with QuickBooks Online's bank import feature: Banking → Upload transactions → upload the CSV → map the Date, Description, and Amount columns. Xero's bank statement import accepts the same format under Accounting → Bank Accounts → Import a Statement. Wave Accounting expects four columns: Date, Description, Debit, Credit — check that your column mapping matches before importing.

For Google Sheets, import via File → Import. Dates come in as strings in most cases — use =DATEVALUE() or the Data → Split Text to Columns feature to convert them to date values if you need date-based filtering or formulas. Excel opens the .xlsx file directly with no import step; amounts come through as numbers so formulas work on them immediately.

What you'd actually use this for

Tax preparation is the most common reason people need bank statements in spreadsheet form. Filtering by keyword to find all software subscription charges, or summing all payments to a specific vendor, takes seconds in Excel and would take 20 minutes scrolling through PDF pages. For self-employed people categorising business expenses, having the raw transaction data in a spreadsheet means adding a Category column and classifying in bulk is practical.

Bookkeepers use it to pull client statements into a working file before reconciliation. Small business owners use it to verify bank reconciliations before sending books to their accountant, to find duplicate charges, and to compare actual spending against budget projections. Mortgage applicants needing to prove 3 months of income and outgoings sometimes need to reformat statement data into a consistent layout for submission — this handles that in minutes.

Personal finance tracking is another fit: if you use a spreadsheet budget rather than an app like Monzo or YNAB, importing your statement each month means you don't have to type transactions manually. Add a category column, copy the formula down, and your monthly categorisation is done.

Check the output before you rely on it

The parser is pattern-based. It works well when statement layout is consistent across pages, but some statements change column positions mid-document — for example, when a page break splits a long merchant description across two lines. That can cause a transaction to parse with the wrong amount or get skipped. Always spot-check the extracted table against the original PDF before using the data for anything requiring precision. The tool shows you the data before export so you can catch column-mapping errors first.

For statements that contain images alongside transactions — graphs, logos, promotional sections — those elements are ignored. The parser only processes text content. Transactions that appear only inside embedded images (some older PDF formats render transaction text as image data) won't be captured.

After converting your statement data, if you need to share pages visually or compress PDF-derived screenshots for email, the image compressor reduces file sizes significantly. If your bank sends statements as images rather than PDFs, the Word to PNG tool can help convert documents shared in other formats.