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

As the title, when I use the Copysheet function in loop(100 counts), my memory usage will reach 2GB, when I remove the Copysheet function, it will drop to 80MB. ```go...

enhancement

**Description** SetCellValue() and MergeCell() are very slowly when populate a large number of cells if style value is bigger than 0 **Describe the results you received:** when SetCellValue() or MergeCell()...

Hello !I don't see the operation of Fill handle (the black cross in the lower right corner of the cell) in the document. Is there no such function? Sometimes it's...

enhancement

**Description** When using SetColWidth, I have found that the actual column width seen when opening the file in Excel is 0.71 or 0.72 narrower than the width requested. Conversely, I...

confirmed

**Description** I have found that if you open a workbook that was previously saved with excelize but has not yet been opened and re-saved with Excel, and then call GetColWidth...

confirmed

**Description** I wanna insert an image and make it 100% scaling base on the height of the cell. But it didn't work whatever I adjust the parameter "format". I try...

**Description** When I add an image to an existing spreadsheet (a png in my case) whose size perfectly matches the size (in cm) of the area in which I want...

enhancement

Hi, I can draw a stacked bar chart now, but I want to set the bar's color, is any way to do it?

enhancement