Ai Assistant
Hello, this is the AI assistant, which can quickly help you perform operations such as Summarize, BuildSpreadsheet, GetCode, etc. on the uploaded Excel files.
Export Excel internal elements or the workbook itself to various format files.
Aspose.Cells Cloud provides robust support for exporting Excel internal elements or the workbook itself to various format files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.
Aspose.Cells Cloud provides REST API which supports exporting Excel internal elements or the workbook itself to various format files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on.
POST
https://api.aspose.cloud/v3.0/cells/export
Choose files
Show all parameters
using Aspose.Cells.Cloud.SDK.Api;
using Aspose.Cells.Cloud.SDK.Model;
using Aspose.Cells.Cloud.SDK.Request;
using Newtonsoft.Json;
using System;
using System.IO;
using System.Collections.Generic;
CellsApi cellsApi = new CellsApi("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
var request = new PostExportRequest();
request.File = new Dictionary<string, Stream>();
string filePath = "Book1.xlsx";
Stream fileStream = File.OpenRead(filePath);
request.File.Add(filePath, fileStream);
request.objectType = "";
request.format = "pdf";
request.password = "";
request.checkExcelRestriction = true;
request.region = "";
var result = cellsApi.PostExport(request);
fileStream.Close();
Supported File Formats
- Microsoft Excel: Xls, Xlsx, Xlsb, Xlsm, Xlt, Xltx, Xltm
- OpenOffice: Ods, Fods, Ots
- Xml:SpreadsheetML, Xml
- Text: Csv, Tsv, Txt (TabDelimited)
- Web: Html, Mhtml
- Images: Png, Jpg, Gif, Emf
- Other: Pdf, Json, Markdown
- Microsoft Excel: Xls, Xlsx, Xlsb, Xlsm, Xlt, Xltx, Xltm
- Microsoft Word/PowerPoint: Docx, Pptx
- OpenOffice: Ods, Fods, Ots
- Xml:SpreadsheetML, Xml
- Text: Csv, Tsv, Txt (TabDelimited)
- Web: Html, Mhtml
- Images: Png, Jpg, Gif, Emf, Svg, Tiff
- Other: Pdf, Xps, Dif, Json, Markdown, Sql
Supported Develop Languages
- Learning Resources
- Documentation
- Source Code
- API References
- Tutorial Videos
- Product Support
- Free Support
- Paid Support
- Blog
- Why Aspose.Cells Cloud SDK for .NET?
- Customers List
- Security