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
| Name | Type | Access | Description |
|---|---|---|---|
app_name | `` | Read/Write | Application that created the file. |
last_edited | `` | Read/Write | Number of times the file has been edited. |
lowest_edited | `` | Read/Write | Lowest version of Excel that has edited the file. |
rup_build | `` | Read/Write | Build number of the application. |
Methods
| Signature | Description |
|---|---|
__init__() |