export_to_json_string method

export_to_json_string

Gets JSON format String of the specified spreadsheet file.

Returns

The JSON format String.

def export_to_json_string(self, filename):
    ...
ParameterTypeDescription
filenamestrThe filename of the specified spreadsheet file.

See Also