What type of file is an excel file

Probably 99% of all Excel workbooks are saved in the XLSX file type these days. But there are various other file extensions available: For example XLSM, XLSB or “older” Excel users might still remember the XLS file type. What are the differences of these file types? And even more important: Which one should you use?

excel, file type, file types, types, save as, extension, xlsx, xlsb
Excel provides 29 different file types when you save your Excel workbook.

When you save an Excel workbook for the first time or use the “Save As” function, you are asked for a folder, file name as well as the file type. By default, Excel suggests the XLSX file type (unless your file has VBA macros). The window looks similar to the screenshot on the right side.

So which file type are you going to use? The answer – like so often: It depends. Before we conclude in a decision tree, we we take a look at the most important file extensions in Excel with their advantages and disadvantages first.

XLSX

The “default” file extension is XLSX. The large majority of Excel workbooks uses this format these days. Microsoft says in the Excel help text about the XLSX file format:

The default XML-based file format for Excel 2007-2013. Cannot store Microsoft Visual Basic for Applications (VBA) macro code […].

Most of the time you use the XLSX format: It’s save (can’t store malicious code), has the maximum number of rows and columns and is best known. XLSX is available since Excel 2007 and replaces the old XLS file type. It uses the open XML standard so which is documented well.

Knowing these quick facts, there are the following advantages and disadvantages for the XLSX file format:

Advantages Disadvantages
  • The default file format and because of that the best known and widest spread file type.
  • Can use up to 2^20 (1048576) rows and 2^14 (=16384) columns.
  • Uses the open file format and is in general accessible with other applications.
  • Secure because it can’t save VBA macros.
  • Can use and save all the functions available in Excel.
  • A little bit contradicting: But not being able to include VBA macros can be an advantage and disadvantage at the same time.
  • Needs more disk space than other file formats (e.g. XLSB).
  • Can’t be opened with Excel versions before 2003 (e.g. 2003, at least without any further conversion of Excel extension/ add-in).

XLS

advice, xls, file type, extension, excel

The XLS file type has been the default Excel file extension and format before Excel 2007. In Excel 2007, XLSX replaced the XLS format. Therefore, XLS is kind of outdated right now. In the daily life you won’t find it often any more. But some data base tools still export data as XLS files.

The XLS file type has some disadvantages towards the newer file types XLSX or XLSM: It’s rather unsafe as it can contain VBA macros with malicious code. Also, it needs more disk space than the other file types and at the same time has less rows and columns.

On the other side the only advantage: You can easily open XLS files with older versions of Excel.

Advantages Disadvantages
  • Can be opened with Excel versions before 2007 (e.g. 2003).
  • Unsafe as it can contain VBA macros.
  • Needs more disk space than most of the other file formats (e.g. XLSX, XLSB).
  • Can’t use all newer Excel functions, e.g. formulas or functionality (you will be warned when saving an XLS file though).
  • Can only use up to 65,536 (2^16) rows and 256 (2^8) rows.
  • Outdated…

XLSM

If you include VBA macros in your XLSX file, you will be asked to change the file extension to XLSM. Only that way you can save your macro within the Excel file (there are other file types possible, e.g. XLSB – but you can’t use XLSX for VBA macros). Therefore, it has most of the advantages and disadvantages of the XLSX file type. Positive: You can immediately identify Excel files with VBA macros.

Advantages Disadvantages
  • The default Excel file type for workbooks with VBA macros.
  • Can use up to 2^20 (1048576) rows and 2^14 (=16384) columns.
  • Uses the open file format and is therefore accessible with other applications.
  • Can use and save all the functions available in Excel.
  • Uses the open XML standard.
  • Unsafe: Can contain malicious code within the VBA part.
  • Needs more disk space than other file formats (e.g. XLSB).
  • Can’t be opened with Excel versions before 2003 (e.g. 2003, at least without any further conversion of Excel extension/ add-in).

XLSB

advice, xlsb, excel, file, type

Many people don’t know that there is an actual alternative to the XLSX and XLSM file type: The XLSB file extension. XLSB files store the data a little bit different than the XLSX or XLSM file types: They don’t use the XLM file structure. Instead, XLSB files try to save disk space because the data is stored in the binary structure. The main difference: Binary files are computer- but not human-readable. For more information on binary files in general, please refer to this Wikipedia entry.

The main disadvantage: Binary Excel files can contain VBA macros. So unless you don’t know the origin of a file, please consider well before opening them. Besides that: All the other disadvantages seem minor.

Advantages Disadvantages
  • Smaller file size.
  • Faster opening and closing of files.
  • Formulas with more than 8192 characters allowed.
  • Can use and save all the functions available in Excel.
  • Security: Files can contain VBA code whereas XLSX files can’t.
  • You can’t change the Excel ribbon.
  • Some third party tools (e.g. OpenOffice) might not be able to open your file.
  • You can’t open your files with Excel 2003 or earlier (which nowadays should not be a problem any more…).
  • Not very well known. So people might get confused receiving XLSB files from you.

Do you want to boost your productivity in Excel?

Get the Professor Excel ribbon!

Add more than 120 great features to Excel!


CSV

csv, advice, excel, export

CSV stands for comma separated values. These files are basically plain text – so there are no formulas or formatting. CSV is often used for data exchange. Excel provides the functionality to import or even directly open CSV files.

The basic application for CSV files: Import or export data. Data base programs often export data as CSV files. Also if you want to transport Excel data into a database program, often the CSV file type works.

Advantages Disadvantages
  • Smaller file size.
  • Faster opening and closing of files.
  • Unlimited rows and columns.
  • No code or macros possible and therefore save to open.
  • CSV files are basically text documents and therefore can’t contain formulas or formatting, pure data.
  • No more than one “worksheet”.

ODS

ODS stands for Open Document Spreadsheet. The file type is designed to work on both Excel and other applications, e.g. LibreOffice. From the Excel point of view, ODS doesn’t support all the features. Text and data is usually saved well though. But formatting and many other features (for example charts, tables, conditional formatting) might run into problems.

Advantages Disadvantages
  • Can be opened in Excel and LibreOffice.
  • You might lose formatting or features which are not supported. For a detailed lists of the features supported, please refer to this website.

XLSX (Strict)

Besides the regular XLSX format, Excel offers to save your Excel workbook as “Strict Open XML Spreadsheet”. So what is the difference between those two? Basically, the two file types use the same structure. But:

The Strict variant has less support for backwards compatibility when converting documents from older formats.

Furthermore:

The Strict variant of XLSX disallows a variety of elements and attributes that are permitted in the more common Transitional variant […]

Advantages Disadvantages
  • Same as XLSX.
  • Additionally: Opening in other applications than Excel might work better.
  • Some backward compatibility problems might occur.

PDF

pdf, advice

As you’ve probably heard of PDF files, we won’t go much into detail here. PDF stands for portable document format and has the reputation of not easily being manipulated. Also, it’s quite save to say that how a PDF file looks on your computer, it will most probably look like this on most other computers.

And that’s it for the advantages. I recommend using it when you present your final results in the following cases:

  • The recipient of your file should not edit it any more.
  • Formatting should be exactly preserved.
  • There is no database included, just the summarized results.

That could be the case if somebody wants to check your results on an iPad or a similar device. But: In many cases it would be professional (and nice) to also send at least parts of your Excel file. That way, your recipient could at least take a look at the calculation process.

Advantages Disadvantages
  • Static, therefore contents can not (easily) be manipulated.
  • The document always look the same.
  • No macros.
  • Formulas etc. will be lost.
  • Difficult (and troublesome) to further edit the file.
  • (Depending on the contents) large file size.

XLAM

XLAM is the file extension for Excel add-ins. Also our add-ins (for example the popular “Professor Excel Tools“) are XLAM files. They can contain VBA macros, worksheets as well as forms, images and individual ribbons. If you double click on such file, it will open in Excel and you can use the funcationality of the add-in. But next time you open Excel again, it won’t be available any longer. You rather have to enable the add-in within the options (File –> Options –> Add-Ins).

As the XLAM file type is not really an alternative for all the other file extensions above, we skip the advantages and disadvantages.

Comparison of file types

So if we put all the advantages, disadvantages and facts from above together, we come to the following comparison:

Which file type should you use?

Decision Tree

In order to define the best file type for your Excel workbook, please follow the decision tree.

Follow the Professor Excel decision tree for finding the best file type for your Excel workbook.
  • The first question: Do you just want to display your results only? Then you could also consider the PDF format. But if the recipient of your work wants to edit or follow up your calculations, you shouldn’t use PDF.
  • Does your file contain VBA macros?
    • If yes, choose XLSB if you have a large file. Choose XLSM for a file size smaller than app. 10 MB.
    • If no and you got a large file (larger than app. 10 MB), also choose XLSB.
    • If no (you don’t have macros) and your file small, follow the tree on the right hand side.
  • The lower two levels of the decision tree are just about compatibility: If you want to open and edit your workbook with another software, choose the strict XLSX or ODF format.
  • If you want to make sure that you can open it with versions of Excel 2003 or earlier, go for XLS.

Summary

In conclusion, you can distill a quite short table (if you don’t need to consider old file types and other applications as LibreOffice). You just have to answer two questions: Do you need VBA macros and do you work with a large amount of data?

summary, file type, xlsx, xlsm, xlsb

You can save an Excel file in another file format by clicking the File > Save As. The file formats that are available in the Save As dialog box vary, depending on what type of sheet is active (a worksheet, chart sheet, or other type of sheet).

Note: Whenever you save a file in another file format, some of its formatting, data, and features might not be transferred.

To open a file that was created in another file format, either in an earlier version of Excel or in another program, click File > Open. If you open an Excel 97-2003 workbook, it automatically opens in Compatibility Mode. To take advantage of the new features of Excel 2010, you can save the workbook to an Excel 2010 file format. However, you also have the option to continue to work in Compatibility Mode, which retains the original file format for backward compatibility.

Excel file formats

Format

Extension

Description

Excel Workbook

.xlsx

The default XML-based file format for Excel 2010 and Excel 2007. Cannot store Microsoft Visual Basic for Applications (VBA) macro code or Microsoft Office Excel 4.0 macro sheets (.xlm).

Excel Macro-Enabled Workbook (code)

.xlsm

The XML-based and macro-enabled file format for Excel 2016, Excel 2013, Excel 2010, and Excel 2007. Stores VBA macro code or Excel 4.0 macro sheets (.xlm).

Excel Binary Workbook

.xlsb

The binary file format (BIFF12) for Excel 2010 and Excel 2007.

Template

.xltx

The default file format for an Excel template for Excel 2010 and Excel 2007. Cannot store VBA macro code or Excel 4.0 macro sheets (.xlm).

Template (code)

.xltm

The macro-enabled file format for an Excel template Excel 2010 and Excel 2007. Stores VBA macro code or Excel 4.0 macro sheets (.xlm).

Excel 97- Excel 2003 Workbook

.xls

The Excel 97 — Excel 2003 Binary file format (BIFF8).

Excel 97- Excel 2003 Template

.xlt

The Excel 97 — Excel 2003 Binary file format (BIFF8) for an Excel template.

Microsoft Excel 5.0/95 Workbook

.xls

The Excel 5.0/95 Binary file format (BIFF5).

XML Spreadsheet 2003

.xml

XML Spreadsheet 2003 file format (XMLSS).

XML Data

.xml

XML Data format.

Excel Add-In

.xlam

The XML-based and macro-enabled Add-In format for Excel 2010 and Excel 2007. An Add-In is a supplemental program that is designed to run additional code. Supports the use of VBA projects and Excel 4.0 macro sheets (.xlm).

Excel 97-2003 Add-In

.xla

The Excel 97-2003 Add-In, a supplemental program that is designed to run additional code. Supports the use of VBA projects.

Excel 4.0 Workbook

.xlw

An Excel 4.0 file format that saves only worksheets, chart sheets, and macro sheets. You can open a workbook in this file format in Excel 2010, but you cannot save an Excel file to this file format.

Works 6.0-9.0 spreadsheet

.xlr

Spreadsheet saved in Microsoft Works 6.0-9.0.

Note: This format is supported in Excel Starter only.

Text file formats

Format

Extension

Description

Formatted Text (Space-delimited)

.prn

Lotus space-delimited format. Saves only the active sheet.

Text (Tab-delimited)

.txt

Saves a workbook as a tab-delimited text file for use on another Microsoft Windows operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet.

Text (Macintosh)

.txt

Saves a workbook as a tab-delimited text file for use on the Macintosh operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet.

Text (MS-DOS)

.txt

Saves a workbook as a tab-delimited text file for use on the MS-DOS operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet.

Unicode Text

.txt

Saves a workbook as Unicode text, a character encoding standard that was developed by the Unicode Consortium.

CSV (comma delimited)

.csv

Saves a workbook as a comma-delimited text file for use on another Windows operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet.

CSV (Macintosh)

.csv

Saves a workbook as a comma-delimited text file for use on the Macintosh operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet.

CSV (MS-DOS)

.csv

Saves a workbook as a comma-delimited text file for use on the MS-DOS operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet.

DIF

.dif

Data Interchange Format. Saves only the active sheet.

SYLK

.slk

Symbolic Link Format. Saves only the active sheet.

Note: If you save a workbook in any text format, all formatting is lost.

Other file formats

Format

Extension

Description

DBF 3, DBF 4

.dbf

dBase III and IV. You can open these files formats in Excel, but you cannot save an Excel file to dBase format.

OpenDocument Spreadsheet

.ods

OpenDocument Spreadsheet. You can save Excel 2010 files so they can be opened in spreadsheet applications that use the OpenDocument Spreadsheet format, such as Google Docs and OpenOffice.org Calc. You can also open spreadsheets in the .ods format in Excel 2010. Formatting might be lost when saving and opening .ods files.

PDF

.pdf

Portable Document Format (PDF). This file format preserves document formatting and enables file sharing. When the PDF format file is viewed online or printed, it retains the format that you intended. Data in the file cannot be easily changed. The PDF format is also useful for documents that will be reproduced by using commercial printing methods.

Note: This format is not supported in Excel 2007.

XPS Document

.xps

XML Paper Specification (XPS). This file format preserves document formatting and enables file sharing. When the XPS file is viewed online or printed, it retains exactly the format that you intended, and the data in the file cannot be easily changed.

Note: This format is not supported in Excel 2007.

File formats that use the Clipboard

You can paste data from the Microsoft Office Clipboard into Excel by using the Paste or Paste Special command (Home tab, Clipboard group, Paste button) if the Office Clipboard data is in one of the following formats.

Format

Extension

Clipboard type identifiers

Picture

.wmf or .emf

Pictures in Windows Metafile Format (WMF) or Windows Enhanced Metafile Format (EMF).

Note    If you copy a Windows metafile picture from another program, Excel pastes the picture as an enhanced metafile.

Bitmap

.bmp

Pictures stored in Bitmap format (BMP).

Microsoft Excel file formats

.xls

Binary file formats for Excel versions 5.0/95 (BIFF5), Excel 97-2003 (BIFF8), and Excel 2010 (BIFF12).

SYLK

.slk

Symbolic Link Format.

DIF

.dif

Data Interchange Format.

Text (tab-delimited)

.txt

Tab-separated text format.

CSV (Comma-delimited)

.csv

Comma-separated values format.

Formatted text (Space-delimited)

.rtf

Rich Text Format (RTF). Only from Excel.

Embedded object

.gif, .jpg, .doc, .xls, or .bmp

Microsoft Excel objects, objects from properly registered programs that support OLE 2.0 (OwnerLink), and Picture or another presentation format.

Linked object

.gif, .jpg, .doc, .xls, or .bmp

OwnerLink, ObjectLink, Link, Picture, or other format.

Office drawing object

.emf

Office drawing object format or Picture (Windows enhanced metafile format, EMF).

Text

.txt

Display Text, OEM Text.

Single File Web Page

.mht, .mhtml

Single File Web Page (MHT or MHTML). This file format integrates inline graphics, applets, linked documents, and other supporting items referenced in the document.

Note: This format is not supported in Excel 2007.

Web Page

.htm, .html

Hypertext Markup Language (HTML).

Note: When you copy text from another program, Excel pastes the text in HTML format, regardless of the format of the original text.

File formats that are not supported in Excel

The following file formats are no longer supported in Excel 2016, Excel 2013, Excel 2010, Excel Starter, and Excel 2007. You cannot open or save files in these file formats.

Format

Extension

Clipboard type identifiers

Excel Chart

.xlc

Excel 2.0, 3.0, and 2.x file formats

WK1, FMT, WK2, WK3, FM3, WK4

.wk1, .wk2, .wk3, .wk4, .wks

Lotus 1-2-3 file formats (all versions)

Microsoft Works

.wks

Microsoft Works file format (all versions)

DBF 2

.dbf

DBASE II file format

WQ1

.wq1

Quattro Pro for MS-DOS file format

WB1, WB3

.wb1, .wb3

Quattro Pro 5.0 and 7.0 for Windows.

File formats that are not supported in Excel Starter

Additionally, the following file formats are no longer supported in Excel Starter. You cannot open or save files in these file formats.

Format

Extension

Excel 97-2003 Add-In

.xla

Excel Add-In

.xlam

Data source name

.dsn

Access MDE database

.mde

Office Data Connection

.odc

Data Link File

.udl

Opening or viewing unsupported file formats

If a file format that you want to use is not supported in Excel, you can try the following:

  • Search the Internet for a company that makes file format converters for file formats that are not supported in Excel.

  • Save to a file format that another program supports and then export from that program into a file format that Excel supports.

Need more help?

You can always ask an expert in the Excel Tech Community or get support in the Answers community.

Related Topics

Excel formatting and features that are not transferred to other file formats

In this article, we’ll learn what are Excel file formats and extensions, and what distinguishes one from another. We’ll also see how to know the type of an Excel file and how to change it to another format when needed.

Excel has many different file formats or types that are distinguished by their extensions, and each file type has its purpose that makes it more useful for some tasks and situations than for others.

In the following table, I have listed the Excel file formats and extensions, along with a description of their purpose and characteristics.

Format/Type Extension Description and Purpose
Excel workbook (versions 2007 and later) .xlsx – Default Excel file for Excel 2007 and newer, based on the Office Open XML format.
– Cannot store VBA macro code (to do that, you’ll need to use the dedicated format .xlsm).
Excel 97-2003 workbook .xls – Default Excel file for Excel 2003 and earlier, based on the Microsoft Binary Interchange File Format (BIFF8).
– Unlike the .xlsx format, this file type can store VBA macro code.
Excel macro-enabled workbook (versions 2007 and later) .xlsm Excel workbook with macros for versions 2007 and newer (stores VBA macro code).
Excel macro-enabled workbook (2003 and earlier) .xlm Excel workbook with macros for versions 2003 and earlier (stores VBA macro code).
Excel binary workbook (versions 2007 and later) .xlsb – Default Excel binary workbook that uses the Microsoft Binary Interchange File Format (BIFF12) in Excel 2007 and newer.
– Faster than .xlsx format
– Can contain macros.
Excel template (versions 2007 and later) .xltx – Excel template for versions 2007 and newer.
– A template is used as a strating point for creating new workbooks that will have the same layout, formatting, graphics, formulas, etc, without the need to recreate these aspects each time.
– Cannot contain macros.
Excel template (versions 2003 and earlier) .xlt – Excel template for versions 2003 and earlier.
– A template is used as a strating point to create new workbooks without the need to recreate each time the same layout, formatting, graphics, formulas, etc.
– Can contain macros.
Excel macro-enabled template (versions 2007 and later) .xltm – Excel template with macros for versions 2007 and newer.
– Unlike the .xltx, this template format stores VBA macro code.
Excel add-in (versions 2007 and later) .xlam Excel add-in with macros for versions 2007 and newer (stores VBA macro code).
Excel add-in (versions 2003 and earlier) .xla Excel add-in with macros for versions 2003 and earlier.

Now that we know the main Excel file formats and their extensions, let’s see how you could know which format is your Excel file and which extension it has, as well as how to change this format and extension (or if you want, how to convert an Excel file from one format to another).

B/ How to know the Excel file format and extension

If you don’t have the extensions displayed for your files in Windows, you still can know which format and extension they have.

To know the format of an Excel file and the extension:

  • Right-click on the name of the Excel file.
  • At the bottom of the list, click on “Properties”.
  • “Properties” window opens in its “General” tab.
  • “File Type” section shows the type and extension.
How to know type of Excel file from properties dialog box
How to know type of Excel file from properties dialog box

C/ How to change Excel file format and extension

You would need to change the type of an Excel file:

  • If you’re using it for an app that requires a different type.
  • or if you want to benefit from a characteristic that the current type doesn’t have and that is present in another type; for example, the support of macros (from xlsx to xlsm), or less weight (from xls to xlsx), or more speed (from xlsx to xlsb)…

To change your Excel file type/format (and extension):

  • Click on File tab (Office button in Excel 2007).
  • Click on “Save As”.
  • Choose where you want to save your file.
  • The “Save As” dialog box displays.
  • Click on the drop-down “Save as type”.
  • Choose the file format and extension you want.
  • Finally, click on “Save”.
  • The file has now the new format and extension.
Save Excel file in another format
Save Excel file in another format

Note that you can change your Excel file format and extension in Windows directly from the name file, by changing the extension while renaming it, if you have allowed the display of the file extensions in your system.

In the following, I will show you how to display the file name extensions in Windows 7, 10, and 11.

– Display the file name extensions in Windows 7

  • Open any folder.
  • In the top blue bar, click on “Organize”.
  • Then, click on “Folder and search options”.
  • The “Folder Options” dialog box displays.
  • Click on the “View” tab of this dialog box.
  • Go to the “Advanced Settings” section.
  • Uncheck “Hide extensions for known file types”.
  • Click “OK”.

– Display the file name extensions in Windows 10

  • In any folder, click on the “View” tab.
  • Check “File name extensions” checkbox.
Display file name extensions in Windows 10
Display file name extensions in Windows 10

You can also use the “Folder Options” dialog box to show the file name extensions in Windows 10, but I preferred to show you the fastest and easiest method.

– Display the file name extensions in Windows 11

  • Open any folder.
  • Click on the three dots … of the menu bar.
  • Click on “Options”.
  • The “Folder Options” dialog box displays.
  • Click on the “View” tab of this dialog box.
  • Go to the “Advanced Settings” section.
  • Uncheck “Hide extensions for known file types”.
  • Click “OK”.

D/ Wrap up

So, that was the article about Excel file formats, where I gave you a list of the main Excel files, along with their extensions and a description of their purpose. I also showed you how to know which type is your Excel file and what extension it has, as well as how to change the format (and extension) of an Excel file and when you’ll need to do it.

Jeff Golden photo

Jeff Golden is an experienced IT specialist and web publisher that has worked in the IT industry since 2010, with a focus on Office applications.

On this website, Jeff shares his insights and expertise on the different Office applications, especially Word and Excel.

A file with XLSX, XLSM, XLS, XLTX or XLTM extension is a Microsoft Excel file that uses specific standard file format. You can show or display file extension on Windows OS from Folder Options. MS Excel lets you save files in any of these file formats using the Save As option. These Excel file formats serve different purposes for working with Spreadsheet files as explained in this article.

In addition to standard file formats, Excel indirectly uses other file formats as well for a set of different operations. For example, it uses Windows Metafile Format (WMF) or Windows Enhanced Metafile Format (EMF) when a windows metafile picture is copied and paste into Excel Worksheet.

excel-file-extensions

What is XLSX file?

An XLSX file is the default file format for Microsoft Excel that was introduced with Office 2007. It is based on Office Open XML standard that can be opened by a number of applications as well as APIs. The contents inside an XLSX file can be viewed by renaming XLSX extension to ZIP and opening it with any archiving software.

What is XLS file?

An XLS file is a spreadsheet file that is created in Excel Binary Interchange File Format (BIFF) and is proprietary to Microsoft. It can be created with Excel 2003 and earlier versions. An XLS file can be opened in the latest version of Microsoft Excel and can be saved as the latest version of spreadsheet file format i.e. XLSX. Microsoft Excel viewer provides the capability to open these files in read-only mode for reading purpose.

What is XLSM file?

An XLSM file is a Macro-enabled spreadsheet file that can store instructions to record the steps that are performed repeatedly. Macros are programmed in Microsoft Visual Basic for Application (VBA) from within the Excel Workbook. The Visual Basic editor is used to record and run macros in Excel.

XLSM files are similar to XLM file formats but are based on the Open XML format introduced in Microsoft Office 2007. In other words, XLSM are XLSX files but with support of macros. By default, Excel itself provides several macros for common use. However, you can also record your own macros with required functions.

What is XLTX file?

An XLTX file is an Excel Template file that preserves user defined settings. Excel 2007 and above can open XLTX files for creating new XLSX files that retain the settings from template. XLTX file format is based on the Office Open XML standard and can be viewed by remaining its extension to ZIP. Excel comes with predefined templates as well that can be opened and populated with spreadsheet data.

What is XLTM File?

An XLTM file is a Macro-Enabled template file that is created with Microsoft Excel. These are similar to XLTX but with additional feature of macros. Such template files are used to generate and set the layout, formatting, and other settings along with the macros to facilitate creating similar XLSX files then.


Extensions of Excel

Extension File (Table of Contents)

  • Extensions of Excel
  • How to Change the Excel file format or Extension?
  • How do you know the file type of saved file?

Extensions of Excel

Excel is one the tool which has a variety of extension in which we can save the file. A commonly used extension in Excel is .xlsx, which is used for storing a simple type of data. XLS is another type of default extension which was used until MS Office 2007. For storing a VBA code, we have XLSM. This is purely made for macros. Another extension, CSV (Comma Separated Values), delimits the data, which is separated by commas. XLSB extension is used for compression, saving, opening etc.

For example, the filename “XYZ.doc” has an extension of “.doc, ” a file extension associated with the document file.

Excel file extensions can be of various types. Here we will cover the most common file type:

  • XLS – Excel file extension

This extension is the most common and default type in the spreadsheet generated by Microsoft office. Prior to Excel 2007, the file extension was XLS. This extension refers to a file which contains all type of information including data, formats, graphics etc. The operating system recognizes the file type with the help of an extension and operates this file using the Excel application.

The XLS is the default file type for Excel version 2.0 to Excel 2003.

  • XLSX – Excel file extension

This extension is used by the spreadsheet files generated with the Excel version 2007 onwards. For an Excel file, the current default file extension is XLSX.

XSLX is an XML based file format. With the use of this technology, the file with XSLX format is very less in weight or size, and as compared to the XLS file format, this leads directly to saving space. It requires less time to download or upload excel documents.

Only one disadvantage of this XSLX extension is that this version is incompatible to run the files prior to Excel 2007.

  • XLSM – Excel file extension

This extension file type is generated by the spreadsheet with the excel version 2007 onwards, including Excel macros.

With the help of an extension, it’s easy to understand that the file contains a macro. Because of security reasons and for protecting a file with computer viruses, malicious macros, infecting computers, etc., this version comes into existence.

This file extension is very reliable in terms of macros and for security reasons.

  • XLSB – Excel file extension

If excel files contain a large amount of data or information, this file extension type fully supports in the compression process, saving, opening, etc.

An excel file that contains a large amount of data takes a lot of time in the opening in processing that file. Sometimes while opening, it gets hanged and frequently crashes.

How to Change the Excel file format or Extension?

For changing the file extension, follow the below steps:

  • Open the workbook for which you want to change the format.
  • Go to the FILE tab.

Step 1

  • It will open a left pane window. There are a lot of options available in this pane. Refer to the below screenshot.

Step 2

  • Click on Save As option as shown below.

Step 3

  • It will open a dialog box, as shown below.

Step 4

  • Now you need to select where you want to save the file in the system. Refer to the below screenshot.

Excel Extensions Step 1-5

  • I have selected the Desktop for saving this file as a destination.

Excel Extensions Step 1-6

  • Under the File name field, give the file name for the workbook.

Excel Extensions Step 1-7

  • Under Save as type field, we need to choose the file format.
  • Click on Save as type filed; it will open a list of formats as shown in the below screenshot.

Excel file formats

  • Choose the file format and click on the Save button for saving the file.

Excel Extensions Step 1-9

  • It will save the file with the extension.

How do you know the file type of saved file?

For this, follow below steps:

  • Select the file for which you want to know the file format.
  • Right-click on that file.
  • It will open a drop-down list of options.
  • Click on the Properties option from the list. Refer to the below screenshot.

Excel Extensions Step 2-1

  • It will open a Properties window.
  • Under the Type of file option, you can see the file type or extension of the file. Refer to the below screenshot.

file formats excel

Things to Remember about Excel File Formats

  • Any file format doesn’t support all the features of excel like formulas etc.; then it will display an alert message box.
  • Then you can change the file format again.

Recommended Articles

This has been a guide to Extensions of Excel. Here we discuss how to Change the Excel file format or Extension along with its practical examples. You can also go through our other suggested articles –

  1. Cheat Sheet of Excel Formulas
  2. CSV Files into Excel
  3. Sort Columns in Excel
  4. Data Table in Excel

Понравилась статья? Поделить с друзьями:
  • What type of charts in excel
  • What the word needs now
  • What type of chart in excel
  • What type of application is microsoft excel
  • What two word greek term