Json

Convert Excel Workbook to JSON

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 the Workbook.Save method. You may also use JsonSaveOptions class to specify additional settings for exporting a worksheet to JSON.

The following code example demonstrates exporting the active worksheet to JSON by using the SaveFormat.Json enumeration member. Please see the code that converts the source file to the output JSON file generated by the code for reference.

Advanced topics

  • Convert CSV to JSON
  • Convert-Excel-to-JSON
  • Convert JSON to CSV
  • Convert-JSON-to-Excel