Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / Open Method


In This Topic
    Open Method (FpSpread)
    In This Topic
    Opens a saved Spread XML file and loads it into the Spread component.
    Opens a Spread XML file.
    Overload List
    OverloadDescription
    Opens a saved Spread XML file and loads it into the Spread component.  
    Opens a saved Spread XML file and loads it into the Spread component from a stream.  
    Remarks

    These methods open a source of Spread-compatible XML (Extensible Markup Language) from a file or stream.

    For opening an Excel-formatted file, refer to the OpenExcel method. For opening a text file, refer to the SheetView LoadTextFile method.

    See Also