PUT
https://api.aspose.cloud/v3.0/cells/convert
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";
PutConvertWorkbookRequest request = new PutConvertWorkbookRequest();
request.File = new Dictionary<string, Stream>();
Stream fileStream = File.OpenRead(filePath);
request.File.Add(filePath, fileStream);
request.format = "xps";
request.streamFormat = "html";
Stream stream = cellsApi.PutConvertWorkbook(request);
fileStream.Close();
Formati di file supportati
- Microsoft Excel: Xls, Xlsx, Xlsb, Xlsm, Xlt, Xltx, Xltm
- Ufficio aperto: Ods, Fods, Ots
- XML:Foglio di calcoloML, Xml
- Testo: Csv, Tsv, Txt (delimitato da tabulazioni)
- Ragnatela: Html, Mhtml
- Immagini: Png, Jpg, Gif, Emf
- Altro: Pdf, Json, Markdown
- Microsoft Excel: Xls, Xlsx, Xlsb, Xlsm, Xlt, Xltx, Xltm
- Microsoft Parola/PowerPoint: Docx, Pptx
- Ufficio aperto: Ods, Fods, Ots
- XML:Foglio di calcoloML, Xml
- Testo: Csv, Tsv, Txt (delimitato da tabulazioni)
- Ragnatela: Html, Mhtml
- Immagini: Png, Jpg, Gif, Emf, Svg, Tiff
- Altro: Pdf, Xps, Dif, Json, Markdown, Sql
Operazioni popolari
Lingue di sviluppo supportate
- Risorse di apprendimento
- Documentazione
- Codice sorgente
- API Riferimenti
- Video tutorial
- Supporto al prodotto
- Supporto gratuito
- Supporto a pagamento
- Blog
- Perché Aspose.Cells Cloud SDK for .NET?
- Elenco clienti
- Sicurezza