Hi all,
I'm using the Smartsheet Python SDK to fetch data from my sheets. While the data retrieval works well, I'm encountering a limitation where cell formatting, specifically strikethrough, isn't captured.
Currently, the retrieved data appears without the strikethrough even though it's displayed that way in the sheet.
Is there a way to access cell formatting information like strikethrough using the SDK?
As an alternative, are there any suggested workarounds to identify rows marked for cancellation (potentially via a specific value in a designated column)?
Thanks in advance for any insights!