Hi Omar,
Thanks for contacting Syncfusion support.
We have checked your query, we have achieved your requirement by using Button click as like in the below code snippet.
App.vue
|
<template>
<div>
<ejs-button v-on:click.native="btnClick"> Open Sheet</ejs-button>
<div id="Spreadsheet"></div>
</div>
</template>
….
btnClick: function () {
new Spreadsheet({}, "#Spreadsheet");
}, |
For your reference we have created sample here.
Could you please check the above details, and get back to us, if you need assistance on this.
Regards,
Aravinthan S