I am able to read Excel file via FileReader
but it outputs text as well as weird characters with it. I need to read xls
file row-wise, read data in every column and convert it to JSON.
How to read xls file row by row?
I am able to read Excel file via FileReader
but it outputs text as well as weird characters with it. I need to read xls
file row-wise, read data in every column and convert it to JSON.
How to read xls file row by row?