简体   繁体   中英

Copy/Paste Text From The Tool-tip Of Google Sheets Cell

I want to capture the tooltip text of the URLs that Google sheet shows.

I've this link in the Google sheet: https://www.vingle.net/

When I hover over this URL, this text is shown: Create an account or log in - Vingle is an interest-based community platform available via mobile and web, where users can connect with people who love what they love!

Like this:

在此处输入图像描述

This is what I want to do: Copy whatever text is shown in the popup/tooltip of the URL and paste it in the cell next to it. From this:

在此处输入图像描述

To this:

在此处输入图像描述

FYI, this is actually the meta tag. Most of you might offer IMPORT functions but the I don't want to use import function for some reason. I just want the text that Google sheet is already capturing. Is it possible?

Copy whatever text is shown in the popup/tooltip of the URL and paste it in the cell next to it.

I do not think that can be done in Google Sheets. There are no methods in the Sheets API nor in SpreadsheetApp to capture contents of a pop-up info panel. You would have to retrieve the meta tag through an importdata() formula or a script that uses UrlFetchApp() .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM