Skip to content

Commit 4231218

Browse files
Merge pull request #22 from AdeelIlyas2014/master
Aspose.Cells Java for NetBeans (Maven) - v1.0.0
2 parents 81f8fdd + 5beb390 commit 4231218

31 files changed

+4197
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2001-2016 Aspose Pty Ltd
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
2+
3+
# **Aspose.Cells Java for NetBeans (Maven)**
4+
5+
The project is **NetBeans IDE plugin** which lets developers to use [Aspose.Cells for Java](http://goo.gl/gtvhlQ) in their Maven based Java projects.
6+
7+
## Who is supposed to use this **Plugin?**
8+
9+
The Plugin intended for developers using Maven platform for Java developments and want to use [Aspose.Cells for Java](http://goo.gl/gtvhlQ) in their projects.
10+
11+
**NOTE:** [Aspose.Cells for Java](http://goo.gl/gtvhlQ) is Java API developed by [Aspose](http://aspose.com) that offers easy Microsoft Excel Spreadsheets creation and manipulation right from within Java Projects. For the API detailed features list check the [link](http://goo.gl/gtvhlQ).
12+
13+
## **Features**
14+
15+
The plugin provides following features to work with [Aspose.Cells for Java](http://goo.gl/gtvhlQ) API within **NetBeans IDE** comfortably:
16+
17+
![plugin title shot](http://i.imgur.com/R1YKNKI.png)
18+
19+
### Aspose.Cells Maven Project (wizard)
20+
21+
* By using this wizard plugin creates Maven project for using [Aspose.Cells for Java](http://goo.gl/gtvhlQ) from **New Project -> Maven-> Aspose.Cells Maven Project**
22+
* The wizard will also give option for downloading latest available Code Examples for using the API.
23+
24+
### Aspose.Cells Code Example (wizard)
25+
26+
* By using this wizard plugin lets you copy the downloaded Code Examples into your project for using [Aspose.Cells for Java](http://goo.gl/gtvhlQ) from **New File -> Maven -> Aspose.Cells Code Example**
27+
* The wizard will also look for and updates for newly available Code Examples from [Aspose.Cells for Java examples repository.](https://goo.gl/uxznrb)
28+
**NOTE:** Selected Code Examples (category) source codes will be copied under **"com.aspose.cells.examples"** package. Resources needed for running examples will be copied to the corresponding directory (package) within **"src/main/resources"**.
29+
30+
### Other Features
31+
32+
* Supports latest **NetBeans 8.1** version
33+
* Compatible with **Mac**, **Linux Flavors** and **Windows**
34+
* Native IDE user experience
35+
* Open Source
36+
37+
## What is Aspose.Cells Java API?
38+
39+
**Aspose.Cells for Java** is an award-winning Excel Spreadsheet component that allows Java developers to embed the ability to read, write and manipulate Excel® spreadsheets (XLS, XLSX, XLSM, XLSB, XLTX, SpreadsheetML, CSV, ODS), HTML, MHTML, PDF and image file formats into their own Java applications without needing to rely on Microsoft Excel®.
40+
41+
For more info about the **Aspose.Cells for Java API**, [please check the api documentation - click here](http://goo.gl/gtvhlQ)
42+
43+
## Plugin Documentation
44+
45+
For the most complete documentation, [Please check this WIKI](http://www.aspose.com/docs/display/cellsjava/Aspose.Cells+Java+for+NetBeans+%28Maven%29)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Aspose.Cells Java for NetBeans (Maven) - Release Notes</title>
5+
</head>
6+
<body>
7+
8+
9+
<b>Aspose.Cells Java for NetBeans (Maven) - v1.0.0</b>
10+
<p> This is new Plugin for NetBeans IDE by <a href="http://aspose.com">Aspose</a>. The Plugin intended for developers using Maven platform for Java developments and want to use <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> in their projects.</p>
11+
<p><b>NOTE:</b> <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> is Java API developed by <a href="http://aspose.com">Aspose</a> that offers easy Microsoft Excel Spreadsheets creation and manipulation right from within Java Projects. For the API detailed features list check the <a href="http://goo.gl/gtvhlQ">link</a>.
12+
</p><p> The plugin provides following features to work with <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> API within <b>NetBeans IDE</b> comfortably:
13+
</p><ul><li><b>Aspose.Cells Maven Project</b><br><ul><li>By using this wizard plugin creates Maven project for using <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> from <b>New Project -> Maven-> Aspose.Cells Maven Project</b></li><li>The wizard will also give option for downloading latest available Code Examples for using the API.</li></ul></li>
14+
<li><b>Aspose.Cells Code Example</b><ul><li>By using this wizard plugin lets you copy the downloaded Code Examples into your project for using <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> from <b>New File -> Maven -> Aspose.Cells Code Example</b></li><li>The wizard will also look for and updates for newly available Code Examples from <a href="https://goo.gl/uxznrb">Aspose.Cells for Java examples repository.</a></li></ul></li>
15+
<li><b>Other Features</b><ul><li>Supports latest <b>NetBeans 8.1</b> version</li><li>Compatible with <b>Mac</b>, <b>Linux Flavors</b> and <b>Windows</b></li><li>Native IDE user experience</li><li>Open Source</li></ul></li></ul>
16+
</body>
17+
</html>
851 Bytes
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
To change this license header, choose License Headers in Project Properties.
3+
To change this template file, choose Tools | Templates
4+
and open the template in the editor.
5+
-->
6+
<html>
7+
<head>
8+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9+
</head>
10+
<body>
11+
<b>Aspose.Cells Maven Project</b> wizard creates Maven Project for using <b>Aspose.Cells for Java</b> API within NetBeans IDE.<i><p><b>"Aspose.Cells for Java</b> is an award-winning Excel Spreadsheet component that allows Java developers to embed the ability to read, write and manipulate Excel® spreadsheets (XLS, XLSX, XLSM, XLSB, XLTX, SpreadsheetML, CSV, ODS), HTML, MHTML, PDF and image file formats into their own Java applications without needing to rely on Microsoft Excel®.</p><p>With <b>Aspose.Cells for Java</b> developers can export data, format spreadsheets to the most granular level, import images, create charts, apply and calculate complex formulas, stream Excel® data"</p></i><p><b>Aspose.Cells Maven Project</b> wizard fetch and configures the latest Maven dependency reference of <b>Aspose.Cells for Java</b> from the Aspose Cloud Maven Repository.</p><p>The wizard also gives you option to download the Code Examples to use <b>Aspose.Cells for Java</b> API.</p><p>Once you are finished with this wizard - created Maven project and downloaded Code Examples. Next you can insert those Code Examples to use <b>Aspose.Cells for Java</b> API in your Project from <b>New File -> Maven -> Aspose.Cells Code Example</b></p><p>The newly created project and the Code Examples you added is now ready to be enhanced, all required resources and references are also automatically added.</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)