obj
is just the name of the notebook file being represented as a NotebookObject
. It is assuming you are trying to extract the unevaluated code from another notebook.
But I guess you're copying content from outside of Mathematica into a Mathematica notebook? I tried to recreate your issue by copying a column from a Google sheet, and using Paste[]
gave me each spreadsheet cell as an Input
style cell in Mathematica, without them being added together—I can't seem to recreate your issue.
Can you post a picture or step-by-step process of what you are doing?