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'm using excelize to produce read and write workbook around an entreprise application. I'm using Table feature to get a convient sheet with banded rows. This works on Excel...

**Description** numFmt does not handle format "000" correctly. In numfmt.go:340, only "0" is handled and not any other zero placeholders. **Steps to reproduce the issue:** 1. Download [nfp-test.zip](https://github.com/qax-os/excelize/files/9295121/nfp-test.zip) 2. Extract...

duplicate

Signed-off-by: Thomas Charbonnel # PR Details This PR fixes #1296 and adds a method called `GetStyleID` on struct `Rows{}` in order to get access to a row's style ID while...

size/L

**Description** numFmt does not handle format "000" correctly. In numfmt.go:340, only "0" is handled and not any other zero placeholders. **Steps to reproduce the issue:** 1. Download [npf-test.zip](https://github.com/qax-os/excelize/files/9295107/npf-test.zip) 2. Extract...

bug
in progress

Hi, I wonder to know the feature is supported currently? In my imagine like below 1. C1 = A1+B1 2. call duplicate row 1 3. C2 = A2+B2 but in...

enhancement

**Description** I'm thinking of changing `Rows{}` to provide the StyleID for the current row being read. Is this idea okay?

enhancement

# PR Details In order to make the stream reader API behave more like StreamWriter, we have to change the type of data that is returned by `Rows` and `Columns`....

size/L

**Description** It's possible to set a worksheet's PR options using the regular API but not the streamwriter. This issue is meant to track this change.

enhancement

**Description** The regular API provides a method called [SetColStyle](https://github.com/qax-os/excelize/blob/ebea684ae5c60776d4d8364b7360d0c0603cb3b0/col.go#L420) to enable users to set a column's style. This method does not exist for the StreamingAPI (it's possible to set a...

enhancement