export_object method

export_object

Export one object.

Returns

The information about the result of exporting object.

  • For exporting objects when export workbook to HTML format, the result is URL string to access the saved Image from the html file which contains this exported object.
def export_object(self, e):
    ...
ParameterTypeDescription
eExportObjectEventThe event triggered when one object needs to be exported.

See Also