SQL Converter

የመስመር ላይ SQL መቀየሪያ

CREATE TABLE + INSERT መግለጫዎችን ለጥፉ፣ ዳታውን በመስመር ውስጥ ያርትዑ፣ ከዚያም ለመክፈት ዝግጁ የሆነ.xlsx ፋይል ያውርዱ። ሁሉም ትንተና በአሳሽዎ ውስጥ ይከናወናል — SQLዎ ከመሳሪያዎ አይወጣም።

MySQL, PostgreSQL እና SQLite CREATE TABLE / INSERT ሁሉም በትክክል ይተነተናሉ። መለያዎች በ backticks, ድርብ ጥቅሶች ወይም ካሬ ቅንፎች ውስጥ ሊጠቃለሉ ይችላሉ። ባለብዙ ረድፍ INSERT (VALUES (...), (...), (...)) ይደገፋል።

አይደለም። ትንተና እና.xlsx ማመንጨት ሁለቱም በሙሉ በአሳሽዎ ውስጥ በ JavaScript በኩል ይከናወናሉ። የተገኘው ፋይል በቀጥታ ወደ መሳሪያዎ ይቀመጣል።

SQL በመጠበቅ ላይ

ለምን SQL መቀየሪያ?

ፈጣን፣ የግል፣ ዜሮ መጫን — SQL ዳምፖችን ወደ ዝግጁ የExcel የስራ ደብተር ይለውጡ።

የብዙ ሠንጠረዥ ድጋፍ

በ CREATE TABLE / INSERT ዒላማ ሠንጠረዥ አንድ ሉህ። የዓምድ ስሞች ከ CREATE TABLE ይመጣሉ፣ ወይም ከ INSERT ዓምድ ዝርዝር ይገመታሉ።

እውነተኛ የExcel ቅርጸት

እውነተኛ Office Open XML.xlsx ፋይል ያመነጫል። በ Excel, Numbers, LibreOffice እና Google Sheets በጥሩ ሁኔታ ይከፈታል።

በንድፍ ግላዊነት

ሁሉም ትንተና እና የስራ ደብተር ማመንጨት በአሳሽዎ ውስጥ ይከናወናል። SQLዎ ወደ ሰርቨሮቻችን አልተላከም።

ጥብቅ የአይነት ጥበቃ

ቁጥሮች እንደ ቁጥር ይቀራሉ (በቀኝ የተደረደሩ)፣ booleans እንደ booleans ይቀራሉ፣ NULL ባዶ ይቀራል፣ ሕብረ-ቁምፊዎች እንደ ጽሑፍ ይቀራሉ። ወደ ቀናት የሚደረግ ዝምተኛ ለውጥ የለም።

ብዙ ቀበሌኛዎች

MySQL, PostgreSQL እና SQLite አገባብ ይረዳል: backticks, ድርብ ጥቅስ ያሉ መለያዎች, የተገላገሉ ሕብረ-ቁምፊዎች, ባለብዙ ረድፍ INSERT።

በመስመር ውስጥ ማርትዕ

ከመውረዱ በፊት ዳታን ለማርትዕ በማንኛውም ሴል ላይ ጠቅ ያድርጉ። ረድፎችን እና ዓምዶችን ይጨምሩ ወይም ይሰርዙ፣ ርዕሶችን ይቀይሩ፣ እና ባዶ ረድፎችን ያስወግዱ — ሁሉም በአሳሽዎ ውስጥ።

How SQL → Excel conversion works

Parse INSERT statements client-side, build a real.xlsx file in your browser.

  1. 1

    Paste a SQL dump

    Paste any combination of CREATE TABLE and INSERT INTO statements from MySQL, PostgreSQL, or SQLite dumps. Our parser handles multi-row inserts, escaped quotes, NULL values, dates, numerics, and binary BLOBs (rendered as Base64 strings).

  2. 2

    Inline editing

    Once parsed, the data appears in a spreadsheet-style grid. Edit any cell, add or delete rows, rename columns. Changes are kept in browser memory — no server round-trip per edit, no "saving..." delay.

  3. 3

    Build the.xlsx file

    When you click download, we use SheetJS (xlsx.js) to construct an Office Open XML .xlsx file directly in JavaScript. Each table becomes a separate worksheet. The file is bit-identical to one Excel itself would produce.

  4. 4

    Download to your machine

    The Blob is saved via a virtual <a download> click. Open it in Excel, Google Sheets, Numbers — anything that reads.xlsx. The data path was: SQL paste → JS memory →.xlsx Blob → download. No server, no log, no upload.

Common SQL → Excel needs

When you need data in a spreadsheet, fast.

Customer-facing exports

A non-technical colleague needs the latest customer list as an Excel file. Run your SQL query, paste the results, get an.xlsx. No need to build an export feature, no compliance review for sending the data through a third-party tool.

Local backup inspection

Open a mysqldump file from a backup, find the relevant tables, see their content as readable rows. Often easier than spinning up a sandbox database.

Data migrations

Move a small table from one system to another by routing through.xlsx. Edit the data on the way (rename columns, add fields, fix typos) before re-importing.

Investigating production issues

Engineer pastes a customer's row from the database into the tool to debug a reported issue, with the data never leaving their laptop. The customer's row was sensitive — making sure it stays sensitive matters.

Why SQL data demands privacy

Database dumps usually contain real customer information — names, emails, addresses, sometimes hashed passwords or financial data. Most online SQL converters ask you to upload the file, which is exactly the wrong thing to do with PII. iKit parses everything in your browser, so the data never leaves your machine.

  • Parses MySQL, PostgreSQL, and SQLite dumps in pure JavaScript.
  • Generates the.xlsx file client-side via SheetJS.
  • Suitable for production data and PII — nothing is uploaded.

ተዛማጅ መመሪያዎች

ከ iKit ብሎግ ጥልቅ ትምህርቶች እና የመሳሪያ ንፅፅሮች።

ተደጋጋሚ ጥያቄዎች

የትኛው SQL ቀበሌኛ ይደገፋል?

MySQL, PostgreSQL እና SQLite CREATE TABLE / INSERT ሁሉም በትክክል ይተነተናሉ። መለያዎች በ backticks, ድርብ ጥቅሶች ወይም ካሬ ቅንፎች ውስጥ ሊጠቃለሉ ይችላሉ። ባለብዙ ረድፍ INSERT (VALUES (...), (...), (...)) ይደገፋል።

SQLዬ ወደ የትኛውም ቦታ ይጫናል?

አይደለም። ትንተና እና.xlsx ማመንጨት ሁለቱም በሙሉ በአሳሽዎ ውስጥ በ JavaScript በኩል ይከናወናሉ። የተገኘው ፋይል በቀጥታ ወደ መሳሪያዎ ይቀመጣል።

የመጠን ገደብ ምንድን ነው?

ምንም ጠንካራ የሰርቨር ጎን ገደብ የለም። በተግባር፣ ዘመናዊ አሳሾች በምቾት በአስር ሺዎች የሚቆጠሩ ረድፎችን ያስተናግዳሉ። ለብዙ ሜጋባይት ዳምፖች የCLI መሳሪያ አብዛኛውን ጊዜ ፈጣን ነው።

CREATE TABLE ብቻ፣ ወይም INSERT ብቻ ማካተት እችላለሁ?

አዎ። CREATE TABLE ካለ የዓምድ ስሞቹን እንጠቀማለን። INSERT INTO... (col1, col2) VALUES... ብቻ ካለ እነዚያን ዓምድ ስሞች እንጠቀማለን። INSERT የዓምድ ዝርዝር ከሌለው ወደ col1, col2 … እንመለሳለን።

ቀናት እና ታይምስታምፖች የExcel ቀን ሴሎች ይሆናሉ?

አይደለም። እንደ '2024-01-05 10:12:33' ያሉ ታይምስታምፖች የExcel ጠንካራ ራስ-ቀየራን ለማስቀረት እንደ ቀላል ጽሑፍ ይላካሉ። በ Excel ውስጥ፣ ዓምዱን ይምረጡ እና የአገር ውስጥ ዓይነቱን ከፈለጉ Format Cells → Date ይተግብሩ።