Get the Version Number of the Application that Created the Excel Document
Contents
[
Hide
]
Often you need to know the version number of the application that created a Microsoft Excel document. Aspose.Cells for Python via .NET provides the Workbook.built_in_document_properties.version property for this purpose.
The following sample code demonstrates the use of the Workbook.built_in_document_properties.version property. It loads Excel files created with Microsoft Excel 2003, 2007, 2010 and 2013 and prints the version number of the application that created these Excel documents.