What to Save Excel File As: Formats & Tips
Learn how to choose the right file format when saving Excel workbooks. This guide covers XLSX, XLSM, XLS, CSV, and PDF, macros, sharing, and fidelity for professionals.

To save an Excel workbook, you’ll choose among formats such as XLSX, XLSM, XLS, CSV, and PDF. This guide explains when to use each format, how macros affect the choice, and best practices for archiving, sharing, and preserving data and features. By the end you’ll know the best format for common tasks and how to convert safely.
Why the file format matters
Choosing a file format is your first step in protecting data fidelity and ensuring smooth collaboration. Formats determine whether formulas survive, whether macros run, and how easily others can open the workbook across platforms. For example, XLSX preserves most features but cannot store Visual Basic for Applications without converting to XLSM first. CSV strips formulas, sheets, and formatting, which is fine for data exchange but not for interactive work.
According to XLS Library analysis, many teams save working files as XLSX to keep features intact, while CSV is used when exporting tabular data to other systems. This section explains the core trade-offs so you can decide, per project, which format to pick before you save. The choice isn’t only about readability—it influences version control, backward compatibility, and how other applications interpret your data. If your workbook includes multiple worksheets, charts, or data Validation rules, think about whether you’ll need to preserve those elements in the next step of your process. The format you choose can also impact file size, performance, and recovery in case of corruption, so planning ahead saves headaches later.
Core formats at a glance
-
XLSX: The standard, feature-rich format introduced with modern Excel; supports multiple sheets, formulas, formatting, charts, data validation, and Power Query connectivity. It’s the default for most new workbooks.
-
XLSM: A macro-enabled variant of XLSX; stores VBA macros alongside the data. Use this when your workbook relies on automation or custom functions.
-
XLS: The legacy binary format used by older Excel versions; supports many features but lacks some modern capabilities and larger file sizes. Interoperability with old systems is its main strength.
-
CSV: A plain-text, single-sheet format ideal for data exchange with other programs. It deletes formatting, formulas, and multi-sheet structure, so use CSV when you only need raw data.
-
PDF: A static representation of a worksheet or workbook, suitable for archival or sharing read-only views. It does not support editing within Excel.
-
Other formats: XML Spreadsheet 2003 (.xml) and alternatives exist, but they’re less common in day-to-day workflows. Choosing among these formats depends on your platform, collaborators, and the features you need to retain.
When to use XLSX vs XLSM vs XLS
If your goal is ongoing editing with formulas, charts, and data validation, XLSX is typically the best choice. If your workbook contains macros or automation, you must save as XLSM to preserve functionality. If you work with older systems or compatibility modes, XLS may be necessary, but you’ll lose newer features. Consider also whether you’ll share the file with colleagues who use non-Windows platforms; Excel for Mac and Google Sheets handle formats differently, which can affect fidelity and accessibility. For archiving, professional teams often keep a separate archive in a stable format like XLSX for editing and PDF for final reports to ensure the data view remains consistent over time.
Saving for sharing and compatibility
Public-facing sharing usually favors CSV or PDF depending on the recipient’s needs. If you need to preserve formatting and formulas, share the original XLSX or XLSM and provide a CSV copy as a fallback. Cross-platform compatibility is often the deciding factor; some cloud-based editors may struggle with macros or advanced features in XLSM files. When collaborating, consider versioning and clear naming conventions to avoid confusion between formats. Tools such as cloud storage and version control systems help track changes across format conversions and prevent data drift.
Saving as CSV, TXT, or PDF
CSV is ideal for importing data into databases, data pipelines, or systems that require a simple tabular format. It cannot contain multiple sheets, named ranges, or cell formatting, so use CSV only after removing non-tabular content or saving a separate workbook for complex tasks. TXT files are similar but often used for simple, delimited data; they offer less structure and compatibility than CSV. PDF exports are perfect for distributions or final reports where edits are not expected; when you need to rework the data, revert to an Excel format and keep the source file handy.
Best practices for preserving features
-
Always save a master copy in the native Excel format (XLSX or XLSM) before exporting to other formats. This preserves formulas, macros, and structure for future edits.
-
Check dependent links and external references after saving in a new format; broken links are a common source of errors.
-
Rename files with clear versioning; include the format in the filename when distributing multiple formats to readers.
-
Test the saved file in the target program or platform (e.g., a different computer or a free viewer) to confirm that data and formatting appear as expected.
-
Document your format choice in the workbook or a documented changelog so teammates understand the rationale for future edits.
How to convert formats safely
-
Step 1: Decide the purpose and audience for the file and choose the target format accordingly.
-
Step 2: Use Save As to create a new file and avoid overwriting the original; this preserves a fallback if something goes wrong.
-
Step 3: Inspect key features after saving (formulas, macros, charts, data validation) to ensure they transferred correctly.
-
Step 4: If you convert to CSV, remove formatting, multi-sheet content, and complex features that CSV cannot represent; consider exporting a separate workbook for advanced tasks.
-
Step 5: Save a separate PDF for archival or distribution where editing is not needed, and append a note explaining the conversion.
Tools & Materials
- Excel or compatible spreadsheet app(Ensure version supports the target formats (XLSX/XLSM).)
- Master backup copy(Store in a separate location before conversion.)
- Source workbook(The file you will convert.)
- Target format reference sheet(Optional: maintain a note about chosen format for teammates.)
Steps
Estimated time: 20-25 minutes
- 1
Decide your use-case
Identify whether the file will be edited, shared, or archived, and who will open it. This guides whether you need macros, formatting, or just raw data.
Tip: Define the primary use-case before choosing the format. - 2
Pick the target format
Choose XLSX for general editing; XLSM if macros are needed; CSV for data exchange; PDF for read-only sharing.
Tip: Consider cross-platform accessibility and future editing needs. - 3
Prepare the workbook
Clean up unnecessary sheets, verify formulas, and update any external links so the conversion doesn’t drop important references.
Tip: Make a backup copy before conversion. - 4
Save As to the new format
Open Save As, select the chosen format, and rename the file to indicate the version and format.
Tip: Do not overwrite the original; keep a master file. - 5
Validate the saved file
Open the new file and test formulas, charts, and formatting to confirm everything transferred correctly.
Tip: If something looks off, revert to the original and retry. - 6
Create supporting copies
Save additional copies in other required formats and document the decisions for teammates.
Tip: Maintain a simple changelog or note. - 7
Document your decisions
Add a note to the workbook or team wiki stating the chosen format and why it was chosen.
Tip: This helps future editors understand the rationale.
People Also Ask
What is the default file format in Excel?
The default format for new workbooks in recent Excel versions is XLSX. Older versions used XLS. If macros are involved, save as XLSM to preserve them.
The default is XLSX for new workbooks; use XLSM if you need to keep macros.
Can I save macros in an XLSX file?
No. XLSX cannot store macros. Use XLSM (macro-enabled) if your workbook relies on VBA or macros.
Macros require the XLSM format to stay functional.
Is CSV best for data sharing?
CSV is widely supported for data exchange and is best when you need plain data without formatting or formulas. It does not support multiple sheets.
CSV is great for sharing data, but it loses formatting and formulas.
How do I convert formats safely?
Use Save As to create a new file in the desired format, verify features after saving, and keep the original as a backup.
Always save as a new file so you can revert if something goes wrong.
What is best for archiving a workbook?
For long-term editing, keep a master in XLSX or XLSM. For final reports, a PDF can be used for a read-only version.
For edits keep XLSX or XLSM; PDF is good for a non-editable snapshot.
Watch Video
The Essentials
- Choose the right format for the task, balancing editing needs and sharing requirements.
- Preserve a master Excel file before converting to other formats.
- CSV is ideal for data transfer but loses formulas, formatting, and multiple sheets.
- Always verify the converted file for formulas and layout integrity.
- Document your format decisions to aid future work.
