You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description
After uploading the excel file, I want to change the data and save it back to the original file. Is there any way? (Now I am using it as exporting again, but I am worried because there are too many files.)
i would appreciate your reply.
The text was updated successfully, but these errors were encountered:
You may write custom import/export interface by yourself. For import, you could use some Excel JS library to extract the file you like, extract he values and update the v-model array. For export, some Excel JS library can also do for you.
environment
vue: 3.1.3
@vue/cli: 4.3.1
description
After uploading the excel file, I want to change the data and save it back to the original file. Is there any way? (Now I am using it as exporting again, but I am worried because there are too many files.)
i would appreciate your reply.
The text was updated successfully, but these errors were encountered: