vue-json-excel
vue-json-excel copied to clipboard
escapeCsv prop not working to eliminate =" value
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 (=").
I am having same issue, any fix ?
i think i ended up using another package.
On Wed, Jun 8, 2022 at 1:05 AM skckoar @.***> wrote:
I am having same issue, any fix ?
— Reply to this email directly, view it on GitHub https://github.com/jecovier/vue-json-excel/issues/166#issuecomment-1149542185, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGTJRKMGTIGNEVK2B2E477TVOBA2JANCNFSM5NHS4TNQ . You are receiving this because you authored the thread.Message ID: @.***>
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>
great appreciate your response.
On Thu, Jun 9, 2022 at 12:49 AM wolfdave @.***> wrote:
It works if you use it like this with a colon:
<download-excel :fields="json_fields" worksheet="Worksheett" name="Export.csv" type="csv" :escapeCsv="false" :data="json" > Download CSV
— Reply to this email directly, view it on GitHub https://github.com/jecovier/vue-json-excel/issues/166#issuecomment-1150738057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGTJRKNT4EBHMO25LKBCOTDVOGHXVANCNFSM5NHS4TNQ . You are receiving this because you authored the thread.Message ID: @.***>