I have a JSon file that contains Data/Text as :

{"issue":{"author":{"name":"administrator Admin","id":1},"status":{"name":"New","id":1},"created_on":"2012/03/21 14:15:49 +0545","spent_hours":10.0,"start_date":"2012/03/21","project":{"name":"New voice list","id":8},"tracker":{"name":"Feature","id":2},"done_ratio":30,"updated_on":"2012/03/21 14:21:30 +0545","due_date":"2012/03/29","description":"sasasasas","id":1,"estimated_hours":40.0,"subject":"abcd","priority":{"name":"Normal","id":4}}}

I need to display the Issue data to the Excel-Sheet as;
A B C
1. Issue
2. author name administrator Admin
id 1

and so on......

Please , could somebody help me to find its solution. i could not figure it out myself.
It would be very helpful ,

Thank you.