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.
我有一个代码可以使用 BIFF4 将我的数据网格导出到 Excel 中。问题是它不能接受超过 65536 的行。我认为这是因为行索引是 word 并且它是 2 个字节。有什么办法可以写超过可用行数?任何解决方法都是可能的?任何帮助将不胜感激。
如果您必须使用 BIFF,最好的办法是将数据拆分为多个工作表。
在 Excel 97-2003 中,行限制为每张纸 65535。它应该是默认的 BIFF 行限制。