start_access_cache method
start_access_cache
Starts the session that uses caches to access the data in this worksheet.
def start_access_cache(self, opts):
...
Parameter | Type | Description |
---|---|---|
opts | AccessCacheOptions | options of data access |
Remarks
After finishing the access to the data, Worksheet.close_access_cache
should
be invoked with same options to clear all caches and recover normal access mode.
See Also
- module
aspose.cells
- class
Worksheet