Ange bakgrund i filen Excel
Aspose.Cells Cloud SDK stöder inställning av bakgrunder eller vattenstämplar för Excel-filer.
Aspose.Cells Cloud REST API stöder inställning av bakgrunder för Excel-filer och tillhandahåller SDK:er för olika programmeringsspråk, inklusive Android, C#, Go, Java, NodeJS, 076153461, 76153461, 76153481, 76153481, 76153481 och ft.
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();
Populära fungerar
Stöds utveckla språk
- Lärresurser
- Dokumentation
- Källkod
- API Referenser
- Handledningsvideor
- Produktsupport
- Gratis support
- Betald support
- Blogg