0

In Excel 2013 into cell i post this string

'<xml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">'

Then i copying this cell to clipboard using ctrl+c and post to notepad using ctrl+v I get this

"<xml xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"">'
"

So all my string became quoted and trimed first single quote, also added additional quotes to url, how to prevent changes and get string as it is.

enter image description here

Community
  • 1
  • 1
Dmitrij Holkin
  • 1,995
  • 3
  • 39
  • 86

1 Answers1

0

Excel identifies the first ' as Symbol that the value in a cell is text.

And are you sure it is doubling the " when pasting it into notepad?

AngularDev
  • 144
  • 1
  • 10