python - xlsxwriter Python merge() 不工作

标签 python xlsxwriter

我正在尝试使用 xlsxwriter 创建“组合”图表,但组合()函数似乎不再起作用。如果您只是使用他们网站上的演示代码 ( http://xlsxwriter.readthedocs.org/en/latest/example_chart_combined.html ),您会收到属性错误:“ChartColumn”对象没有属性“combine”。

有人知道 xlsxwriter 发生了什么吗?

最佳答案

我也提出了同样的问题。 但现在我升级了我的包,现在版本 0.9.9 运行良好

关于python - xlsxwriter Python merge() 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29661727/

相关文章:

Python - 我正在尝试解压缩一个包含多个 zip 文件的文件

python - django aws s3图像在上传时调整大小并访问各种调整大小的图像

Python读取文件,错误识别点字符

python - 将带有参数的 Python 装饰器合并为一个装饰器

python - 如何解决 Windows 上的 "NotImplementedError"urllib2/gevent 错误?

python - 如何在 xlsxwriter 中将列设置为 DATE 格式

python - 有没有办法使用 XlsxWriter 对包含文本的单元格进行着色?

python - 为什么我收到 KeyError : "Django settings doesn' t define RESOLVER"?

python - XlsxWriter 无法设置标题

python - 在 Python XlsxWriter 中,如何将带有日期的 X 轴设置为文本轴?