en

SQLite to Excel

Convert a SQLite database to an Excel workbook locally - one table per sheet, no upload.

Running locally on your device ...

Running locally on your device ...

0%

Is my file uploaded?

No. Everything runs in your browser - your file never leaves your device. How this is verifiable

No upload100% local
Your content stays with youno third-party access
Hosted in GermanyGlobal Content Delivery
Independently auditedTLS A+ · HTTP headers A+

Business teams without direct database access often simply want to open a SQLite database in Excel, check it, filter it and sort it - without writing SQL. An Excel workbook with one sheet per table makes exactly that possible.

This tool opens the file entirely locally in the browser (sql.js, WebAssembly SQLite), reads every user table via SQL and builds a real .xlsx workbook (SheetJS) - one table becomes one sheet, named after the table. Numbers stay real Excel numbers that can be sorted, filtered and summed immediately.

Nothing is uploaded - unlike web services that send an entire database to a server. The conversion even works offline after the first load.

Specifications

Specifications
Input formatsSQLITE, DB, DB3, SQLITE3
Output formatXLSX
Batch processingNo
ProcessingLocally in your browser (WebAssembly)
File uploadNone

In 3 steps

  1. Drop or pick your SQLite file.
  2. The tool reads each table locally via SQL.
  3. Download the .xlsx file.

Limitations: One table becomes one sheet, named accordingly (truncated to 31 characters, Excel’s limit). Only real tables are read, no views. BLOB columns are placed as base64 text in the cell. No cell formatting, charts or formulas from the database (SQLite has none of those anyway). Encrypted SQLite files are not supported.

FAQ

Is my database uploaded?

No. It is opened locally in the browser and written into the workbook.

Do I get one sheet per table?

Yes, each table becomes its own sheet, named after it.

Do numbers stay real numbers?

Yes, INTEGER and REAL columns are written as real Excel number cells.

Does the file also open in LibreOffice?

Yes, it is a standards-compliant .xlsx.

Can I get CSV or JSON instead?

Yes, with the "SQLite to CSV" and "SQLite to JSON" tools.

Related tools

SQLite to CSV · SQLite to JSON · DBF to CSV · XLSX to JSON · JSON to Excel · XLSX to HTML