read_workbook_stream method

read_workbook_stream

Writes the internally contained Excel workbook it into an stream.

Returns

Returns an instance of Stream containing a copy of the internally contained Excel workbook.

def read_workbook_stream(self):
    ...

See Also