i need to find the empty cell numbers ,like cell A2 is empty cell B2 is empty i need the exact cell details which are empty

Viewed 10

const excelFile = reader.readFile(req.files['excelFile'][0].path) var worksheet = excelFile.Sheets[excelFile.SheetNames[0]] const excelData = reader.utils.sheet_to_json(excelFile.Sheets[excelFile.SheetNames[0]])

0 Answers
Related