ImageGear v26.3 - Updated November 9, 2022
Developer Guide / File Formats and Compressions / File Formats / File Formats Reference / XLSX
XLSX
Full Name Office Open XML Excel Format
Format ID ImGearFormats.XLSX
File Extension(s) *.xlsx
Data Type Vector Image
Data Encoding Zipped XML Package
Multi-Page Support Yes
Alpha Channel Support No
Metadata Update Support No

XLSX format requires ImageGear.Formats.Office Namespace.

ImageGear Supported Versions

ECMA-376, Second Edition

ImageGear Supported Features

  • Autodetection
  • Single page file reading
  • Multiple page file reading 

ImageGear Read Support

  • Please use ImGearFileFormats.LoadDocument to load Excel files. The ImGearFileFormats.LoadPage is not supported for Excel documents. 
  • ImageGear .NET does not currently support password-protected Office documents.
  • Microsoft Office 2007 password-protected files store the information about the specific file type in the section encrypted by the password. This prevents detection of Office 2007 password-protected files and throws the exception, System.NotSupportedException.

ImageGear Write Support

No

ImageGear Filter Control Parameters

None

Comments

Please see Getting Started with ImageGear Office.