Ai Assistant
Hello, this is the AI assistant, which can quickly help you perform operations such as Summarize, BuildSpreadsheet, GetCode, etc. on the uploaded Excel files.
Zellen im Arbeitsblatt zusammenführen.
Aspose.Cells Cloud bietet robuste Unterstützung für das Zusammenführen von Zellen im Arbeitsblatt, ein Prozess, der für seine Komplexität bekannt ist.
Aspose.Cells Cloud stellt REST API bereit, das das Zusammenführen von Zellen im Arbeitsblatt unterstützt und SDKs für mehrere Programmiersprachen bietet. Zu diesen Programmiersprachen gehören Net, Java, Go, NodeJS, Python usw.
POST
https://api.aspose.cloud/v3.0/cells/merge
Choose files
Show all parameters
using Aspose.Cells.Cloud.SDK.Api;
using Aspose.Cells.Cloud.SDK.Model;
using Aspose.Cells.Cloud.SDK.Request;
using Newtonsoft.Json;
using System;
using System.IO;
using System.Collections.Generic;
CellsApi cellsApi = new CellsApi("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
var request = new PostMergeRequest();
request.File = new Dictionary<string, Stream>();
string filePath = "Book1.xlsx";
Stream fileStream = File.OpenRead(filePath);
request.File.Add(filePath, fileStream);
request.outFormat = "";
request.mergeToOneSheet = true;
request.password = "";
request.checkExcelRestriction = true;
request.region = "";
var result = cellsApi.PostMerge(request);
fileStream.Close();
Unterstützte Dateiformate
- Microsoft Excel: Xls, Xlsx, Xlsb, Xlsm, Xlt, Xltx, Xltm
- OpenOffice: Odds, Fods, Ots
- XML:TabellenkalkulationML, XML
- Text: Csv, Tsv, Txt (TabDelimited)
- Netz: HTML, Mhtml
- Bilder: Png, Jpg, Gif, EMF
- Andere: PDF, Json, Markdown
- Microsoft Excel: Xls, Xlsx, Xlsb, Xlsm, Xlt, Xltx, Xltm
- Microsoft Wort/PowerPoint: Docx, Pptx
- OpenOffice: Odds, Fods, Ots
- XML:TabellenkalkulationML, XML
- Text: Csv, Tsv, Txt (TabDelimited)
- Netz: HTML, Mhtml
- Bilder: Png, Jpg, Gif, EMF, Svg, Tiff
- Andere: PDF, XPS, Dif, Json, Markdown, SQL
Unterstützte Entwicklungssprachen
- Lernmittel
- Dokumentation
- Quellcode
- API Referenzen
- Tutorial-Videos
- Produkt Support
- Kostenloser Support
- Bezahlter Support
- Blog
- Warum Aspose.Cells Cloud SDK for .NET?
- Kundenliste
- Sicherheit