Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW FEAT] Check spreadsheet file type (Google Sheet or Excel file) and return an error message if the file is latter #162

Open
ttsukagoshi opened this issue Feb 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ttsukagoshi
Copy link
Owner

No description provided.

@ttsukagoshi ttsukagoshi added the documentation Improvements or additions to documentation label Feb 18, 2022
@ttsukagoshi ttsukagoshi added this to the v3.1.0 milestone Feb 18, 2022
@ttsukagoshi ttsukagoshi self-assigned this Feb 18, 2022
@ttsukagoshi
Copy link
Owner Author

When the spreadsheet URL designated by the user in the add-on interface refers to a .xlsx file instead of a Google Sheets file, the add-on returns a runtime error:

Service Spreadsheets failed while accessing document with id *********.

or in ja,

ドキュメント(*********)にアクセス中に スプレッドシート のサービスに接続できなくなりました。

It would be better for the user if they can see a more specific error message than this general error. Possibly check the spreadsheet file's extension before proceeding with the mail merge process?

@ttsukagoshi ttsukagoshi changed the title [DOCS] Check add-on's behavior for users trying to use it on xlsx files in Google Sheets and reflect the results on Docs [NEW FEAT] Check spreadsheet file type (Google Sheet or Excel file) and return an error message if the file is latter Feb 27, 2022
@ttsukagoshi ttsukagoshi added enhancement New feature or request and removed documentation Improvements or additions to documentation labels Feb 27, 2022
@ttsukagoshi ttsukagoshi modified the milestones: v3.1.0, v3.2.0 Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant