Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
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.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.