Merge Excel Formats in Python
Native and high performance document merger using server-side Aspose.Cells for Python APIs, without the use of any software like Microsoft or Open Office, Adobe PDF.
How to Merge Excel File Using Python
In order to merge Excel file, we will use Aspose.Cells for Python API which is a feature-rich, powerful and easy to use document manipulation and merging API for Python platform.
You may install Aspose.Cells for Python from pypi, use command as: $ pip install aspose-cells-python
.
Steps for Merging Excel File in Python
A basic document merging and concatenating with
APIs can be done with just few lines of code.
- Load the XLSX file with Workbook class.
- Call the Workbook.Combine method for merging files.
- Call the Workbook.Save method and pass the output file name as a parameter.
- Now you can open and use the output file in Microsoft Office, Adobe PDF or any other compatible program.
System Requirements
Our APIs are supported on all major platforms and Operating Systems. Before executing the code below, please make sure that you have the following prerequisites on your system.
import aspose.cells
from aspose.cells import Workbook
workbook = Workbook("Input.xlsx")
workbook.combine(Workbook("Combine.xlsx"))
workbook.save("Output.pdf")
About Aspose.Cells for Python API
Aspose.Cells API can be used to create, edit, convert and render Microsoft Excel formats to different formats. Moreover, it can be used for comprehensive charting, scalable reporting and reliable calculations within software applications. Aspose.Cells is a standalone API and it does not require any software like Microsoft or OpenOffice.XLSX What is XLSX File Format?
XLSX is well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007. Based on structure organized according to the Open Packaging Conventions as outlined in Part 2 of the OOXML standard ECMA-376, the new format is a zip package that contains a number of XML files. The underlying structure and files can be examined by simply unzipping the .xlsx file.
Read MoreOther Supported Merging Formats
Using Python, One can also merge xlsx to many other file formats including.