write_workbook_stream method

write_workbook_stream

Initializes the internally contained Excel workbook with user-specified value.

def write_workbook_stream(self, ms):
    ...
ParameterTypeDescription
msio.RawIOBaseThe user-supplied stream containing the entire Excel workbook.

See Also