|
FlexCel Studio for VCL/LCL
|
This method is similar to OpenFile, but it reads a stream instead of a file.
procedure LoadFromStream(const DataStream: TStream);
__fastcall LoadFromStream(const TStream DataStream);
|
Parameters |
Description |
|
const DataStream: TStream |
Stream with the Excel file. Make sure it is at the correct position (normally 0), since FlexCel will try to read the file from the current position. |
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|