unioffice
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
How to download and setup unioffice
Open terminal and run command
git clone https://github.com/unidoc/unioffice.git
git clone is used to create a copy or clone of unioffice repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with unioffice https://github.com/unidoc/unioffice/archive/master.zip
Or simply clone unioffice with SSH
[email protected]:unidoc/unioffice.git