Hi Everyone,
I have a concern regarding the API. I am currently accessing the API through PHP (5.6) curl calls.
The concern I have is regarding the blank cells. I have tried validating the cells through their property [VALUE] as described by the documentation. However, I am unable to properly parse through blank cells. In PHP I have tried using property_exists() and isset() methods but they all fail to identify cells with blank [VALUE]
Is there a better way to check and validate if the retreived cell is blank or not?
Any input would be greatly appreciated.
Thank you