Class SpreadsheetSplitter

Class SpreadsheetSplitter

Chia file spreadsheet thành nhiều phần.
public class SpreadsheetSplitter

Inheritance

object SpreadsheetSplitter

Thành viên thừa kế

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
SpreadsheetSplitter.Process(loadOptions, saveOptions);

Methods

Process(LoadOptions, SplitterSaveTùy chọn)

public static void Process(LoadOptions loadOptions, SplitterSaveOptions saveOptions)

Parameters

Remarks

Nếu các tùy chọn tiết kiệm đã xác định Stream như output,sau đó tất cả các bộ phận chia sẽ được lưu lại cho cùng một dòng.Nếu không, các tập tin output sẽ được xây dựng từ tệp outcome cụ thể bởiNhập số chuỗi của lá và chia phần.Ví dụ, nếu tệp output được chỉ định là Split.xlsx, thìCác tập tin sẽ được Split_0_0.xlsx, split_1_1, Split, …

Process(LoadOptions, SplitterSaveOption, AbstractSavOpcionsProvider)

public static void Process(LoadOptions loadOptions, SplitterSaveOptions saveOptions, AbstractSaveOptionsProvider provider)

Parameters

Tên không gian: Sheetize Hội nghị thượng đỉnh: Sheetize.dll

 Tiếng Việt