Set the comments in a column label.
SetComments(comments)
none
import PyOrigin PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).SetComments('intensity') print('Show the comment in column 1') PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).GetComments()
GetComments