Spread ASP.NET 6.0 Product Documentation
LoadTextFile Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : LoadTextFile Method


Glossary Item Box

Loads a text file with the specified name into the sheet. Loads text into a sheet.

Overload List

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.