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 电子表格,其中有许多单元格的注释。我希望将这些转换为相邻列中的单元格内容。
这可能吗?如何?
基本上检查这个: https ://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=58858 使用 Comment.Parent.AbsoluteName 检查单元格的 absoluteName(格式为 $Sheet1.$A $1) 和 Comment.String 以在找到单元格时检索评论。时间有点贵。