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)…...UTF8); } return Content(wbj.ErrorJson(ex..."text/plain", System.Text.Encoding.UTF8); } //return File(stream, "...