Open linxingfang opened 9 years ago
抱歉,可能得问xmlbuilder的作者了,我也不了解
那可不可以增加对表情符号的解析?
can you at least handle the error please?
ok was able to fix this issue! just add the following line to every Sheet.prototype.toxml = function():
allowSurrogateChars: true
解决办法, //if (chr) { // throw new Error("Invalid character (" + chr + ") in string: " + str + " at index " + chr.index); //}
为何作此判断?