Class SpreadsheetMerger

Class SpreadsheetMerger

ja nimityö: Aspose.Cells.LowCode Kokoelma: Aspose.Cells.dll (25.4.0)

Muokkaa useita malleja tiedostoja yhteen.

public class SpreadsheetMerger

Inheritance

object SpreadsheetMerger

Examples

SpreadsheetMerger.Process(new string[] { "template2.xlsx", "template2.xlsx", }, "res.xlsx");

Methods

Process(String[], ja string)

Sekoita tietyt mallitiedostot.

public static void Process(string[] templateFiles, string resultFile)

Parameters

templateFiles string []

Template-tiedostoja voidaan yhdistää

resultFile string

Tuloksena oleva tiedosto

Process(LowCodeMergeOptions)

Muokkaa useita malleja tiedostoja yhteen.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

Vaihtoehdot tiedostojen yhdistämiseen

 Suomi