Amazing how much time i wasted trying to do something so simple because excel is trying to be clever. Also amazed i couldn't find an answer to this already since I know I'm not the only person who ran into this problem.
I have a query I've run in sql server management studio. returns a couple of columns one of which is a bunch of html.
I want to copy and paste the results into excel and I do not want excel to try and do anything clever with the html. Just paste it all into a cell. Right now excel is totally messing up the data because it's parsing all the html tags and splitting what should
be a single column into multiple columns a rows, not to mention it's loading any img tags etc
I've already tried doing a paste special, tried formatting as text, tried saving my results as a txt file with pipe separated fields. Excel continues to try and parse the html.