Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1016 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 1016 Bytes

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 :)