Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Steps below demonstrate how to install Aspose.Cells Java for IntelliJ IDEA (Maven) plugin.
The plugin is listed on IntelliJ IDEA’s CE official plugin website – plugin repository as Aspose.Cells Java for IntelliJ IDEA Maven, so you don’t need to download it manually and install it from disk, but this extra option still exists in IntelliJ IDEA.
Aspose.Cells Java for IntelliJ IDEA (Maven) plugin can be easily installed (without manual downloading) from within IntelliJ IDEA. To do it:

Installing this plugin will introduce a new project type –

Aspose.Cells Maven Project – into IntelliJ IDEA, which will enable you to create an Aspose.Cells Maven‑based project for using Aspose.Cells for Java API.

An option for creating Source Code Examples of using Aspose.Cells for Java API inside the project will also appear after the installation under the New menu (using Right Click → New OR File menu → New) –

Aspose.Cells Examples

To create an Aspose.Cells Maven project for using Aspose.Cells for Java API within IntelliJ IDEA, you need to have an Internet connection.
Then follow the steps below:


You can select the “Also Download Examples Source Code” checkbox to download the sample usage examples of the API (as shown in the snapshot above).

pom.xml.

Congratulations!
You have successfully created an Aspose.Cells Maven project for using Aspose.Cells for Java API.

The created Aspose.Cells for Java API Maven project is ready to be modified as per your project’s requirements.
If you have opted to download Examples Source Codes, you can use the Aspose.Cells Examples Wizard to copy/create the downloaded examples into your project.
To create/copy Examples Source Codes into the project using Aspose.Cells Examples Wizard, you need to first download the examples by selecting the “Also Download Examples Source Code” option on the Aspose.Cells Maven Project Wizard.
Then follow the steps below in IntelliJ IDEA:
Select File → New – as shown below:

-or- Right‑click (on the project window) → New – as shown below:

Select the Aspose.Cells Example option from the menu – as shown below:

The wizard will refresh/check for the latest available Aspose.Cells for Java API Examples.

The Aspose.Cells Examples Wizard dialog will appear, where you can select any example category to create/copy the examples into your project.
Select any examples category and click Create:

This will create/copy the selected category examples into the project under the com.aspose.cells.examples package.
Any required resources for the execution of the examples will also be copied to the src/main/resources folder – as shown below:

Congratulations!
You have successfully done the following:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.