ekozan / report

manually write doc(docx) by OOXML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

report

goreference CircleCI

manually write doc(docx) by Word XML 2003

Support :

  • MS Office 2003 +
  • WPS

How it Works :

Firstly, the .doc file is a special .xml file if you open a doc with an editor like atom or vscode, so ,if you want to generate the doc file in the code side, you will just need to marshal your content in the doc's way ,it means that you should follow office's official OOXML guidebook .

What the report do is that it will provide some useful SDKs to simplify your coding .

You can learn more about it by checking example directory as well as clicking the godoc button.

Thanks for watching it :)

About

manually write doc(docx) by OOXML

License:MIT License


Languages

Language:Go 100.0%