I'm using NPOI in my .net core library to do some operations in my excel sheet.
I'm now want to get the used rang in the worksheet. Is there any way to achieve this target? For some reasons, I cannot use Microsoft.Office.Interop.Excel
COM component.