smartsheet-platform/smartsheet-python-sdk

Will cell.column_type be used?

davocarli opened this issue · 0 comments

I noticed while utilizing the SDK that Cell() objects have attributes "_column_type" and "column_type". As far as I can tell, these are never populated by the SDK, so trying to access the variables always returns None. I was curious if there is any intention of populating this attribute when getting a sheet?