save_to_cache_with_file_name method

save_to_cache_with_file_name(self, uid, filename, password)

Saves the memory data to the cache file with the specified filename and also set the open password, the save format is baseed on the file extension of the filename .


def save_to_cache_with_file_name(self, uid, filename, password):
    ...
ParameterTypeDescription
uidSystem.StringThe unique id for the file cache.
filenameSystem.StringThe filename to save.
passwordSystem.StringThe excel file’s open password. The value can be null If no passowrd is set.

See Also