Freigeben über


SpreadsheetDocument.FromFlatOpcString Methode

Definition

Überlädt

FromFlatOpcString(String)

Erstellt eine neue Instanz von SpreadsheetDocument aus einer Zeichenfolge im flachen OPC-Format für einen MemoryStream mit erweiterbarer Kapazität.

FromFlatOpcString(String, Package)

Erstellt eine neue Instanz von SpreadsheetDocument aus einer Zeichenfolge im Flat OPC-Format.

FromFlatOpcString(String, Stream, Boolean)

Erstellt eine neue Instanz von SpreadsheetDocument aus einer Zeichenfolge im flachen OPC-Format auf einem

FromFlatOpcString(String, String, Boolean)

Erstellt eine neue Instanz von SpreadsheetDocument aus einer Zeichenfolge im Flat OPC-Format.

FromFlatOpcString(String)

Erstellt eine neue Instanz von SpreadsheetDocument aus einer Zeichenfolge im flachen OPC-Format für einen MemoryStream mit erweiterbarer Kapazität.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument FromFlatOpcString (string text);
static member FromFlatOpcString : string -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function FromFlatOpcString (text As String) As SpreadsheetDocument

Parameter

text
String

Die Zeichenfolge im Flat OPC-Format.

Gibt zurück

Eine neue Instanz von SpreadsheetDocument.

Gilt für:

FromFlatOpcString(String, Package)

Erstellt eine neue Instanz von SpreadsheetDocument aus einer Zeichenfolge im Flat OPC-Format.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument FromFlatOpcString (string text, System.IO.Packaging.Package package);
static member FromFlatOpcString : string * System.IO.Packaging.Package -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function FromFlatOpcString (text As String, package As Package) As SpreadsheetDocument

Parameter

text
String

Die Zeichenfolge im Flat OPC-Format.

package
Package

Die Package des SpreadsheetDocument-Zieldokuments.

Gibt zurück

Eine neue Instanz von SpreadsheetDocument.

Gilt für:

FromFlatOpcString(String, Stream, Boolean)

Erstellt eine neue Instanz von SpreadsheetDocument aus einer Zeichenfolge im flachen OPC-Format auf einem

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument FromFlatOpcString (string text, System.IO.Stream stream, bool isEditable);
static member FromFlatOpcString : string * System.IO.Stream * bool -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function FromFlatOpcString (text As String, stream As Stream, isEditable As Boolean) As SpreadsheetDocument

Parameter

text
String

Die Zeichenfolge im Flat OPC-Format.

stream
Stream

Die Stream , auf der das SpreadsheetDocument erstellt wird.

isEditable
Boolean

Im ReadWrite-Modus. False für den schreibgeschützten Modus.

Gibt zurück

Eine neue Instanz von SpreadsheetDocument.

Gilt für:

FromFlatOpcString(String, String, Boolean)

Erstellt eine neue Instanz von SpreadsheetDocument aus einer Zeichenfolge im Flat OPC-Format.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument FromFlatOpcString (string text, string path, bool isEditable);
static member FromFlatOpcString : string * string * bool -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function FromFlatOpcString (text As String, path As String, isEditable As Boolean) As SpreadsheetDocument

Parameter

text
String

Die Zeichenfolge im Flat OPC-Format.

path
String

Pfad und Dateiname des SpreadsheetDocument-Ziels.

isEditable
Boolean

Im ReadWrite-Modus. False für den schreibgeschützten Modus.

Gibt zurück

Eine neue Instanz von SpreadsheetDocument.

Gilt für: