Project 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.

Instalar

InstallationThe following table shows the minimum requirements of Go language with each Excelize released version:Excelize VersionMinimum Go Language Version Requirementsv2.7.01.16v2.4.0 ~ v2.6.11.... Show How to Install

Uso

Create Excel documentHere is a minimal example usage that will create spreadsheet file:package main import ( "fmt" "github.com/xuri/excelize/v2" ) func main() { f := exceliz... Mostrar Uso

Resenha
Your rating
Review this project

Statistics

2022-09-01 22:43
Resenha por xuri

Rating:
(0 of 0 people found this review helpful)
Easy to use and powerful functional.
Review List

Recent Activities

2024-02-26
03:41
Excelize
[Git] commits were pushed to 'excelize' (current: 688808b2b4f7bb1f338991c810cd2ee6a7bb1451)
This closes #1819, formula calculation engine support array formulas - Improve the defined name ...
2024-02-24
10:15
Excelize
[Git] commits were pushed to 'excelize' (current: 02b84a906cb6adc54c0616080cc334a7af05d69d)
This closes #1820, converted styleFillVariants from slice to func (#1821)
2024-02-05
21:58
Excelize
[Git] commits were pushed to 'excelize' (current: 9cbe3b6bd085a5b45ade85ba70ef578ab31a0b0f)
This closes #1807, calculation engine support date and formula type cell (#1810) Co-authored-by...
2024-02-04
23:39
Excelize
[Git] commits were pushed to 'excelize' (current: bba155e06da987f631278dba8c80545713b4a3b7)
This closes #1805, support set chart axis font family, size and strike style (#1809) - Update u...
2024-02-03
13:07
Excelize
[Git] commits were pushed to 'excelize' (current: a258e3d8580c5a4d16454bc4642d2a1704dd0ed9)
Fix CalcCellValue does not return raw value when enable RawCellValue (#1803)
Show history