FileVersion

Overview

FileVersion is a class in Aspose.Cells FOSS for Python.

Represents file version information for the workbook.

Properties

NameTypeAccessDescription
app_name``ReadApplication that created the file.
last_edited``ReadNumber of times the file has been edited.
lowest_edited``ReadLowest version of Excel that has edited the file.
rup_build``ReadBuild number of the application.

Methods

SignatureDescription
__init__()

See Also