标签: go
使用包github.com/extrame/xls在Go中读取xls文件,但它返回类似VirtualAlloc of 4710203392 bytes failed with errno=1455的内存错误
github.com/extrame/xls
VirtualAlloc of 4710203392 bytes failed with errno=1455
file, _ := xls.Open("test.xls", "utf-8")
如何增加内存或可以在Go中使用的任何其他软件包?