import json import jpype import asposecells jpype.startJVM() from asposecells.api import * workbook = Workbook('json_filename.json') htmloptions = HtmlSaveOptions() workbook.save('output.html', htmloptions)