Is it possible to convert JSON data to an excel using the gson library?
485 views
Skip to first unread message
Srisudhir Tadepalli
unread,
Nov 21, 2012, 4:21:48 AM11/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googl...@googlegroups.com
Is it possible to convert JSON data to an excel using the gson library?
Is yes how can we do that? Can we have columns names given?
Jean-Marc Spaggiari
unread,
Nov 21, 2012, 7:47:30 AM11/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googl...@googlegroups.com
Hi Srisudhir,
Spreadsheets usually understand CSV formats. So I think you can
converte your GSon to objects then to CSV? I'm not sure you can go
directly from GSon to CSV.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googl...@googlegroups.com
If you need to do a one off conversion, you can use my website json-csv.com. Let me know if you need an API to do the conversion as I could provide this for you.