GetValueAt Method (Python)
Returns the value of the specified data cell, as a unicode string, and formatted in the same manner as it appears in the pivot table. To obtain an unformatted version of the cell, use the GetUnformattedValueAt method.
Syntax
SpssDataCells.GetValueAt(row,column,includeFootnotes)
Parameters
row. Row index
column. Column index
includeFootnotes. Optional Boolean specifying whether to include footnote markers in the returned value. The default is True.