新增word文档生成

This commit is contained in:
SanLi
2020-06-25 17:49:29 +08:00
parent 5cd1789f0c
commit a80d672bb4
10 changed files with 24 additions and 107 deletions

View File

@@ -35,21 +35,13 @@ public enum EngineFileType implements Serializable {
*/
HTML(".html", "documentation_html", "HTML文件"),
/**
* DOC
* WORD
*/
DOC(".doc", "documentation_doc", "WORD文件"),
WORD(".doc", "documentation_word", "WORD文件"),
/**
* DOCX
* EXCEL
*/
DOCX(".docx", "documentation_docx", "WORD文件"),
/**
* XSL
*/
XSL(".xsl", "documentation_xsl", "EXCEL文件"),
/**
* XLSX
*/
XLSX(".xlsx", "documentation_xlsx", "EXCEL文件");
EXCEL(".xsl", "documentation_excel", "EXCEL文件");
/**
* 文件后缀

View File

@@ -1,20 +0,0 @@
<#--
screw-core - 简洁好用的数据库表结构文档生成工具
Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
-->

View File

@@ -17,4 +17,3 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
-->

File diff suppressed because one or more lines are too long

View File

@@ -1,20 +0,0 @@
<#--
screw-core - 简洁好用的数据库表结构文档生成工具
Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
-->

View File

@@ -1,20 +0,0 @@
<#--
screw-core - 简洁好用的数据库表结构文档生成工具
Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
-->

View File

@@ -1,17 +0,0 @@
#*
* screw-core - 简洁好用的数据库表结构文档生成工具
* Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*#

View File

@@ -1,17 +0,0 @@
#*
* screw-core - 简洁好用的数据库表结构文档生成工具
* Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*#