Import Text Labels from Excel

Hello, I am trying to figure out if I can import text from Excel as multiple labels.

1 Like

If you are still trying to do this, let me know. I imported annotations from Excel by using the Console with

graphic = cnvs.graphicWithName(“nameofgraphic”)
graphic.text = “text to go into box”

I put nameofgraphic in one column and graphic.text in another, then the CONCAT function to format the text strings, then copied / pasted it into the Console window. Worked, but a pain.