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** Using style functions to format the worksheet can be a lot time consuming. So maybe introduce a feature that would parse existing html table to create worksheet. **New Functions**...

Could you please add the refresh all data (ctrl + alt + F5) ? Please !! ex) python code. xlapp = win32com.client.DispatchEx("Excel.Application") wb = xlapp.Workbooks.Open(".book..xlsx") xlapp.Visible = False **wb.RefreshAll() xlapp.CalculateUntilAsyncQueriesDone()**...

**Description** In my task i needed know how many rows and cols merge with cell and i wrote function for get this information I propose to add this function to...

### Description The dedupl operation in `SetCellRichText()` is quite CPU intensive when exporting a bunch of cells together (at least ***O(n²s)***, where ***n*** is the number of cells and ***s***...

enhancement

**Description** I have a xlsm file that contains drawing objects (buttons), and I would like to be able to edit the visibility of these. I've been looking around and it...

enhancement

**Description** Set hyperlink to a cell after flushing StreamWriter does not work **Steps to reproduce the issue:** 1. StreamWriter.Flush 2. SetCellHyperLink 3. Save **Describe the results you received:** Hyperlinks are...

enhancement

Hello, I am not entirely sure this isn't already possible and I haven't spotted it, however I would need to be able to print out of a XLSX cell the...

enhancement

I need merge two excel file into one. I'm not find the function to get DataValidation and ConditionalFormat form the excel file.

enhancement

Hello, is it possible to add timelines and slicers?

enhancement