.XLTX

XLTX File

Microsoft Excel Open XML Workbook Template
Ask a question
QUICK ANSWER

An XLTX file is a Microsoft Excel workbook template in the Open XML format, introduced with Excel 2007. Opening it creates a new unnamed workbook pre-filled with the template's formatting, formulas and data - the original file stays untouched. Open and edit XLTX files for free in LibreOffice Calc, Google Sheets (via Drive upload), or Excel for the web. To get a plain editable spreadsheet, open the file and save as XLSX.

Developer: Microsoft Category: Spreadsheet Files Open standard MIME: application/vnd.openxmlformats-officedocument.spreadsheetml.template
OPENS ON Windows macOS Linux Web
Related: .ODS · .NUMBERS · .XLSX · .XLSB

On this page

19k+ extensions indexed
Last reviewed Jun 27, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the XLTX file format?

An .xltx file is a Microsoft Excel Open XML Workbook Template - a spreadsheet template that serves as a reusable starting point for new workbooks. It belongs to the Office Open XML (OOXML) family of formats standardised as ECMA-376 and ISO/IEC 29500, introduced with Microsoft Office 2007.

When you open an .xltx in Excel, the application creates a new unnamed .xlsx workbook pre-loaded with the template's styles, formulas, column widths, headers, and any pre-entered data - the original .xltx file itself is never modified. This behaviour distinguishes templates from ordinary workbooks.

Internally, .xltx is a ZIP archive (an OPC - Open Packaging Conventions - package) containing UTF-8 XML part files: xl/workbook.xml defines the workbook structure, xl/worksheets/sheet1.xml holds pre-filled cell data, xl/styles.xml stores number formats and cell formatting, and [Content_Types].xml identifies the package as a spreadsheet template rather than a regular workbook. Renaming .xltx to .zip exposes the full XML structure.

.xltx is the macro-free template format. The macro-enabled equivalent is .xltm, and the legacy binary template is .xlt. An .xltx file cannot store VBA macros - Excel will warn and strip them if present on save. The format is supported by Microsoft Excel, LibreOffice Calc, Apple Numbers, Google Sheets, and most modern spreadsheet applications.

Security & safety

RISK: LOW

XLTX cannot contain VBA macros (those require XLTM). Risks are limited to external data links (web queries, Power Query) embedded in templates that auto-refresh on open. Excel's Protected View applies to XLTX from internet/email sources - leave it enabled.

Format details

in a nutshell
FULL NAMEMicrosoft Excel Open XML Workbook Templateaka Excel template, OOXML spreadsheet template
DEVELOPERMicrosoftsince 2007 (Microsoft Office 2007, Excel 12.0); standardised ECMA-376 (2006) / ISO/IEC 29500 (2008)
MIME TYPEapplication/vnd.openxmlformats-officedocument.spreadsheetml.template
TYPEZIP-based Office Open XML (OOXML / OPC) template package (binary+XML)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
504B0304
ASCII
PK··
Identical ZIP header to XLSX/DOCX/PPTX. Distinguish by [Content_Types].xml which declares ContentType containing "spreadsheetml.template" (not "sheet").

Programs that open XLTX files

Windows4 apps
Microsoft Excel Paid Double-click opens a new workbook based on the template (original is not modified). To edit the template itself: File > Open, then select the .xltx.
LibreOffice Calc Open-source File > Open to load the template directly as an editable document. Save As XLSX to create a workbook copy.
WPS Office Spreadsheets Freemium Open the XLTX; WPS treats it similarly to Excel - creates a new sheet copy.
SoftMaker FreeOffice (PlanMaker) Free Open with PlanMaker; note that PlanMaker Viewer is discontinued - use FreeOffice.
macOS3 apps
Microsoft Excel Paid Native support; double-click to create a new workbook from the template.
LibreOffice Calc Open-source Full cross-platform support; opens and saves XLTX.
Apple Numbers Free File > Open imports the XLTX; export back via File > Export To > Excel.
Linux1 app
LibreOffice Calc Open-source File > Open; complex styles and conditional formatting may render differently.
Web2 apps
Google Sheets Free Upload to Google Drive; right-click > Open with Google Sheets. Download as XLSX, ODS or CSV.
Excel for the web Free Upload to OneDrive; click to open in Excel Online. Free Microsoft account required.

Technical details

deep spec
ContainerZIP archive / OPC (Open Packaging Conventions)
EncodingBinary (ZIP wrapper) + UTF-8 XML part files inside
CompressionDEFLATE per entry
MIME typeapplication/vnd.openxmlformats-officedocument.spreadsheetml.template
StandardECMA-376 5th ed. (2021) / ISO/IEC 29500 Transitional or Strict conformance
Key internal filesxl/workbook.xml, xl/worksheets/sheetN.xml, xl/styles.xml, [Content_Types].xml
Template behaviorOpening in Excel creates a new unnamed workbook; the original .xltx is never modified
Macro supportNone - macro-enabled equivalent is .xltm; VBA is stripped on save as .xltx
Magic bytes50 4B 03 04 ("PK") at offset 0; distinguished from .xlsx by [Content_Types].xml declaring spreadsheetml.template
EncryptionPassword-protected files use OOXML Agile encryption (CryptoAPI)
Typical file size10 KB - 10 MB depending on styles, images, and charts
IntegrityZIP CRC-32 per entry
Cross-platform supportWindows (Excel), macOS (Excel/Numbers), Linux (LibreOffice Calc), Web (Excel Online)
Legacy equivalent.xlt - Excel 97-2003 binary template format
Released2007 (Microsoft Office 2007, Excel 12.0); standardised ECMA-376 (2006) / ISO/IEC 29500 (2008)
Latest versionECMA-376 5th edition (2021) / ISO/IEC 29500:2016
Open standardYes · royalty-free
Specificationecma-international.org

XLTX conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with XLTX files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about XLTX files.

Frequently asked questions

Why does opening an XLTX create a new untitled file instead of opening the template?
That is the intended behaviour: XLTX is a blueprint. Excel creates a new unnamed workbook from it so the template is never overwritten. To edit the template itself use File > Open inside Excel.
How do I convert XLTX to XLSX?
Open the XLTX in Excel, then File > Save As and choose 'Excel Workbook (*.xlsx)'. In LibreOffice Calc or Google Sheets, just open and save/download as XLSX.
Can XLTX files contain macros?
No. Macros require the XLTM format (.xltm). If you save an XLTX that contains macros, Excel warns you and either strips them or prompts you to save as XLTM.
What is the difference between XLTX and XLT?
XLT is the older binary template format (Excel 97-2003); XLTX is its XML-based successor introduced in Excel 2007. XLTX is smaller, more portable and an open standard.
Can LibreOffice Calc open XLTX files?
Yes. LibreOffice Calc reads and writes XLTX with generally good compatibility, though complex Excel-specific features (advanced conditional formatting, some chart types) may differ.
How do I set an XLTX as the default template for new Excel workbooks?
Save the file as book.xltx in your Excel startup folder (typically C:\Users\<User>\AppData\Roaming\Microsoft\Excel\XLSTART\). Excel will use it as the default for all new workbooks.

References

1ECMA-376 Office Open XML File Formats (5th edition)ecma-international.org
2Microsoft - Structure of a SpreadsheetML documentlearn.microsoft.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.BINCD/DVD Disc Image (BIN/CUE)
4.PARTPartial Download File
5.MDMarkdown Document
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.SWFSmall Web Format (Shockwave Flash)

Related extensions

.ODSOpenDocument Spreadsheet
.NUMBERSApple Numbers spreadsheet
.XLSXMicrosoft Excel Open XML Workbook
.XLSBMicrosoft Excel Binary Workbook
.GSHEETGoogle Sheets Shortcut (Link to a Google Sheets spreadsheet)
.XLSMMicrosoft Excel Macro-Enabled Workbook (Open XML)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z