parsing_pivot_cached_records property
parsing_pivot_cached_records property
Indicates whether parsing pivot cached records when loading the file. The default value is false.
Remarks
Only applies for Excel Xlsx, Xltx, Xltm , Xlsm and xlsb file
Definition:
@property
def parsing_pivot_cached_records(self):
    ...
@parsing_pivot_cached_records.setter
def parsing_pivot_cached_records(self, value):
    ...
See Also
- module aspose.cells
- class HtmlLoadOptions