GetUnformattedValueAt Method (Python)
Returns the unformatted value of the specified data cell, as a unicode string. This allows you to obtain all available digits for a cell that contains a numeric value. In addition, any footnote markers associated with the cell are removed in the returned value. To obtain the value of the cell, formatted in the same manner as it appears in the pivot table, use the GetValueAt method.
Syntax
SpssDataCells.GetUnformattedValueAt(row,column)
Parameters
row. Row index
column. Column index