excelize
excelize copied to clipboard
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Isn't there a need to copy formatted columns? `InsertCols()` method will only insert blank columns.
**Description** I am attempting to use excelize to record some financial data (in US Dollars). This requires using decimal values that have exactly 2 decimal places for cents. Excelize only...
Hello, i have different date format in sheet. It's possible to format dates to one format when i iterating with rows and get rows values with (*excelize.Rows).Columns or i should...
548 / 5,000 Resultados de traducción Traducción I have the following code: // Add headers to the Excel file headers := []string{"ID", "Status", "Product", "Cost", "# of people", "Order",...
# PR Details Add function `ResizeTable` to resize a table instead of deleting and adding a table ## Description ## Related Issue ## Motivation and Context It seems easier to...
**Description** I'm currently trying to import images from Excel into my online sheet project using excelize. However, the `excelize.Picture` does not provide information on the image's scaling and offset in...
使用excelize.Rows读取数据,如何知道合并的单元格占用了多少行;目前遇到的场景,有多行数据需要读取,这时候A1、A2这两行的某一列被合并了,代表它其实是一条数据;因为数据量比较大,所以目前只能通过excelize.Rows一行一行读取数据,但是发现返回的数据类型是string,并没有记录每个单元格所占用的长和高,请问可以如何解决呢
**Description** We learned `DONT use File method and StreamWriter at same time`. Now we need to set cell hyper link, could excelize add support of StreamWriter.SetCellHyperLink? Thanks! **Steps to reproduce...
excelize 2.7.1 Golang 1.20.5 I finally have the streamwriter functionality writing data to a worksheet, what used to take minutes now takes milliseconds! To finish my worksheet I need to...
I'm currently working with excelize and developed an implementation that writes into an excel a given array of struct. The implementation uses the 1.19 go version with generics. Could be...