【发布时间】:2011-12-06 13:01:38
【问题描述】:
我搜索了一下,找到了链接C# EPPlus OpenXML count rows
int iRowCount = currentWorksheet.Dimension.End.Row - currentWorksheet.Dimension.Start.Row;
但这给出的计数值为 4721。它给出了整个行数,我怎样才能获得有价值的行数。类似 UsedRange。
【问题讨论】:
标签: c# asp.net excel io epplus