Spreadsheet: use html tags to style your content
When you import a Spreadsheet file, the formatting of your content does not apply to your map.
If you want to style it, you can use HTML tags directly in the cells of your file.
Bold: <b>text</b>
Italics: <i>text</i>
Line break: text<br>text
Create a bulleted list:
![]() |
<ul style="list-style:circle"><li> <li>150 mΒ² rooftop with view over Parisian roofs</li> <li>Lounge and cafeteria with food service</li> <li>3 equipped meeting rooms (50 and 15 mΒ²)</li> <li>2 parking lots with assigned space</li> |
πTo go further: When assigning fields, on the mapping there is only one configured field to add an image or video in URL format.
However, if you want to add an image AND a video, or multiple media, you can use them in the "description" field once formatted as follows:
- Additional image: add an image tag
<p><img src="photo url"width="100%"height="300"></p>
- Additional video: use the embed instead of the URL, quick example π:
URL: https://www.youtube.com/watch?v=rawqw3Jwhzs&t=5s
Embed: <iframe width="100%"height="315" src="https://www.youtube.com/embed/rawqw3Jwhzs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

π‘ Tip: to make your media adapt to the results panel on all types of devices, make sure to replace the width with 100%.
β¨ To learn more about the Spreadsheet connector ππ click here!
Do you have other questions? The team is here to help, write to us at customers@getwemap.com π
