xuri
xuri
Hi @dw130, please specify [`RawCellValue`](https://pkg.go.dev/github.com/xuri/excelize/v2#Options) field as `true` in the options of the `GetCellValue`, `GetRows` or rows/columns iterator, and reference details about the result of `GetCellType` in [this comment](./1041#issuecomment-950164580) of...
The excelize doesn't support to get data validation and conditional format currently, I have added this feature request to the [Roadmap](https://github.com/xuri/excelize/wiki).
Thanks for your issue, here is some performance figures for your reference: [Performance Figures](../wiki#performance-figures).
LGTM, thanks for your great work.
Thanks for your issue. The author will show with bold style in the comments box currently. I'll consider adding support for creating rich text comments later.
Sorry, this library doesn't support this feature currently.
Could you describe the scenario of using listen to cell change event? If you can tell the cell to change listener (handler) when setting cell value in your program, that...
When will mutations happen to a cell? I think if you know who will modify the cell value, if which also using this library to change the cell value, could...
Yep, please reference the document, you can specify scale, offset, size, and position by [`AddPicture`](https://xuri.me/excelize/zh-hans/image.html)
That does not support extracting multi-image by GetPicture currently, I'll consider adding this feature later.