Is it possible to copy selected ranged cells of one workbook to another using NPOI in C#? If yes, can I have sample of how it is done? So far, I am stuck with: sheet.SetActiveCellRange(0,3,0,3);
I am not sure how to move forward from this code. Thank you.