xuri

Results 199 comments of xuri

This issue was duplicate with #1312. I have fixed it.

Thanks for your issue, but sorry, I don't purpose to add this feature to this library, because that the HTML parser is not in the scope of this library, the...

Excelize support to open an existing spreadsheet as a template or create new by `NewFile`, and write worksheet row by row with [`SetSheetRow`](https://xuri.me/excelize/en/sheet.html#SetSheetRow) or streaming writer.

Could you try with `ShetSheetRow` and `SetCellValue`, it can be easy to use and flexible to binding data.

`SetCellValue` support to concurrency set cell values since [v2.3.0](https://github.com/xuri/excelize/releases/tag/v2.3.0) and `SetSheetRow` support to concurrency set cells for a row in the worksheet since [v2.4.1](https://github.com/xuri/excelize/releases/tag/v2.4.1).

This issue about the `DuplicateRow` function similar with #772. I close this and merge it into issue #772 is still discussing this.

Thanks for your issue, as the documentation of the [`GetRows`](https://pkg.go.dev/github.com/xuri/excelize/v2#File.GetRows) function says, the tail continuously empty cell in each row will be skipped.

Hi @duysqubix, I have made made a figure in issue #1245 to explain what kind of cells will be skipped for your reference, and I closed this issue. If you...

Thanks for your issue. This library doesn't support this feature currently. I'll consider adding support for it later.

@dlion Thanks for your issue, this library doesn't support to create or update charts in xlsx. I intend to add this function next. Try to open a pre-designed document that...