XLS (Microsoft Excel Binary Spreadsheet)
XLS เป็นรูปแบบสเปรดชีตไบนารีรุ่นเก่าที่ใช้โดย Excel 97-2003 จัดเก็บแผ่นงาน สูตร และแผนภูมิในโครงสร้างไบนารีแบบ compound ที่เป็นกรรมสิทธิ์ แม้ถูกแทนที่ด้วย XLSX แต่ระบบเก่าจำนวนมากยังคงสร้างและต้องการไฟล์ .xls
ประเภท MIME
application/vnd.ms-excel
ประเภท
ไบนารี
การบีบอัด
ไม่สูญเสียคุณภาพ
ข้อดี
- + Broad compatibility with older Excel versions and legacy enterprise tools
- + Well-documented binary format with mature parsing libraries
- + Supports VBA macros and embedded objects
ข้อเสีย
- − 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
เมื่อใดควรใช้ .XLS
ใช้ XLS เฉพาะเมื่อต้องเชื่อมต่อกับระบบเก่าที่ไม่สามารถอ่าน XLSX ได้เท่านั้น สำหรับกรณีอื่น ควรใช้ XLSX หรือ CSV
รายละเอียดทางเทคนิค
XLS ใช้รูปแบบ BIFF8 record ภายในเอกสาร OLE2 compound แต่ละประเภท record จะเข้ารหัสค่าเซลล์ สูตร การจัดรูปแบบ และ metadata ของชีตใน binary stream แบบลำดับ
ประวัติ
รูปแบบไบนารี .xls เป็นรูปแบบสเปรดชีตที่ใช้กันอย่างแพร่หลายตลอดปลายทศวรรษ 1990 และ 2000 Microsoft BIFF8 (Binary Interchange File Format) เป็นการปรับปรุงไบนารีครั้งใหญ่ครั้งสุดท้ายก่อนจะเปลี่ยนไปใช้ Open XML
แปลงจาก .XLS
แปลงเป็น .XLS
รูปแบบที่เกี่ยวข้อง
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 …