|
Using phpmyadmin to look at a table in my mySQL database, I can read all the entries, each set out in their fields.
But I want to export these to an Excel sheet so that I get exactly the same formatting, including line breaks within one field. I've tried several methods, but I get the data all messed up across the columns.
How do I do this so that my Excel sheet reads exactly the same way as the phpmyadmin layout?
KB
|