ReadWorkbookStream()

IChartData::ReadWorkbookStream() method

Writes the internally contained Excel workbook it into an in-memory stream.

virtual System::SharedPtr<System::IO::MemoryStream> Aspose::Slides::Charts::IChartData::ReadWorkbookStream()=0

Return Value

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

See Also