XLS (Hoja de cálculo binaria de Microsoft Excel)
XLS es el formato de hoja de cálculo binario heredado utilizado por Excel 97-2003. Almacena hojas de trabajo, fórmulas y formato en un contenedor binario con un límite de 65.536 filas.
Tipo MIME
application/vnd.ms-excel
Tipo
Binario
Compresión
Sin pérdida
Ventajas
- + Broad compatibility with older Excel versions and legacy enterprise tools
- + Well-documented binary format with mature parsing libraries
- + Supports VBA macros and embedded objects
Desventajas
- − 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
Cuándo usar .XLS
Usa XLS solo cuando trabajes con sistemas heredados que no puedan leer XLSX; para todo lo demás, usa XLSX.
Detalles técnicos
XLS utiliza el formato de registros BIFF8 dentro de un documento compuesto OLE2. Cada registro tiene un identificador de tipo, una longitud y datos de carga útil. Las hojas de trabajo están limitadas a 65.536 filas y 256 columnas.
Historia
El formato binario .xls fue el formato de hoja de cálculo dominante durante finales de los 90 y principios de los 2000. Fue reemplazado por XLSX en 2007 pero aún se usa ampliamente en la industria.
Convertir desde .XLS
Convertir a .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 …