xuri
xuri
Thanks for your issue. Sorry, after evaluating, I'm afraid no plan to add this feature recently. I'll certainly accept that patch if somebody did that.
Thanks for your issue. There are two kinds of functions in the excelize library: normal mode functions and stream mode functions. The stream mode function is used to generate a...
Thanks for your issue. Could you show us a complete, standalone example program or reproducible demo? If you open an existing workbook, please provide the file attachment without confidential info.
Thanks for your issue. If you specify the `AutoFit` value as `true` when adding a picture, the image will be resized to fit the cell size but keep the original...
This related issues #260, #279 and #569. We can calculate column width by referencing the following docs (ECMA-376, ISO/IEC 29500 §18.3.1.13): ```text Column width measured as the number of characters...
Thanks for your issue. There are 2 kinds of function modes in this library, the normal mode function and the stream mode function. Which mode function are you using? In...
Contributions are welcome. I need some time to clarify exactly how to support this feature.
Thanks for your issue. I'll consider adding support for batch row deletion.
Thanks for your issue. Please specify the `Outline` value as `true` in each `PivotTableField` field, for example: ```go Filter: []excelize.PivotTableField{{Data: "FieldName", Outline: true}}, ```
Thanks for your issue. Currently, this library doesn't support this feature, but you can duplicate column cells by getting and setting each cell's value and style via existing functions by...