BibTeX to CSV Converter
Free. No signup. Runs in your browser.
Paste .bib and convert it to CSV, ready to open in Excel, Google Sheets, Numbers, or a Pandas DataFrame. Fixed 14-column layout (type, citation_key, title, authors, year, journal_or_booktitle, volume, issue, pages, doi, isbn, issn, publisher, url), UTF-8 with BOM so Excel-on-Windows reads accents correctly, quoted fields escape embedded commas and quotes.
How to convert BibTeX to CSV online
thelatexlab.com/bibtex-to-csv/ for next time..bib
Drop a .bib file using the upload button, or paste the BibTeX text directly. Accent macros (\"a, \'e) decode back to UTF-8 since CSV is plain text. Brace-protected acronyms ({DNA}) lose the braces since CSV has no case-protection mechanism..xlsx file with formatting preserved, use /bibtex-to-excel/ instead. For programmatic structured access, /bibtex-to-json/ preserves more of the original structure..csv file with one header row and one row per entry. The download includes the UTF-8 BOM so Excel-on-Windows reads accents correctly..bib content never leaves the tab. Entries that fail to parse show up inline with the reason so you can fix or drop them without losing the rest of the batch.Where most BibTeX to CSV converters break
type, citation_key, title, authors, year, journal_or_booktitle, volume, issue, pages, doi, isbn, issn, publisher, url. Missing fields are empty rather than absent..xlsx with cell formatting, use /bibtex-to-excel/.Frequently asked questions
That’s the UTF-8 BOM – three bytes (EF BB BF) at the start of the file that tell Excel-on-Windows the file is UTF-8 encoded. Without it, Excel-on-Windows reads CP1252 and turns “Krämer” into “Krämer”. Most text editors hide the BOM transparently; some (vim with default settings, hex viewers) show it as or similar. Pandas, R, Julia, jq, and most modern tools handle it transparently.
Most citation managers don’t accept generic CSV directly – they expect RIS or BibTeX. If your goal is to move entries between citation managers, use /bibtex-to-ris/ instead. CSV is for spreadsheet triage, scripted analysis, or merging with non-bibliographic data (review status, screening decisions, ratings).
Yes. CSV is plain UTF-8 text, so diacritics like Krämer and École come through correctly. Brace-protected acronyms ({DNA}) lose the braces because CSV has no case-protection mechanism.
Three common culprits: (1) the file is actually RIS, EndNote, or NBIB; (2) a missing closing brace – one bad entry blocks the parser at that point; (3) @string macros without definitions. Each failing entry shows up inline with the reason.
Free, no signup. Parsing and writing both run entirely in your browser – the .bib file or pasted text never touches our server, no network call is made. The output exists in your browser session and disappears when you close the tab.
You Have a Word or PDF File. We'll Convert it to Submission-Ready LaTeX.
We convert Word documents and PDFs into clean, submission-ready LaTeX for IEEE, Springer, Elsevier, ACM, arXiv, and more. Equations, tables, citations, and journal templates included. Compiled and tested in Overleaf before delivery.
Reviewed by a real LaTeX specialist.