Convert-Excel-to-JSON

Convert Excel Workbook to JSON

No need to wonder how to convert Excel Workbook to JSON, because Apose.Cells for .NET library has best decision. The Aspose.Cells API provides support for converting spreadsheets to JSON format. To export the workbook to JSON, pass SaveFormat.Json as the second parameter of Workbook.Save method. You may also use JsonSaveOptions class to specify additional settings for exporting worksheet to JSON.

The following code example demonstrates exporting Excel Workbook to Json. Please see the code to convert source file to to the Json file generated by the code for reference.

The following code example which uses JsonSaveOptions class to specify additional settings demonstrates exporting Excel Workbook to Json. Please see the code to convert source file to the Json file generated by the code for reference.