excel 转图片
需求
每日的经营数据生成报表图片发送至企微
分析
每日数据格式是固定的,excel有一定的样式,每日只需要在特定的cell里填充数据即可。
最终部署在linux上,所以win32的工具无法使用,也没有GUI。
转换流程
excel 转 html
soffice --headless --convert-to html xx.xlsx
或者
libreoffice --headless --convert-to html xx.xlsx
html 转 img
wkhtmltoimage xx.html output.png
note: 生成的图片会有一定的白边, 需要切割
其他操作
PIL 读取图片,执行添加水印等操作

浙公网安备 33010602011771号