I have a list of text urls in, how i can convert all of them into clickable links?
-
Not programming related, at all! – leppie Jul 01 '10 at 12:20
-
1Tahnk you for comment but i think that script that script would be a programing. – Jask Jul 03 '10 at 09:35
3 Answers
HYPERLINK does not solve the problem. As a result, we will have two columns: the original and the results of the formula. The question was how to CONVERT urls into clickable links. My method: 1. Cut the column from calc. 2. Paste as plain text into writer (shift-ctrl-v). 3. Format > AutoCorrect > Apply. 4. Copy links back to calc.

- 41
- 1
HYPERLINK(linkaddress; celltext)

- 660
- 10
- 23
-
1The result is quite different from the result one obtains when one explicity does "Insert > Hyperlink". That's damned inconsistent. – David Tonhofer Jul 13 '15 at 10:18
Hopefully you found a solution in the 6+ years since your question, but it may help others searching for the same solution.
Converting them in openoffice-calc
is a cumbersome process.
It's much easier to copy them to openoffice-writer
and covert them there, then copy them back:
Copy and paste the list of urls into a
openoffice-writer
document.From the
Format
menu, chooseAutoCorrect
, thenAutoCorrect Options...
On the
Options
tab, click both the[M]
and[T]
boxes next toURL Recognition
and click theOK
button.Select the list, go to
Format
>AutoCorrect
>Apply
.Copy the url list back to
openoffice-calc
.
Hope this helps someone!

- 11
- 1
-
For LibreOffice 7.2.5.2.0 (and probably some similar versions) the `AutoCorrect` item is under `Tools` and has subitems, from which you need to select `Apply`. – Dirk Jun 02 '22 at 14:45