Go Language Spreadsheet Library: Excelize 2.3.2 Released

Excelize.png

Excelize is a library written in pure Go that provides a set of functions that allow you to read and write XLSX / XLSM / XLTM files. Supports reading and writing of spreadsheet documents generated in Microsoft Excel & trade; 2007 and later. It is highly compatible, supports complex components, and provides a streaming API for generating or reading data from worksheets that contain large amounts of data.

In some cases, import existing Excel document content, create a new Excel document, generate a new Excel document based on an existing document (template), insert an image into an Excel document, manipulate an Excel document such as a chart programmatically. is needed. Elements such as tables. You may need to implement these operations across platforms. Excelize can easily meet these needs.

Open Source

GitHub: github.com/xuri/excelize

Doc: xuri.me/excelize/ja

2021-1-4, version 2.3.2 has been released. Notable are some new areas of functionality and numerous bug fixes.

A summary of the changes can be found in the Release Notes (https://github.com/360EntSecGroup-Skylar/excelize/releases/tag/v2.3.2).

Release notes

The most notable changes in this version are:

new function

Improve compatibility

Fixing the problem

Performance optimization

Other

Recommended Posts

Go Language Spreadsheet Library: Excelize 2.3.2 Released
Go language learning record
Go language environment construction
Go language cheat sheet
Features of Go language
go language learning miscellaneous notes 1
[Golang] About Go language channel
Hello World in GO language