This tutorial explains how to create a spreadsheet and manipulate it using the Go language with the Excelize. The spreadsheet is a page in an Excel file; it contains rows and columns with specific names.
Excelize completing this tutorial, you will be able to create a spreadsheet and perform read operations on it.
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.