.xlt File Extension
.xlt file is, which apps open legacy Excel templates, how Poly supports them, and when to use a modern template format. File extension details for .xlt
Partial Support| File type | Microsoft Excel 97-2003 template |
|---|---|
| MIME type | |
| Encoding | Binary BIFF8 records in an OLE Compound File Binary container |
| Operating systems | Windows, macOS, Linux |
| Opens with | Microsoft Excel, LibreOffice Calc |
| Poly support | Partial. Poly provides spreadsheet features when the file arrives as application/vnd.ms-excel. |
| Indexed by Poly | Partial. Correctly classified templates receive readable-cell and rendered-sheet indexing after processing. |
| Preview in Poly | Partial. Correctly classified templates can receive a first-sheet thumbnail and connected spreadsheet preview. |
| Poly agent | Partial. The Poly agent can read processed sheet text and images, but Poly does not infer .xlt by filename. |
What kind of file is a .xlt?
An .xlt file is a reusable Microsoft Excel 97-2003 template. It can hold worksheets, formulas, formatting, charts, named ranges, and active content that become the starting point for new workbooks. Microsoft describes XLT as the BIFF8 binary template counterpart to the .xls workbook, and it commonly uses application/vnd.ms-excel.12
Most XLT files begin with the eight-byte OLE Compound File Binary signature:
D0 CF 11 E0 A1 B1 1A E1
That header identifies the container, not Excel or a template. Legacy Word, PowerPoint, and other compound documents share it. Reliable identification also checks for a valid Excel Workbook stream and BIFF records.3
model.xls to model.xlt, or model.xltx to model.xlt, does not convert the file. An application must decode the source and save a real XLT template.How do I open a .xlt on my computer?
- On Windows or macOS, use Microsoft Excel. Open a trusted XLT through Excel's template workflow when you want a new workbook based on it.
- On Linux, LibreOffice Calc can import and export legacy Excel templates under
application/vnd.ms-excel.4
Keep an untouched copy before converting an important template. Formula behavior, named ranges, charts, print settings, controls, macros, and external links may change in another spreadsheet application.
Poly support for .xlt
Poly stores, syncs, shares, versions, downloads, and finds XLT files by name. Poly does not currently infer the Excel media type from the .xlt suffix alone. A filename-only upload therefore remains searchable by name instead of automatically receiving spreadsheet processing.
When an upload source supplies application/vnd.ms-excel and processing succeeds, Poly can provide a first-sheet thumbnail, a connected spreadsheet preview, readable-cell search, rendered-sheet similarity, and agent reading of processed sheet text and images. Poly does not run macros, refresh external connections, or replace Excel's editing and formula-auditing tools.
History of .xlt
Microsoft used .xlt for the binary template format associated with Excel 97 through Excel 2003. Its BIFF8 structure belongs to the same legacy family as .xls, but the suffix tells Excel to treat the file as a reusable template rather than an ordinary workbook.1
Office 2007 introduced XML-based .xltx for templates without macros and .xltm for macro-enabled templates. That split makes active-code capability visible in the modern filename, while a legacy XLT can contain macros without a special macro suffix.5
Working with .xlt and alternatives
Legacy templates inherit Excel 97-2003 worksheet limits: 65,536 rows by 256 columns. Modern formats allow 1,048,576 rows by 16,384 columns.6
| Destination | Best use | Main tradeoff |
|---|---|---|
.xltx | Current template without macros | Legacy features need review |
.xltm | Current template that must retain macros | Active code requires careful trust decisions |
| XLSX | A normal editable workbook | Does not preserve template behavior |
| Fixed-layout review or printing | Loses formulas and reusable cell structure |
Treat an unexpected XLT as active-capable content. Leave macros and external content disabled unless you trust the file and its sources. For migration, preserve the original, save a reviewed .xltx or .xltm copy, then test formulas, links, controls, and new workbooks created from the template.
Footnotes
- Microsoft Support. File Formats That Are Supported in Excel. Microsoft identifies
.xltas the BIFF8 Excel 97-2003 template format. ↩ ↩2 - Internet Assigned Numbers Authority.
application/vnd.ms-excelMedia Type Registration. ↩ - Microsoft. Compound File Header. The specification defines the shared compound-file signature. ↩
- The Document Foundation. File Conversion Filter Tables. LibreOffice lists legacy Excel template filters under
application/vnd.ms-excel. ↩ - Microsoft Support. Open XML Formats and File Name Extensions. Microsoft distinguishes
.xltxtemplates from macro-enabled.xltmtemplates. ↩ - Microsoft Support. Worksheet Compatibility Issues. Microsoft documents the legacy and current worksheet dimensions. ↩