Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Comments 在Libroffice calc中,是否可以将注释转换为单元格内容?_Comments_Libreoffice Calc - Fatal编程技术网

Comments 在Libroffice calc中,是否可以将注释转换为单元格内容?

Comments 在Libroffice calc中,是否可以将注释转换为单元格内容?,comments,libreoffice-calc,Comments,Libreoffice Calc,我有一个excel电子表格,其中有许多单元格的注释。我希望将这些内容转换为相邻列中的单元格内容 这可能吗?怎么做?基本上我检查一下: 使用Comment.Parent.AbsoluteName检查单元格的绝对名称(格式为$Sheet1.$A$1)和Comment.String,以便在找到单元格时检索注释。 时间有点贵

我有一个excel电子表格,其中有许多单元格的注释。我希望将这些内容转换为相邻列中的单元格内容

这可能吗?怎么做?

基本上我检查一下: 使用Comment.Parent.AbsoluteName检查单元格的绝对名称(格式为$Sheet1.$A$1)和Comment.String,以便在找到单元格时检索注释。 时间有点贵