SetTableLook Method (Python)
Applies a predefined table look.
Syntax
SpssPivotTable.SetTableLook(filename)
Parameters
filename. Path to the TableLook (.stt) file
On Windows, it is recommended to use raw strings for file paths, or replace backslashes with forward slashes (IBM® SPSS® Statistics accepts a forward slash for any backslash in a file specification). Raw strings are specified by prefacing the string with r, as in r'c:\examples\mydata.sav'. In raw mode, Python treats all backslashes in the string as the backslash character and not as the start of an escape sequence.