All Projects → scbizu → report

scbizu / report

Licence: MIT License
manually write doc(docx) by OOXML

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to report

Phpstamp
The XSL-way templating library for MS Office Word DOCX documents.
Stars: ✭ 150 (+614.29%)
Mutual labels:  word, office, doc
Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 2,335 (+11019.05%)
Mutual labels:  word, office, doc
Desktopeditors
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
Stars: ✭ 1,008 (+4700%)
Mutual labels:  word, office, doc
Mschart
📊 mschart: office charts from R
Stars: ✭ 94 (+347.62%)
Mutual labels:  word, office
Documentbuilder
ONLYOFFICE Document Builder is powerful text, spreadsheet, presentation and PDF generating tool
Stars: ✭ 61 (+190.48%)
Mutual labels:  word, doc
Superfileview
基于腾讯浏览服务Tbs,使用X5Webkit内核,实现文件的展示功能,支持多种文件格式
Stars: ✭ 1,115 (+5209.52%)
Mutual labels:  word, doc
Docx
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Stars: ✭ 2,150 (+10138.1%)
Mutual labels:  word, office
Npoi
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
Stars: ✭ 1,751 (+8238.1%)
Mutual labels:  word, office
Summernote Cleaner
Plugin for Summernote that adds a Button and/or Paste functionality for cleaning MS Word Crud from editor text
Stars: ✭ 148 (+604.76%)
Mutual labels:  word, office
Kkfileviewofficeedit
文件在线预览及OFFICE(word,excel,ppt)的在线编辑
Stars: ✭ 234 (+1014.29%)
Mutual labels:  word, office
Office Ribbonx Editor
An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
Stars: ✭ 205 (+876.19%)
Mutual labels:  word, office
Androiddocumentviewer
Android 文档查看: word、excel、ppt、pdf,使用mupdf及tbs
Stars: ✭ 235 (+1019.05%)
Mutual labels:  word, office
GemBox.Document.Examples
Read, write, convert and print document files (DOCX, DOC, PDF, HTML, XPS, RTF, and TXT) in a simple and efficient way.
Stars: ✭ 53 (+152.38%)
Mutual labels:  word, doc
Js Word
✒️ Word Processing Document Library
Stars: ✭ 1,203 (+5628.57%)
Mutual labels:  word, doc
rgpipe
lesspipe for ripgrep for common new filetypes using few dependencies
Stars: ✭ 21 (+0%)
Mutual labels:  word, office
craXcel-cli
Command line application to unlock Microsoft Office password protected files.
Stars: ✭ 44 (+109.52%)
Mutual labels:  word, office
Officeproducer
Produce doc/docx/pdf format from doc/docx template
Stars: ✭ 95 (+352.38%)
Mutual labels:  office, doc
WordMat
WordMat is an add-in to MicroSoft Word enabling math functionality
Stars: ✭ 25 (+19.05%)
Mutual labels:  word, office
OfficeExtractor
Extracts embedded OLE objects from Word, Excel, PowerPoint, Open Office and RTF files without needing the original programs
Stars: ✭ 67 (+219.05%)
Mutual labels:  word, office
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (+9.52%)
Mutual labels:  word, office

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].