❔ I want to export JSON to Excel file.
I want to export JSON to Excel file in DOTNET. Can anyone help me to do it?
3 Replies
Example JSON? Example excel?
short answer, use System.Text.Json and a library like ClosedXML
if you need more specific help you'll have to provide more details
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.