save_to_cache_with_file_name method

save_to_cache_with_file_name

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
uidstrThe unique id for the file cache.
filenamestrThe filename to save.
passwordstrThe excel file’s open password. The value can be null If no passowrd is set.

See Also