Поделиться через


SpreadsheetDocument.Create Метод

Определение

Перегрузки

Create(Package, SpreadsheetDocumentType)

Создает новый экземпляр класса SpreadsheetDocument из указанного пакета.

Create(Stream, SpreadsheetDocumentType)

Создает новый экземпляр класса SpreadsheetDocument из потока ввода-вывода.

Create(String, SpreadsheetDocumentType)

Создает новый экземпляр класса SpreadsheetDocument из указанного файла.

Create(Package, SpreadsheetDocumentType, Boolean)

Создает новый экземпляр класса SpreadsheetDocument из указанного пакета.

Create(Stream, SpreadsheetDocumentType, Boolean)

Создает новый экземпляр класса SpreadsheetDocument из потока ввода-вывода.

Create(String, SpreadsheetDocumentType, Boolean)

Создает новый экземпляр класса SpreadsheetDocument из указанного файла.

Create(Package, SpreadsheetDocumentType)

Создает новый экземпляр класса SpreadsheetDocument из указанного пакета.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument Create (System.IO.Packaging.Package package, DocumentFormat.OpenXml.SpreadsheetDocumentType type);
static member Create : System.IO.Packaging.Package * DocumentFormat.OpenXml.SpreadsheetDocumentType -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function Create (package As Package, type As SpreadsheetDocumentType) As SpreadsheetDocument

Параметры

package
Package

Указанный пакет OpenXml.

type
SpreadsheetDocumentType

Тип spreadsheetDocument.

Возвращаемое значение

Новый экземпляр SpreadsheetDocument.

Исключения

Возникает, если "package" имеет пустую ссылку.

Возникает, если "package" не открыт с доступом на запись.

Применяется к

Create(Stream, SpreadsheetDocumentType)

Создает новый экземпляр класса SpreadsheetDocument из потока ввода-вывода.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument Create (System.IO.Stream stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type);
static member Create : System.IO.Stream * DocumentFormat.OpenXml.SpreadsheetDocumentType -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function Create (stream As Stream, type As SpreadsheetDocumentType) As SpreadsheetDocument

Параметры

stream
Stream

Поток ввода-вывода, в котором создается spreadsheetDocument.

type
SpreadsheetDocumentType

Тип spreadsheetDocument.

Возвращаемое значение

Новый экземпляр SpreadsheetDocument.

Исключения

Возникает, если "stream" имеет пустую ссылку.

Возникает, если "поток" не открыт с доступом на запись.

Применяется к

Create(String, SpreadsheetDocumentType)

Создает новый экземпляр класса SpreadsheetDocument из указанного файла.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument Create (string path, DocumentFormat.OpenXml.SpreadsheetDocumentType type);
static member Create : string * DocumentFormat.OpenXml.SpreadsheetDocumentType -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function Create (path As String, type As SpreadsheetDocumentType) As SpreadsheetDocument

Параметры

path
String

Путь и имя файла целевого объекта SpreadsheetDocument.

type
SpreadsheetDocumentType

Тип spreadsheetDocument.

Возвращаемое значение

Новый экземпляр SpreadsheetDocument.

Исключения

Возникает, если "path" имеет пустую ссылку.

Применяется к

Create(Package, SpreadsheetDocumentType, Boolean)

Создает новый экземпляр класса SpreadsheetDocument из указанного пакета.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument Create (System.IO.Packaging.Package package, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave);
static member Create : System.IO.Packaging.Package * DocumentFormat.OpenXml.SpreadsheetDocumentType * bool -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function Create (package As Package, type As SpreadsheetDocumentType, autoSave As Boolean) As SpreadsheetDocument

Параметры

package
Package

Указанный пакет OpenXml.

type
SpreadsheetDocumentType

Тип spreadsheetDocument.

autoSave
Boolean

Следует ли автоматически сохранять созданный документ.

Возвращаемое значение

Новый экземпляр SpreadsheetDocument.

Исключения

Возникает, если "package" имеет пустую ссылку.

Возникает, если "package" не открыт с доступом на запись.

Применяется к

Create(Stream, SpreadsheetDocumentType, Boolean)

Создает новый экземпляр класса SpreadsheetDocument из потока ввода-вывода.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument Create (System.IO.Stream stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave);
static member Create : System.IO.Stream * DocumentFormat.OpenXml.SpreadsheetDocumentType * bool -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function Create (stream As Stream, type As SpreadsheetDocumentType, autoSave As Boolean) As SpreadsheetDocument

Параметры

stream
Stream

Поток ввода-вывода, в котором создается spreadsheetDocument.

type
SpreadsheetDocumentType

Тип spreadsheetDocument.

autoSave
Boolean

Следует ли автоматически сохранять созданный документ.

Возвращаемое значение

Новый экземпляр SpreadsheetDocument.

Исключения

Возникает, если "stream" имеет пустую ссылку.

Возникает, если "поток" не открыт с доступом на запись.

Применяется к

Create(String, SpreadsheetDocumentType, Boolean)

Создает новый экземпляр класса SpreadsheetDocument из указанного файла.

public static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument Create (string path, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave);
static member Create : string * DocumentFormat.OpenXml.SpreadsheetDocumentType * bool -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
Public Shared Function Create (path As String, type As SpreadsheetDocumentType, autoSave As Boolean) As SpreadsheetDocument

Параметры

path
String

Путь и имя файла целевого объекта SpreadsheetDocument.

type
SpreadsheetDocumentType

Тип spreadsheetDocument.

autoSave
Boolean

Следует ли автоматически сохранять созданный документ.

Возвращаемое значение

Новый экземпляр SpreadsheetDocument.

Исключения

Возникает, если "path" имеет пустую ссылку.

Применяется к