Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Excel 中使用非空标题或单元格获取最后一列?换句话说,获取 Excel 标题行中的最后一个非空单元格以获取相应列的编号索引。
在 C# 中真的找不到如何做到这一点。在 VBA 中,使用 XlToleft 相当简单。
我正在使用 .NET 和 Excel 互操作。
不要单击要完全留空的行。例如:如果您的数据在第 8 行结束,请不要单击第 9 行或第 10 行或任何大于该行的行。由于 excel 工作表计算这些行并发送空白。
If you are using OLEDB connection it reads that blank row and column only if you have clicked on a single cell in that row or column
或者
通过您的代码显式检查 null 。