XLS (Folha de Calculo Binaria Microsoft Excel)
XLS e o formato binario legado de folha de calculo do Microsoft Excel utilizado do Excel 97 ao Excel 2003. Suporta formulas, graficos e formatacao mas com limites menores que o XLSX moderno.
Tipo MIME
application/vnd.ms-excel
Tipo
Binário
Compressão
Sem perdas
Vantagens
- + Broad compatibility with older Excel versions and legacy enterprise tools
- + Well-documented binary format with mature parsing libraries
- + Supports VBA macros and embedded objects
Desvantagens
- − Row limit of 65,536 and column limit of 256 per worksheet
- − Larger file sizes than compressed XLSX
- − Proprietary binary format is harder to work with programmatically
Quando usar .XLS
Use XLS apenas para compatibilidade com Excel 2003 ou anterior. O XLSX e recomendado para todos os fins modernos.
Detalhes técnicos
O XLS utiliza o formato binario BIFF8 dentro de OLE2 Compound Documents. Limitado a 65.536 linhas e 256 colunas por folha. Suporta macros VBA, graficos e formatacao condicional dentro do formato binario.
Histórico
A Microsoft utilizou o formato binario XLS durante mais de uma decada, de 1997 a 2007. Utilizava o formato BIFF (Binary Interchange File Format) com atualizacoes incrementais em cada versao do Excel.
Converter de .XLS
Converter para .XLS
Formatos relacionados
Learn More
File Format Conversion: A Complete Guide
Converting files between formats is a daily task for professionals across every industry. This comprehensive guide covers document, image, audio, …
CSV vs JSON vs XML: Data Exchange Formats Compared
Data exchange formats serve different needs. CSV excels at tabular data, JSON dominates web APIs, and XML powers enterprise integrations. …
How to Convert Documents Between Office Formats
Converting between Word, Google Docs, LibreOffice, and PDF formats is common in collaborative workflows. This guide covers conversion paths that …
Understanding MIME Types and File Extensions
MIME types tell browsers and servers what kind of data a file contains, while file extensions help humans and operating …
Troubleshooting File Conversion Errors
File conversions fail for many reasons: corrupted sources, unsupported features, encoding mismatches, and memory limitations. This guide helps you diagnose …
Archive Formats Compared: ZIP, 7z, TAR, and RAR
Archive formats bundle and compress multiple files into a single package. ZIP is universal, 7z offers the best compression, TAR …