FileVersion

Overview

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

Represents file version information for the workbook.

This class provides 1 method for working with FileVersion objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: app_name, last_edited, lowest_edited, rup_build.

Properties

NameTypeAccessDescription
app_name``Read/WriteApplication that created the file.
last_edited``Read/WriteNumber of times the file has been edited.
lowest_edited``Read/WriteLowest version of Excel that has edited the file.
rup_build``Read/WriteBuild number of the application.

Methods

SignatureDescription
__init__()

See Also