A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Another work-around I've found:
- Copy the data table
- Paste it into a text editor like NotePad or TextPad
- Leave all the pasted data highlighted. Now re-copy the data from the text editor (ctrl+c) **this step fixes the number-as-a-string issue
- Paste the data back into Excel, right over the existing data that's highlighted (ctrl+V)
Any text data should be untouched and all of the numbers (stored as strings) will instantly convert to a number.
Excel 2013 has a problem interpreting numerical data when you open it from a file. However, if you copy it from another source (i.e. the text editor) and paste it into Excel, it seems to know what to do with it.
Also note - merely copying the data from Excel and pasting into a new Excel window will not work! Pasting it into the text editor and then re-copying removes the formatting data that's causing the problem.