GridJsWorkbook.SaveToCacheWithFileName

GridJsWorkbook.SaveToCacheWithFileName method

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 .

public void SaveToCacheWithFileName(string uid, string filename, string password)
ParameterTypeDescription
uidStringThe unique id for the file cache.
filenameStringThe filename to save.
passwordStringThe excel file’s open password. The value can be null If no passowrd is set.

See Also