is there any formula in excel or any other way to unserialize php data which calls from database while exporting csv file??
I actually created a csv file successfully but their is serialized data so i want to make it unserialized
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Excel you can use text to columns in Data, then choose Delimited and the choose , or ; as a separator depending on the format of your csv.
If you want to export from database to a spreadsheet format regulary like i do, look at http://phpexcel.codeplex.com/