How to Create a CSV File in Excel

“create a csv file in excel” comes up constantly, so this page leads with the exact answer, gives you a tool to try it on your own numbers, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

In Excel: use File ▸ Save As (or Save a Copy), pick "CSV UTF-8 (Comma delimited) (*.csv)" as the file type, and save — only the ACTIVE worksheet is exported, and formulas are replaced by their current values.

ƒxExcel to CSV ConverterLive
Converted

Choose a .xlsx file — the first worksheet is converted.

Runs entirely in your browser — your data never leaves this page.
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

CSV is plain text: one row per line, cells separated by a delimiter. Saving as CSV therefore throws away everything that is not a value — formatting, formulas, charts, extra sheets, and data types. That is usually the point (maximum compatibility), but it means the conversion is one-way: keep the original .xlsx if you still need the workbook features. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. Treat “create a csv file in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected cells shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a data step that keeps your analysis trustworthy into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

A workbook has the active sheet Orders with 200 rows and a Pivot sheet. Saving as CSV UTF-8 produces orders.csv with exactly the 200 rows of Orders as text — the pivot sheet, the currency formatting, and the =SUM() row all disappear; the SUM cell contains its last calculated number instead. CSV is the lingua franca of data import — CRMs, banks, databases, and scripts all accept it. Exporting cleanly (UTF-8, right delimiter) avoids broken umlauts and shifted columns on the receiving side. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. If you take one thing from this page on “create a csv file in excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

Common mistakes

  • Picking the legacy "CSV (Comma delimited)" instead of CSV UTF-8, which mangles ä, é, and other non-ASCII characters.
  • Expecting all sheets in the file — CSV holds exactly one.
  • Re-opening the CSV and being surprised formulas are gone; they were exported as values.
  • Leading zeros (007) lost when the CSV is re-opened in Excel — import the column as text instead.

Frequently asked questions

Why does my exported CSV show semicolons instead of commas?

Excel uses your system list separator. On many European locales that is ";". The converter above lets you pick comma, semicolon, or tab explicitly.

How do I export every sheet of the workbook?

Save each sheet separately (CSV is single-sheet), or use a script/Power Query to batch-export.

Why do my dates look like numbers (e.g. 45443) in the CSV?

Date cells store serial numbers; some exports emit the raw serial. Use our date serial converter, or format the column as text dates before exporting.

Other ways people ask this

On the way here you may have searched this as “how do i create a csv file in excel”, “how to make csv file in excel”, “how do you create a csv file in excel” and “create csv file in excel” — it is all the same task, and this page is the single, complete answer to it.

This guide also answers

  • how do i create a csv file from excel

Why do people search for this in so many different ways?

Because the same task has many names. “how do i create a csv file in excel”, “how to make csv file in excel”, “how do you create a csv file in excel” all point at the one operation explained on this page, which is why they all lead here.