C# 读取 excel中的 数字 的 时候,提示错误 “ 数字必须介于 1 和 32767 之间“

时间:2022-11-04 21:49:06
C# 读取 excel中的内容, 有些数字,在excel里面 以 文本的格式存放的, 当读取到这些 数字 的 时候,提示错误
“  System.Runtime.InteropServices.COMException (0x800A141C): 数字必须介于 1 和 32767 之间。
   在 Microsoft.Office.Interop.Word.Tables.Add(Range Range, Int32 NumRows, Int32 NumColumns, Object& DefaultTableBehavior, Object& AutoFitBehavior)”

该如何解决呢?

网上没有找到解决方法。

非常谢谢大家啊。

2 个解决方案

#1


int64或long 。

#2


看看,文本是否包含空格了

#1


int64或long 。

#2


看看,文本是否包含空格了