Class SpreadsheetSplitter

Class SpreadsheetSplitter

ชื่อพื้นที่: Aspose.Cells.LowCode การประกอบ: Aspose.Cells.dll (25.4.0)

ส่วนแบ่งไฟล์แผ่น spreadsheet ในส่วนหลาย

public class SpreadsheetSplitter

Inheritance

object SpreadsheetSplitter

Examples

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

Methods

Process(รั้ว, รั้ว)

ส่วนแบ่งไฟล์ตัวอย่างที่กําหนดเป็นส่วนหลาย

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

ไฟล์ตัวอย่างที่จะแบ่งออก

resultFile string

ไฟล์ที่เกิดขึ้น (รูปแบบชื่อ)

Remarks

ไฟล์ออกจะถูกสร้างจากไฟล์ผลที่ระบุโดยแสดงหมายเลข sequence ของแผ่นและแบ่งส่วนตัวอย่างเช่นหากไฟล์ออกที่ระบุเป็น Split.xlsx แล้วไฟล์ที่สร้างขึ้นไฟล์จะ Split_0_0.xlsx, Split_1_1, Splitsx …, splits_2_0, …

Process(LowCodeSplitOptions)

ส่วนแบ่งไฟล์แผ่น spreadsheet ในส่วนหลาย

public static void Process(LowCodeSplitOptions options)

Parameters

options LowCodeSplitOptions

ตัวเลือกสําหรับการแบ่งแผ่น spreadsheet

 แบบไทย