I've been successfully importing an Excel spreadsheet into Wordpress but since updating to 3.8 the data copied across is corrupted. The page is at http://www.bottle-shop.co.uk/beers
Here's an example of a line of code copied across from Excel:
</td><td class="bottle"> Marble: Barley Wine </td><td class="vol"> 750ml </td><td class="abv"> 10.7 % </td><td class="country"> UK </td><td class="price"> £ 20.00 </td></tr>
When I click from text to visual and back, the code has all disappeared from where I pasted it and a new line has been added towards the top of the page with this:
Marble: Barley Wine750ml10.7 %UK£ 20.00
All the formatting elements have vanished. Why, oh, why is this not copying across as it always has? I've tried copying a line from the old sheet that pasted perfectly last time but it doesn't work.
Does anybody have any ideas why the text I'm seeing copied across gets corrupted and moved by Wordpress?