Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Golang Excelize Library
Rating: 4.6 out of 5(2 ratings)
460 students

Learn Golang Excelize Library

Read and Write Excel XLSX files with Go language Excelize library
Created byRi Xu
Last updated 9/2022
English
English

What you'll learn

  • You will learn over 50 usually functions of Excelize by examples
  • You will learn Excel documents import and export, data visualization, and data analysis
  • You will learn generate or parsing complex spreadsheet documents
  • You will master Excelize high-performance large Excel document reading and writing, and integration with business systems

Course content

3 sections10 lectures1h 22m total length
  • Excelize Introduction3:26

    Explore the Go Excelize library for reading and writing Excel spreadsheets, including importing and exporting data, styling, merging cells, inserting pictures, and creating charts.

  • Go language and Excelize Develop Environment Setup (Windows & Mac)7:03

    Set up a Go development environment and learn to read and write Excel files with Excelize. Master importing, exporting, styling, merging cells, inserting pictures, and charts.

  • Basic Concepts9:26

    Learn the basics of the Go Excelize library, including Excel concepts like cells, references, workbooks and sheets, supported formats, and quickstart examples for creating, reading, charts, and pictures.

Requirements

  • No Go language experiences needed
  • Familiar with the use of Excel

Description

Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files. Supports reading and writing spreadsheet documents generated by Microsoft Excel™ 2007 and later. Supports complex components by high compatibility, and provided streaming API for generating or reading data from a worksheet with huge amounts of data.


The goal of Excelize is to create and maintain a Go language version of the Excel Document API to handle xlsx files that conform to the Office Open XML (OOXML) standard. With Excelize you can use Go to read and write MS Excel files.


If you need to manipulate Excel documents through programs, such as: open to read existing Excel document content, create new Excel documents, generate new Excel documents based on existing documents (templates), insert images into Excel documents, charts Elements such as tables and sometimes need to implement these operations across platforms. Excelize can easily meet these needs.


In this course you will learn over 50 usually functions of Excelize by examples, learn Excel documents import and export, data visualization, and data analysis, and generate or parsing complex spreadsheet documents. You will master Excelize high-performance large Excel document reading and writing, and integration with business systems

Who this course is for:

  • Beginner or familiar Go language developers curious Excel spreadsheet read and write