I’m unable to connect the google sheet with excel i’'m encountering following error while debugging.
Write Range: Invalid data[0]: Unable to parse range: Sheet1!A1 [400]
Main Sequence: Invalid data[0]: Unable to parse range: Sheet1!A1 [400]
23.6.1-beta.13324+Branch.release-v23.6.1.Sha.52787b786620e97cba5555379da6e6bb423b3e6b
Source: Main Sequence
Message: Invalid data[0]: Unable to parse range: Sheet1!A1 [400]
Hi @Harshit_Rai
Here are a few things you can check to troubleshoot and resolve the issue:
Verify the sheet name: Double-check that the sheet name “Sheet1” is correct. Ensure there are no leading or trailing spaces, and the case matches exactly.
Confirm the range format: Make sure the range is in the correct format. In this case, “Sheet1!A1” refers to cell A1 in Sheet1. Ensure there are no typos or missing characters.
Check access permissions: Ensure that your Google Sheet has the necessary permissions to be accessed by the Google Sheets API. Make sure the account used for the connection has the appropriate access rights to the spreadsheet.
Test with a different range: Try using a different range, such as “Sheet1” (for the entire sheet) or “Sheet1!A1:B10” (for a specific range of cells), to see if the issue persists. This can help identify if the problem is specific to the range you’re using.
Test with a new spreadsheet: Create a new Google Sheet and try connecting it to Excel using the same process. This can help determine if the issue is related to the specific spreadsheet or a broader problem with the connection.