xresloader icon indicating copy to clipboard operation
xresloader copied to clipboard

跨平台Excel导表工具(Excel=>protobuf/msgpack/lua/javascript/json/xml)

Results 4 xresloader issues
Sort by recently updated
recently updated
newest added

[ERROR] xresloader - org.apache.poi.ooxml.POIXMLException: error: 已经为元素 "v:fill" 指定绑定到名称空间 "urn:schemas-microsoft-com:office:office" 的属性 "relid"。 [ERROR] xresloader - org.apache.poi.ooxml.POIXMLFactory.createDocumentPart(POIXMLFactory.java:68) [ERROR] xresloader - org.apache.poi.ooxml.POIXMLDocumentPart.read(POIXMLDocumentPart.java:660) [ERROR] xresloader - org.apache.poi.ooxml.POIXMLDocumentPart.read(POIXMLDocumentPart.java:677) [ERROR] xresloader - org.apache.poi.ooxml.POIXMLDocument.load(POIXMLDocument.java:165) [ERROR] xresloader -...

bug

row[0] | row[1] | row[2] | row[3] 123 |   | 456 | 能否转成[123, 0, 456] 仅对中间的值填充,对后面的空值压缩

question

我看example里面都是将Enumeration单独定义在一个 proto内,随后其他proto编译时 -I引入使用。看起来似乎不支持定义在一个proto内同时导出在一个UE .h文件内。 我使用自带的java编译命令,使用一个proto同时定义了枚举和message,使用-t 导出UE的json,使用 -f -m导出相应的cpp,.h但是其中的头文件没有成功包含枚举类型信息,如果使用了-c参数导出的cpp和.h名字和 -m内指定的信息冲突,同时导出的内容将枚举信息识别成一个message。

enhancement
question
do-not-stale

表格比较大时,转表会出现如下关键词错误。 ``` Zip bomb detected! The file would exceed the max. ratio of compressed file size to the size of the expanded data. ``` 建议提供如下功能开关选项 ```java ZipSecureFile.setMinInflateRatio(-1.0d); ```