natergj / excel4node

Node module to allow for easy Excel file creation
MIT License
1.38k stars 215 forks source link

Set selected/active cell #320

Open robbie-wilson opened 4 years ago

robbie-wilson commented 4 years ago

I'm generating a spreadsheet with rows of most recent items at the bottom, I want to be able to set the active cell to the most recent item.

Really looking for something like worksheet.setActiveCell(0, 0); Am I missing something in the docs?

Thanks