excelize icon indicating copy to clipboard operation
excelize copied to clipboard

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets

Results 185 excelize issues
Sort by recently updated
recently updated
newest added

**Description** I generate an qr with https://github.com/yeqown/go-qrcode and place it into a cell. I have tried scaling options, changing format etc I'm getting the following result in the preview app....

needs more info

**Description** hi,I want to parse an xlsx file with 3000 rows and 50 columns. If the parsing time for each cell is too long, I will concurrently retrieve the properties...

**Description** Hi, Maintainers How can I set the `Fill` color for each part of pie chart ? Like: ```go for idx, row := range [][]interface{}{ {"Apple", "Orange", "Pear"}, {2, 3,...

duplicate

# PR Details Added support for Data Entity Types which supports richer data structures within Excel ![image](https://github.com/qax-os/excelize/assets/18266623/b4cd12aa-5150-43c6-bdaf-038d9485ee75) ## Description ## Related Issue https://github.com/qax-os/excelize/issues/1853 ## Motivation and Context Able to add...

size/XXL

I have a excel sheet with cell value set as 2:31:30 AM in cell B13. When I tried to invoke f.GetCellType('sheet 1', 'B13') returns 0. ( which implies the CellTypeUnset)....

duplicate

Bumps the go_modules group with 1 update: [golang.org/x/image](https://github.com/golang/image). Updates `golang.org/x/image` from 0.14.0 to 0.18.0 Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x dependencies 55c4ab6...

dependencies
go

To one of my projects, need to add data extraction from xlsb files which already using this library to handle xlsx files. Will this library support xlsb file format soon?

When you use SetRow() in the stream method, you know the function of recording to a temporary file and emptying the buffer in the Sync() logic when the data length...

**Description** Using excelize in a go binary increases the size by 17 MB. This is by far the biggest dependency in our eco-system. Is there any way to decrease the...

**Description** where real cell value is `0.125`, it display `0.13` in Microsoft Excel™ . but when using `GetCellValue` to read, it got `0.12` **Describe the results you received:** `0.12` **Describe...

needs more info