My example csv file content now is (A1, B1, A2, B2):
“ColA”,“ColB”
,A2(now missing),“ImageDescription”
My question is: What would I have to write in cell A2 so that the result after opening the file with LibreOffce Calc is the same as if I would use the program function (and use the link mentioned)?
My original file is very large, and don’t want to insert manually 10,000 images.
I would like to do that somehow via some kind of code defined in the csv file.
For example:
“ColA”,“ColB”
useLinkToDoTheSameAutomaticallyWhatTheInsertImageFunctionDoes(https://myExampleDomain.com/myImage.jpg),“ImageDescription”
useLinkToDoTheSameAutomaticallyWhatTheInsertImageFunctionDoes does not exist, it is just to demonstrate how it could/should work.
PS: How can I format this text, how can I say: NewLine???