[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.SpreadSerializer

SpreadSerializer Class

Represents the serializer object for opening from and saving to a file, the entire Spread component and all its data.

Inheritance
SpreadSerializer
Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SpreadSerializer
Public Class SpreadSerializer

Constructors

Name Description
SpreadSerializer()

Methods

Name Description
IsSpreadXmlFile(Stream)

Determines whether the specified stream contains a top-level Spread XML node.

IsSpreadXmlFile(string)

Determines whether the specified file contains a top-level Spread XML node.

LoadTextFile(SheetView, bool, IncludeHeaders, bool, string, string, string, string)

Loads the text (string) data with the specified formatting.

LoadTextFile(SheetView, bool, IncludeHeaders, bool, string, string, string, string, bool)

Loads the text (string) data with the specified formatting.

LoadTextFile(SheetView, bool, IncludeHeaders, string, string, string, string)

Loads the text (string) data with the specified formatting.

LoadTextFile(SheetView, bool, IncludeHeaders, string, string, string, string, bool)

Loads the text (string) data with the specified formatting.

LoadTextFile(SheetView, Stream, bool, IncludeHeaders, bool, string, string, string)

Loads the text from a stream with the specified formatting.

LoadTextFile(SheetView, Stream, bool, IncludeHeaders, bool, string, string, string, Encoding)

Loads the text from a stream with the specified formatting.

LoadTextFile(SheetView, Stream, bool, IncludeHeaders, bool, string, string, string, Encoding, bool)

Loads the text from a stream with the specified formatting.

LoadTextFile(SheetView, Stream, bool, IncludeHeaders, string, string, string)

Loads the text from a stream with the specified formatting.

LoadTextFile(SheetView, Stream, bool, IncludeHeaders, string, string, string, Encoding)

Loads the text from a stream with the specified formatting.

LoadTextFile(SheetView, Stream, bool, IncludeHeaders, string, string, string, Encoding, bool)

Loads the text from a stream with the specified formatting.

LoadTextFile(SheetView, string, bool, IncludeHeaders, bool, string, string, string)

Loads the text file with the specified formatting.

LoadTextFile(SheetView, string, bool, IncludeHeaders, bool, string, string, string, Encoding)

Loads the text file with the specified formatting.

LoadTextFile(SheetView, string, bool, IncludeHeaders, bool, string, string, string, Encoding, bool)

Loads the text file with the specified formatting.

LoadTextFile(SheetView, string, bool, IncludeHeaders, string, string, string)

Loads the text file with the specified formatting.

LoadTextFile(SheetView, string, bool, IncludeHeaders, string, string, string, Encoding)

Loads the text file with the specified formatting.

LoadTextFile(SheetView, string, bool, IncludeHeaders, string, string, string, Encoding, bool)

Loads the text file with the specified formatting.

OpenXml(FpSpread, Stream)

Loads the specified XML data (for an entire Spread component) from a stream into a Spread component.

OpenXml(FpSpread, string)

Loads the specified XML data (for an entire Spread component) from a file into a Spread component.

SaveXml(FpSpread, Stream, bool)

Saves an entire Spread component to an XML stream.

SaveXml(FpSpread, string, bool)

Saves an entire Spread component to an XML file.