XLS (Bảng tính nhị phân Microsoft Excel)
XLS là định dạng bảng tính nhị phân cũ của Microsoft Excel (97-2003). Nó lưu trữ dữ liệu bảng tính bao gồm công thức, biểu đồ và định dạng ở dạng nhị phân riêng.
Loại MIME
application/vnd.ms-excel
Loại
Nhị phân
Nén
Không mất dữ liệu
Ưu điểm
- + Broad compatibility with older Excel versions and legacy enterprise tools
- + Well-documented binary format with mature parsing libraries
- + Supports VBA macros and embedded objects
Nhược điểm
- − 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
Khi nào nên dùng .XLS
Tránh tạo tệp XLS mới — sử dụng XLSX thay thế. Chỉ dùng XLS khi làm việc với hệ thống cũ yêu cầu tương thích Excel 97-2003.
Chi tiết kỹ thuật
Tệp XLS sử dụng container OLE2 với các bản ghi BIFF8 để lưu trữ ô, công thức, biểu đồ và macro. Giới hạn 65.536 hàng × 256 cột. Phân tích yêu cầu xử lý bản ghi nhị phân phức tạp.
Lịch sử
Microsoft sử dụng định dạng .xls (BIFF — Binary Interchange File Format) từ Excel 2.0 (1987). BIFF8 (Excel 97) là phiên bản được sử dụng rộng rãi cuối cùng trước khi chuyển sang XLSX.
Chuyển đổi từ .XLS
Chuyển đổi sang .XLS
Định dạng liên quan
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 …