Drop in a .csv file exported from Excel, Numbers, or any database tool, and get back a CSV that Anki's importer understands immediately.
Most vocabulary lists, term banks, and study exports start life as a CSV file — a comma-separated table with one row per fact. Anki can technically import raw CSV already, but real-world exports are messy: extra columns, blank rows, inconsistent spacing, and header names that don't match Anki's expectations. SheetToAnki reads your CSV, lets you pick exactly which column becomes the front and back of each card, and cleans up the formatting before you ever open Anki.
Any standard comma-separated file with a header row works, including files that use semicolons or tabs as a separator — the parser detects the delimiter automatically. A simple two-column example:
| Question | Answer |
|---|---|
| Capital of France | Paris |
| H2O is the formula for | Water |
sheet-to-anki.csv and import it with Anki's File → Import.