Member-only story
Every Golang Developer Needs To Use This Package
3 min readApr 16, 2022
Welcome back! Golang is an awesome programming language with a ton of capability, if you’re new to Golang, check out the link below to learn more about it:
So, let’s take a look at an amazing Golang package that every developer should use, this is the excelize package, it’s a library that allows use to read and write Microsoft Excel spreadsheets in Golang! Here is a link to their repostiory:
This library allows us to create spreadsheets from scratch, it also allows us to add charts and pictures to our spreadsheets as well, all within our Golang project!