excelize
excelize copied to clipboard
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
The definition of what a 'Comment' is has evolved over time within Excel. What previously was called a 'Comment' in Excel (that shows up as an attached yellow-sticky note to...
**Description** Need api (or doc at least) on how to go from style number to attributes of style (such as color). I am trying to get the color of a...
**Description** I am using SetCellValue() to insert Values into a Cells on an XLSX template. These cells are then being used by formulas (set through SetCellFormula()) in other cells to...
if err := file.SaveAs("Book1.xlsx"); err != nil { fmt.Println(err) }
**Description** I use StreamWriter for generate large xlsx files. It's just text files: no formatting/styles. ```go // about 100 columns with different data. But data size does not seriously matter...
**Description** I have a spreadsheet (attached) that has 81 columns and 13 rows, yet some of the rows read only 79 or 80 columns . I have tried Excelize and...
Adjust Sheet2 before Sheet1
**Steps to reproduce the issue:** 1.add some picture into different rows 2.change other pictures on the file!! **3.multi sheet excel file** ```text Hello. when i want to add some picture...
I write large excel file using streaming mode. SetPanes() is work well in 2.31 but it not worked in 2.4.1