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

Copied cells comes with double quotes #35

Closed
DataGridXL opened this issue Jul 15, 2022 · 1 comment
Closed

Copied cells comes with double quotes #35

DataGridXL opened this issue Jul 15, 2022 · 1 comment

Comments

@DataGridXL
Copy link
Owner

Cell value: Hi my “name” is Rogerio
Copy value from cell: “Hi my “”name”” is Rogerio”

These double quotes probably come from PapaParse parse/unparse methods. Check if we need to have these double quotes. Copying Hi my “name” is Rogerio from Google Spreadsheets does not result in double quotes.

Perhaps introduce a new option:

var grid = new DataGridXL("grid", {
  addQuotesToCopiedValues: false
});
@DataGridXL
Copy link
Owner Author

Issue has been solved in new update 22.07.18.

New option is called escapeQuotesOnCopy which is now false by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant