raybon.lee
raybon.lee
I have the same problem, currently he has this is a simple conversion, there is a cell merge problem, I also mentioned a PR
try table-layout:auto
I also tried it, didn't work
`use PhpOffice\PhpWord\Settings; Settings::setOutputEscapingEnabled(true)` this is work ,it not bug
see the `TemplateProcessor` class
good idea
需要把安装好的给拷贝到内网
mysql 配置需要配置成: ``` binlog_format = row binlog_row_image = full ``` binlog_format = mixed 模式 这个无法解析回滚sql
可以用 pip3 install pymysql
python3 可以 使用 `pip3 install -r requirements.txt` ``` PyMySQL==0.9.3 wheel==0.29.0 mysql-replication==0.21 ``` 问题解决,看代码像是版本参数不兼容