CSV to Anki, no add-on.

Copy two columns out of a spreadsheet, paste into QuickCards, get an Anki deck file (.apkg). No field mapping, no encoding gotchas, no add-on.

vocab.csv
A
B
1
term
definition
2
Photosynthesis
Plants convert sunlight to energy
3
Mitosis
Cell divides into two identical cells
4
Osmosis
Water moves across a membrane
5
Ribosome
Synthesizes proteins from mRNA
6
Cytoplasm
Gel-like substance filling a cell
Select two columns. Cmd / Ctrl + C.
Paste
Photosynthesis
Plants convert sunlight to energy
vocab.apkg · double-click into Anki, any client.
Open the tool

Free  ·  No account  ·  No upload  ·  Open source

What you can paste

If it looks like cards, it works.

The parser auto-detects the shape. Pick whatever's already in your clipboard.

CSV
term,definition
café,coffee shop
piña,pineapple
manzana,apple
TSV / spreadsheet copy
term	definition
café	coffee shop
piña	pineapple
manzana	apple
Markdown table
| Term | Definition  |
| ---- | ----------- |
| café | coffee shop |
| piña | pineapple   |
JSON
[
  {"term": "café", "definition": "coffee shop"},
  {"term": "piña", "definition": "pineapple"}
]
Vocab list
café - coffee shop
piña - pineapple
manzana - apple
agua - water
Key = value
café = "coffee shop"
piña = "pineapple"
manzana = "apple"
agua = "water"

Whatever you paste, the output is a standard .apkg. Open it on Anki desktop, AnkiMobile, AnkiDroid, or AnkiWeb.

Try your data.

Paste, see the parsed cards, save the .apkg.

QuickCards is an independent open-source project, not affiliated with Quizlet, Anki, Knowt, or any other product mentioned. All trademarks belong to their respective owners.