ivanovecindy / unioffice-examples

Examples for creating and processing DOCX XLSX PPTX files with UniOffice in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples

This example repository demonstrates many use cases for UniDoc's UniOffice Go library. Example code should make it easy for users to get started with UniOffice and address specific use cases. Feel free to add to this by submitting a pull request.

Structure

The folder hierarchy is as follows:

  • document/ folder contains examples for creating and processing Word DOCX document files.
  • spreadsheet/ folder contains examples for creating and processing Excel XLSX spreadsheet files.
  • presentation/ folder contains examples for creating and processing Powerpoint PPTX presentation files.

Build all examples

Simply run the build script which builds all the binaries to subfolder bin/

$ ./build_examples.sh

About

Examples for creating and processing DOCX XLSX PPTX files with UniOffice in Go


Languages

Language:Go 99.9%Language:Shell 0.1%