SeeMeJuiner

Results 3 issues of SeeMeJuiner

## 🐛 Bug Report Lib version: 4.4.0 ## Steps To Reproduce ```javascript sheet.eachRow(function (row, rowNumber) { if(rowNumber == 60) { debugger } records += '{'; row.eachCell(function (cell, cellNumber) { if((cell.isMerged...

## 💬 Questions and Help ![image](https://github.com/exceljs/exceljs/assets/12757080/75fb6a03-572e-4a5d-8748-08d690ae41d8) I want to get all the merged cells of an excel template at once, what do I do?

I' am a newer for exceljs , Can anybody give me some help for complete demo code?