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

# PR Details ## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested ## Types of changes - [ ] Docs change / refactoring /...

size/M

Is it possible to have an image in the header/footer?

enhancement

# PR Details add auto fit columns function ## Description add auto fit columns function ## Related Issue #92 ## Motivation and Context ## How Has This Been Tested ##...

size/L

**Description** **Steps to reproduce the issue:** 1. a excel documment has 10,000 merged cells 2. open the doc and call the GetMergeCells function 3. **Describe the results you received:** it...

I have a question regarding the AddPicture method. I understand that in Excel, cell sizes can change depending on the screen size and other environmental factors. Therefore, I thought about...

# RemoveRow Method Processing Time Issue ## Issue Description The `RemoveRow` method in the excelize library appears to have extended processing times, especially when dealing with a large number of...

enhancement

Recommend providing an `AutoFilters` flag on `excelize.Table` to disable auto-filters on table creation to allow a custom selection of columns to enable filters using `AutoFilter`. Here is an example of...

enhancement

- Added method GetTableData to extract raw table values - Added method GetTableColumns to extract values with their columns I'm not so sure about the naming of these functions, feel...

size/L

Description 我发现在使用Excelize库生成Excel文件时,文件尺寸相对较大。我希望Excelize能够提供一种方法或功能,以减小生成的Excel文件的尺寸,从而减少存储和传输成本。 Steps to reproduce the issue 使用Excelize库创建一个包含大量数据和样式的Excel文件。 将该文件保存到磁盘或进行传输。 Describe the results you received (你收到的结果) 生成的Excel文件相对较大,导致存储和传输时占用较多的资源。 Describe the results you expected 我期望Excelize能够提供一种方法或功能,通过优化生成的Excel文件,减小文件尺寸,以减少资源占用。 go version go version go1.21.1 windows/amd64 Excelize version...

**Description** I need to show pivot data in outline form or tabular form, but now only support compact, may we also support setting outline and tabular ? **Describe the results...

enhancement