How can I use excel to add/edit 3D text properties?

I’m working on a simple virtual tour for a building for which I want to add text with Name, Position, Contact info, etc. What I’m attempting to do is have said 3D text modifiable from an external program such as Excel so the end-user has an user-friendly way of changing things. I also wish the text will make a new line for each column/property so it doesn’t shoot thru the walls :stuck_out_tongue: .

Here’s an example:

Name

Job Position

Contact Information

Comment

Photo (If possible, although probably not ideal for Excel I think)

Font size (If said text doesn’t fit in the room)

You could have Excel save out a text file that Unity reads in as a TextAsset, and then use that to fill in the properties of your entities.