Raman Shekhawat

Results 2 comments of Raman Shekhawat

You can do like this. ````dart var sheet = excel['ColumnIterables']; var colIterables = ['A', 'B', 'C', 'D', 'E']; int colIndex = 0; colIterables.forEach((colValue) { sheet.cell(CellIndex.indexByColumnRow( rowIndex: sheet.maxRows, columnIndex: colIndex, ))...

replace line ** return status(400).info** with `return res.status(400).send(info);`