Hello Community,
I am trying to automate dataflow from excel to Smartsheet using Python. The excel has 12000+ rows and 42 Columns. The Python script was able to transfer 11000+ rows successfully, but then throwing these errors:
ERROR:smartsheet.smartsheet:{"response": {"statusCode": 400, "reason": "Bad Request", "content": {"errorCode": 5636, "message": "You have reached the cell limit of 500,000 cells for this sheet. You won't be able to add more than 500,000 cells in this sheet. Contact us at <a href=\"https://www.smartsheet.com/gethelp\" target=\"_blank\">www.smartsheet.com/gethelp</a> for any help.", "refId": "...}}}.
Any help?
Thanks,
Devi