Spread for ASP.NET 8.0 Product Documentation
LoadTextFile Method (SheetView)


Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters.
Loads text into a sheet.
Overload List
OverloadDescription
LoadTextFile(String,Boolean,IncludeHeaders,Boolean,String,String,String)Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters.  
LoadTextFile(String,Boolean,IncludeHeaders,String,String,String,Encoding)Loads a text file with data (and perhaps headers) into the sheet with the specified delimiters.  
LoadTextFile(String,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding)Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters.  
LoadTextFile(String,Boolean,IncludeHeaders,String,String,String,Encoding,Boolean)Loads a text file with data (and perhaps headers) into the sheet with the specified delimiters.  
LoadTextFile(String,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding,Boolean)Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters.  
LoadTextFile(Stream,Boolean,IncludeHeaders,String,String,String)Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters.  
LoadTextFile(Stream,Boolean,IncludeHeaders,Boolean,String,String,String)Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters.  
LoadTextFile(Stream,Boolean,IncludeHeaders,String,String,String,Encoding)Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters.  
LoadTextFile(Stream,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding)Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters.  
LoadTextFile(Stream,Boolean,IncludeHeaders,String,String,String,Encoding,Boolean)Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters.  
LoadTextFile(Stream,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding,Boolean)Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters.  
LoadTextFile(String,Boolean)Loads a text file with the specified name into the sheet.  
LoadTextFile(Stream,Boolean)Loads a stream that contains delimited data into the sheet.  
LoadTextFile(String,Boolean,IncludeHeaders,String,String,String)Loads a text file with data (and perhaps headers) 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.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members
SaveTextFile Method
SaveTextFileRange Method

User-Task Documentation

Opening a Text File

 

 


Copyright © GrapeCity, inc. All rights reserved.