【发布时间】:2019-07-28 20:50:59
【问题描述】:
我有一个使用 Pandas 数据框生成的 excel 文件。我想在 Excel 文件中添加 Python 中的“公共”、“机密”等敏感度标签。
This link shows the normal way of adding the sensitivity label in Office 365
但是,我想用代码完成同样的事情。
OpenPyxl 确实提供了一种添加密码的方法,但不提供敏感度标签。
【问题讨论】:
标签: python excel python-3.x pandas dataframe