custom_path 属性
custom_path 属性
用户自定义路径(URL)保存在生成的 html 文件中,用于引用源。如果用户未定义,将使用 DefaultPath。 例如,用户将工作表数据保存到d:/sheet001.htm,主html文件中使用的url应该是“d:/sheet001.htm”或其他可以被主html访问的有效相对路径文件。
定义:
@property
def custom_path(self):
...
@custom_path.setter
def custom_path(self, value):
...