FileVersion
FileVersion
Overview
FileVersion 是Python的Aspose.Cells FOSS中的一个类.
表示工作簿的文件版本信息.
这个类提供了一个方法,用于在Python程序中使用FileVersion 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: app_name, last_edited, lowest_edited, rup_build.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
app_name | `` | 阅读/写作 | 创建文件的应用程序. |
last_edited | `` | 阅读/写作 | 文件编辑次数. |
lowest_edited | `` | 阅读/写作 | 已编辑文件的Excel最低版本. |
rup_build | `` | 阅读/写作 | 应用程序的构建号码. |
Methods
| Signature | Description |
|---|---|
__init__() |