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)…... The document is not showing in the viewer...dependencies //Including jszip import JSZip from 'jszip'; window...