Download and Configure Aspose.Cells in Python

Download Required Libraries

Download the required libraries mentioned below. These are required for executing Aspose.Cells Java for Python examples.

Download Examples from Social Coding Sites

The following runnable examples are available for download on the social coding sites mentioned below:


GitHub

How to Configure the Source Code

Please follow these simple steps in order to open and extend the source code while using:

  1. Install Python 2.7.x.x from: https://www.python.org/downloads/
  2. Install JPype from: https://sourceforge.net/projects/jpype/files/JPype/
  3. Install Java JDK from: https://www.oracle.com/java/technologies/downloads/
  4. Download Aspose.Cells for Java APIs you want to use in your Python projects from: https://downloads.aspose.com/cells/java and copy the downloaded APIs' .jar files into %Python%/lib folder.
  5. Clone Aspose.Cells Java for Python Examples from GitHub.