Legen Sie den Hintergrund in der Datei Excel fest
Aspose.Cells Cloud SDK unterstützt das Festlegen von Hintergründen oder Wasserzeichen für Excel-Dateien.
Aspose.Cells Cloud REST API unterstützt das Festlegen von Hintergründen für Excel-Dateien und stellt SDKs für verschiedene Programmiersprachen bereit, darunter Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby und Swift.
POST
https://api.aspose.cloud/v3.0/cells/watermark
Choose files
using Aspose.Cells.Cloud.SDK.Api;
using Aspose.Cells.Cloud.SDK.Request;
using System;
using System.IO;
using System.Collections.Generic;
CellsApi cellsApi = new CellsApi("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
string filePath = "test.txt";
PostWatermarkRequest request = new PostWatermarkRequest();
request.File = new Dictionary<string, Stream>();
Stream fileStream = File.OpenRead(filePath);
request.File.Add(filePath, fileStream);
request.color = "#ccc";
request.text = "Aspose.Cells Cloud";
Aspose.Cells.Cloud.SDK.Model.FilesResult result = cellsApi.PostWatermark(request);
fileStream.Close();
Beliebte Operationen
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