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();
Formatos de archivo admitidos
- Microsoft Excel: Xls, Xlsx, Xlsb, Xlsm, Xlt, Xltx, Xltm
- Oficina abierta: Ods, Fods, Ots
- XML:Hoja de cálculoML, XML
- Texto: Csv, Tsv, Txt (delimitado por tabulaciones)
- Web: HTML, HTML
- Imágenes: Png, Jpg, Gif, Emf
- Otro: Pdf, Json, rebajas
- Microsoft Excel: Xls, Xlsx, Xlsb, Xlsm, Xlt, Xltx, Xltm
- Microsoft Palabra/PowerPoint: Docx, Pptx
- Oficina abierta: Ods, Fods, Ots
- XML:Hoja de cálculoML, XML
- Texto: Csv, Tsv, Txt (delimitado por tabulaciones)
- Web: HTML, HTML
- Imágenes: Png, Jpg, Gif, Emf, Svg, Tiff
- Otro: Pdf, Xps, Dif, Json, Rebaja, Sql
Operaciones populares
Idiomas de desarrollo compatibles
- Recursos de aprendizaje
- Documentación
- Código fuente
- API Referencias
- Vídeos tutoriales
- Soporte de producto
- Soporte gratuito
- Soporte pagado
- Blog
- ¿Por qué Aspose.Cells SDK de nube for .NET?
- Lista de clientes
- Seguridad