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

escapeCsv prop not working to eliminate =" value #166

Open
qadirfarooq opened this issue Jan 31, 2022 · 4 comments
Open

escapeCsv prop not working to eliminate =" value #166

qadirfarooq opened this issue Jan 31, 2022 · 4 comments

Comments

@qadirfarooq
Copy link

i am not sure how to remove the =" at the beginning of the column values. all column values has this value added. from the document it is mentioned if we pass false to this prop escapeCsv = false it will remove it. but its not working for me. can i have an working example for this. all the fields with decimal value need to apply formula on it and its not working because of these extra values (=").

@skckoar
Copy link

skckoar commented Jun 8, 2022

I am having same issue, any fix ?

@qadirfarooq
Copy link
Author

qadirfarooq commented Jun 8, 2022 via email

@wolfdave
Copy link

wolfdave commented Jun 9, 2022

It works if you use it like this with a colon:

<download-excel :fields="json_fields" worksheet="Worksheet" name="Export.csv" type="csv" :escapeCsv="false" :data="json" > Download CSV </download-excel>

@qadirfarooq
Copy link
Author

qadirfarooq commented Jun 9, 2022 via email

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

3 participants