0

I have an app built in Vue2 and I need to export data to excel, displaying a result like the image you find below.

I have gone through several vue libraries, but I have not found something that allow me to create a layout like that.

The only one seems this one: https://github.com/securedeveloper/react-data-export but it's for React.

Can somebody point me out a vue or js library che does the job?

Many thanks

enter image description here

1 Answer 1

1

XLSX might be a good solution to your problem. It's not specific to Vue 2, but it does allow you to have control over which cells you write to.

SO question for reference

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.