Unisci più file Excel
Aspose.Cells Cloud SDK supporta l'unione di più file Excel in un unico file Excel.
Aspose.Cells Cloud REST API consente di unire più file Excel in un singolo file Excel e fornisce SDK per più linguaggi di programmazione, tra cui Android, C#, Go, Java, NodeJS, Perl, PHP, 07618 3481, Ruby e Swift.
POST
https://api.aspose.cloud/v3.0/cells/merge
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";
PostMergeRequest request = new PostMergeRequest();
request.File = new Dictionary<string, Stream>();
Stream fileStream = File.OpenRead(filePath);
request.File.Add(filePath, fileStream);
request.format = "xps";
request.mergeToOneSheet = false;
Aspose.Cells.Cloud.SDK.Model.FileInfo fileInfo = cellsApi.PostMerge(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
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