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...using Aspose.Cells.GridJsDemo.Models; using Newtonsoft.Json.Linq;...