source_file 属性

source_file 属性

当外部数据源是基于文件的时使用。当连接到这样的数据时 source 失败,电子表格应用程序尝试直接连接到该文件。或许 以 URI 或系统特定的文件路径表示法表示。

定义:

@property
def source_file(self):
    ...
@source_file.setter
def source_file(self, value):
    ...

也可以看看