Antonio González Gómez
Results
1
comments of
Antonio González Gómez
For anyone still looking for this, I'm using a function based on @Mithgol algorithm from #270 with some tweaks: ```javascript workbook.SheetNames.forEach(function(name) { const sheet = workbook.Sheets[name]; const range = XLSX.utils.decode_range(sheet['!ref']);...