Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / LoadTextFile Method


In This Topic
    LoadTextFile Method (SheetView)
    In This Topic
    Loads a text file with the specified name into the sheet.
    Loads text into a sheet.
    Overload List
    OverloadDescription
    Loads a text file with the specified name into the sheet.  
    Loads a stream that contains delimited data into the sheet.  
    Loads a text file with data (and perhaps headers) into the sheet with the specified delimiters.  
    Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters.  
    Loads a text file with data (and perhaps headers) into the sheet with the specified delimiters.  
    Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters.  
    Loads a text file with data (and perhaps headers) into the sheet with the specified delimiters.  
    Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters.  
    Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters.  
    Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters.  
    Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters.  
    Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters.  
    Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters.  
    Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters.  
    Remarks

    For opening an Excel-formatted file, refer to the FpSpread OpenExcel method. For opening a Spread XML file, refer to the FpSpread Open method.

    See Also