The XLSX and XLS file extensions are used for Microsoft Excel spreadsheets, part of the Microsoft Office Suite of software.
XLSX/XLS files are used to store data such as numbers, formulas, text, and drawing shape.
XLSX is part of Microsoft Office Open XML specification (also known as OOXML or OpenXML) and was introduced with Office 2007. XLSX is a zipped, XML-based file format. Microsoft Excel 2007 and later uses XLSX as the default file format when creating a new spreadsheet. Support for loading and saving legacy XLS files is also included.
XLS is the default format used with Office 97-2003. XLS is a Microsoft proprietary Binary Interchange File Format. Microsoft Excel 97-2003 uses XLS as the default file format when creating a new document. Support for loading and saving XLSX files can be added using an add-in.
Note: XLSX and XLS file formats are supported in the Document/Medical products.
LEADTOOLS supports all the flavors of the Microsoft Excel spreadsheet format, from Office 97 XLS up to today's XLSX.
LEADTOOLS supports loading XLSX files through the XLSX filter.
LEADTOOLS supports loading XLS files through the XLS filter.
Additional features supported by LEADTOOLS:
The default extension used by this format is: XLSX or XLS.
The file constants associated with this file format are:
Constant | Read Support | Write Support | Description |
---|---|---|---|
Xlsx | 24 BPP | N/A | XLSX, Microsoft Excel spreadsheet file format |
Xls | 24 BPP | see Required DLL below | XLS, Microsoft Excel 97-2003 spreadsheet file format |
Required DLL: Leadtools.Codecs.Xlx.dll or Leadtools.Codecs.Xls.dll. The XLSX file format requires .NET Framework 3.5 or later and the DocumentFormat.OpenXml.dll (ver. 2.*). For a listing of the exact DLLs needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Extension | Module | Value | Win32 | Win64 | Net32 | Net64 | Linux | Android | Apple | UWP | MimeType | Friendly Name |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Xls | XLS | 341 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | application/vnd.ms-excel | XLS - Microsoft Excel 97-2003 File Format |
Xlsx | XLSX | 351 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | XLSX - Microsoft Office Excel File Format |
For a complete list for supported file formats, see Summary of All Supported File Formats.
For details of the file formats supported across products and platforms, refer to File Format Comparison Chart.
LEADTOOLS supports writing/saving using LEADTOOLS Document Writers. For additional support details, refer to the following:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document