Class SpreadsheetSplitter

Class SpreadsheetSplitter

İsim alanı : Aspose.Cells.LowCode Toplantı: Aspose.Cells.dll (25.4.0)

Dosyayı birden fazla bölüme ayırın.

public class SpreadsheetSplitter

Inheritance

object SpreadsheetSplitter

Examples

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

Methods

Process(String ve String)

Belirli şablon dosyasını birden fazla bölüme ayırın.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Şablon dosyası bölünür

resultFile string

Sonuç dosyası (name pattern)

Remarks

Çıkış dosyaları belirlenmiş sonuç dosyasından oluşturulacakSayfanın sırası sayısı ve bölünmüş kısmı.Örneğin, belirtilen çıkış dosyası Split.xlsx ise, oluşturulandosyaları Split_0_0.xlsx, split_ 0_1.xLSX, …, Split 1 0.xLX ve …

Process(LowCodeSplitOptions)

Dosyayı birden fazla bölüme ayırın.

public static void Process(LowCodeSplitOptions options)

Parameters

options LowCodeSplitOptions

Spreadsheet bölünme seçenekleri

 Türkçe