求vue gantt图导出为excel的方法

我引用的是github上的一个项目:https://gitee.com/friends/wl-gantt,现在项目有个需求是要把gantt图导出为excel表格,导出为excel之后任务条样式如何导到excel上?

https://www.grapecity.com.cn/developer/spreadjs

这玩意可以写。但是收费。。

https://docs.microsoft.com/zh-cn/office/open-xml/how-to-insert-a-chart-into-a-spreadsheet

c#也可以写。但这不是js了。。