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)…...ActionResult DetailJson(string path) { GridJsWorkbook wbj = new... string filename = Path.GetFileName(path); try { GridInterruptMonitor...