Manish Verma
Results
1
comments of
Manish Verma
A little bit diff way to make it reusable for all worksheets. `class Exporter{ widthConfig(data) { data.forEach(function(column){ var dataMax = 0; column.eachCell({ includeEmpty: true }, function(cell){ var columnLength = cell.value.length;...