get_values method
Contents
[
Hide
]get_values
Gets cell values in this area.
Returns
If this area is invalid, “#REF!” will be returned; If this area is one single cell, then return the cell value object; Otherwise return one 2D array for all values in this area.
def get_values(self):
...
get_values
Gets cell values in this area.
Returns
If this area is invalid, “#REF!” will be returned; If this area is one single cell, then return the cell value object; Otherwise return one 2D array for all values in this area.
def get_values(self, calculate_formulas):
...
Parameter | Type | Description |
---|---|---|
calculate_formulas | bool | In this range, if there are some formulas that have not been calculated, this flag denotes whether those formulas should be calculated recursively |
See Also
- module
aspose.cells
- class
ReferredArea