
Excelize 2.10.1 Released - Powerful open-source library for spreadsheet (Excel) document
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. GitHub: github.com/xuri/excelize We are pleased to announce the release of version 2.10.1. Featured are a handful of new areas of functionality and numerous bug fixes. A summary of changes is available in the Release Notes . A full list of changes is available in the changelog . Release Notes The most notable changes in this release are: Breaking Change Removed three exported error variables: ErrStreamSetColStyle , ErrStreamSetColWidth , and ErrStreamSetPanes . Notable Features Added the ChartDataPoint data type Added the DataPoint field to ChartSeries Added the DropLines and HighLowLines fie
Continue reading on Dev.to Python
Opens in a new tab




