export_to_xbrl method

export_to_xbrl()

Export to XbrlDocument object.

Returns

The XbrlDocument object.

def export_to_xbrl(self):
    ...

export_to_xbrl(file_name)

Export to xbrl file.

def export_to_xbrl(self, file_name):
    ...
ParameterTypeDescription
file_namestrThe xbrl document file name.

export_to_xbrl(stream)

Export to xbrl stream.

def export_to_xbrl(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBase

See Also