标签: c# excel
我想知道如何从excel表中获取最后一行。 我使用过FullRow = worksheet.Rows.Count; 但它返回excel表中的所有行。
FullRow = worksheet.Rows.Count;