Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
输入:“一只狗在这里。”
规则:大胆的“狗”
输出:“一只狗在这里。”
例如,输出将在 Excel 的单元格 A1 内。
大多数使用 R 到 Excel 的条件格式(例如,openxlsx)会格式化整个单元格,但我希望格式化单元格内的部分字符串。
R中是否有为此的包或功能?(看起来有 VBA 选项,但我需要在 R 中执行此操作)。
条件格式是全部或全部。
最好的办法是使用 VBA 编辑适用的所有文本,并在每次打开/关闭工作簿时运行脚本