I'm trying to write a Grid with strings to a notebook. The Cell I'm creating should be a Text Cell. When the NotebookWrite is executed I get the String displayed with quotes. Is there a way to get rid of these?
nb = CreateDocument[]
NotebookWrite[nb,Cell[ToBoxes@Text[Style[Grid[{{"one", "two"}}, Frame -> All],Black, 14]],"Text"]]
ShowStringCharacters -> False. – Kuba Sep 01 '17 at 20:31