Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Google Sheets API URL encoding for sheet cell ranges (#393)
URL encode the sheet title and cell range parameters when constructing the Google Sheets API URL to handle special characters in sheet names or ranges which together construct the cell range which is the appended to URL.This prevents API errors when working with sheets that contain spaces or other special characters in their titles.
- Loading branch information