Rensa objekt i Excel

Aspose.Cells Cloud SDK stöder rensning av innehåll, stil, diagram, tabeller, bakgrunder och mer i Excel-filer.

Aspose.Cells Cloud REST API stöder rensning av inre objekt i en Excel-fil och tillhandahåller SDK:er för olika programmeringsspråk, inklusive Android, C#, Go, Java, NodeJS, 07615318, 6,4153418, 6,4153181, 6,818, 6,871 , och Swift.

POST
https://api.aspose.cloud/v3.0/cells/clearobjects
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";
	PostClearObjectsRequest request = new PostClearObjectsRequest();
	request.File = new Dictionary<string, Stream>();
	Stream fileStream = File.OpenRead(filePath);
	request.File.Add(filePath, fileStream);
    request.objecttype = "Background";
	Aspose.Cells.Cloud.SDK.Model.FilesResult result = cellsApi.PostClearObjects(request);
	fileStream.Close();    
	    
 
 

Populära fungerar

 
 
 
 
 
 
 

Stöds utveckla språk