I have frontend project on vue + javascript and I want to show excel file in browser.
I installed the gridjs-spreadsheet package via npm,
on backend site I convert excel to Json:
workbook.Save(stream, SaveFormat.Json)…...excel to json: workbook.Save(stream, SaveFormat.Json); and then...then I send the json to the frontend to load it in the viewer....