#excel
Read more stories on Hashnode
Articles with this tag
For myself, I'm using this function async function readDataFromExcel(file: File): Promise<any[]> { return new Promise((resolve, reject) => { ...