因为要时常和第三方对接,公司要求对外输出 world 文档,使用公司 world 文档模板,请教一下,有没有工具能直接生产文档,并使用对应的 world 模板,目前都是手写的文档,太累了,想轻松点
1
Goooooos 57 天前
word ?
|
2
kristofer 57 天前
不知道有没有直接开源的,不过按你的需求,你自己写一个应该也花不了多少时间。
|
3
zjcoding 57 天前
看看 swagger 的文档导出,有 word 格式,参考下实现
|
4
ninjashixuan 57 天前
md 不是更好的选择么
|
5
gzh 57 天前 2
poi-tl 。https://deepoove.com/poi-tl/
|
6
Curiosity777 OP @Goooooos 嗯嗯,打错了
|
7
Curiosity777 OP @kristofer 想搞个自动的
|
8
Curiosity777 OP swagger 输出的 word 格式有点乱
|
9
Curiosity777 OP @gzh 谢谢我了解下
|
10
1024potato 57 天前 1
https://deepoove.com/poi-tl/ 这个很好用,我们现在就是用的这个
|
11
austinuit 57 天前
使用 Java POI 来进行模板变量替换,实现上不是很难,但是很烦,容易出现 bug
|
12
Mandelo 57 天前
Aspose
|
13
COOOOOOde 56 天前
swagger=>markdown=>word
|
14
Curiosity777 OP @1024potato 谢谢,用了一下,非常 nice
|
15
Curiosity777 OP @gzh 谢谢,太棒了,完美切合需求
|
16
Curiosity777 OP @austinuit 对,用了 poi-tl 挺好用
|