读取xls文件返回错误“ 4710203392字节的VirtualAlloc失败,错误号为errno = 1455”

时间:2019-04-03 07:13:10

标签: go

使用包github.com/extrame/xls在Go中读取xls文件,但它返回类似VirtualAlloc of 4710203392 bytes failed with errno=1455的内存错误

file, _ := xls.Open("test.xls", "utf-8")

如何增加内存或可以在Go中使用的任何其他软件包?

0 个答案:

没有答案