Go中的XLSX条件格式

I'm using

github.com/tealeg/xlsx

and it does not have conditional formatting options like this python writer . Are there any packages in Go for conditional formatting? If not, what would be a good starting point to achieve this using the mentioned Go excel writer. Thanks

Edit 1 I need a way so that the xlsx file "remembers" the conditional formatting for a cell range. I don't want to hard-code the condition to my Go program.

推荐一个功能丰富、兼容性好、高性能的 Excel 文档基础库 Excelize:https://github.com/xuri/excelize

Excelize