I want to read excel file using angular code. my file is stored somewhere in my local system e.g, C:/data/test.xlsx
I have already tried loading with readFile() & load() methods of exceljs.
they fail to read anything, instead they give error
I want to read excel file using angular code. my file is stored somewhere in my local system e.g, C:/data/test.xlsx
I have already tried loading with readFile() & load() methods of exceljs.
they fail to read anything, instead they give error