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

Can I save the uploaded file as it is? #6

Closed
taylous opened this issue May 21, 2020 · 1 comment
Closed

Can I save the uploaded file as it is? #6

taylous opened this issue May 21, 2020 · 1 comment

Comments

@taylous
Copy link

taylous commented May 21, 2020

  • 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.

@cscan
Copy link
Owner

cscan commented May 21, 2020

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.

@cscan cscan closed this as completed May 21, 2020
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

2 participants