Class SpreadsheetSplitter

Class SpreadsheetSplitter

Tên không gian: Aspose.Cells.LowCode Tổng hợp: Aspose.Cells.dll (25.4.0)

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

public class SpreadsheetSplitter

Inheritance

object SpreadsheetSplitter

Examples

SpreadsheetSplitter.Process("template.xlsx", "split.xlsx");

Methods

Process(Thẻ, string)

Chia các tập tin mẫu cụ thể thành nhiều phần.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Template file để được chia

resultFile string

Mẫu tên (Name pattern)

Remarks

Các tập tin output sẽ được xây dựng từ các tệp kết quả được chỉ định 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(LowCodeSplitOptions)

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

public static void Process(LowCodeSplitOptions options)

Parameters

options LowCodeSplitOptions

Các tùy chọn để chia spreadsheet

 Tiếng Việt