Skip to content

Commit 552499c

Browse files
Merge pull request #2 from saqibmasood/master
Compact REAME files
2 parents d205245 + c234a46 commit 552499c

File tree

2 files changed

+20
-57
lines changed

2 files changed

+20
-57
lines changed

Examples/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
##Aspose.Cells for Java Examples
2+
3+
This directory contains Java examples for [Aspose.Cells for Java](http://www.aspose.com/java/excel-component.aspx).
4+
5+
##How to use the Examples?
6+
7+
Clone or Download the ZIP and extract the contents to your local hard drive. If you have IntelliJ IDEA, then open the project directly by browsing to the folder. For Netbeans and Eclipse, you can use import project feature.
8+
9+
Also download the [latest version](http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx) of Aspose.Cells for Java and set/fix jar references.

README.md

Lines changed: 11 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,25 @@
1-
##Aspose.Cells for Java Examples Repository
1+
# Aspose.Cells for Java
2+
3+
This repository contains some projects and example code that will help you to write your own application using [Aspose.Cells for Java](http://www.aspose.com/java/excel-component.aspx).
24

3-
This package contains Java Example Projects for [Aspose.Cells for Java](http://www.aspose.com/java/excel-component.aspx).
4-
<br/><br/>
55
<p align="center">
6-
<a title="Download Examples Dashboard" href="http://www.aspose.com/community/files/72/java-components/aspose-examples-for-java/default.aspx">
7-
<img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadDasboard-Button-Large.png" />
8-
</a>
9-
&nbsp;
10-
<a title="Download Examples ZIP" href="https://github.com/asposecells/Aspose_Cells_Java/archive/master.zip">
11-
<img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadZip-Button-Large.png" />
6+
<a title="Download ZIP" href="https://github.com/asposecells/Aspose_Cells_Java/archive/master.zip">
7+
<img src="http://i.imgur.com/hwNhrGZ.png" />
128
</a>
139
</p>
1410

15-
##How to use the Examples?
16-
17-
###With the Examples Dashboard
18-
19-
Download the [Aspose Examples Dashboard for Java](http://www.aspose.com/community/files/72/java-components/aspose-examples-for-java/default.aspx) to view and run all these examples on your PC. It updates itself with the latest dependency libraries and examples.
20-
21-
![Aspose Examples Dashboard](http://www.aspose.com/blogs/wp-content/uploads/2013/03/Java-Dashboard1.png "Aspose Examples Dashboard")
22-
23-
###With IDE
24-
25-
Clone or Download the ZIP and extract the contents to your local hard drive. If you have IntelliJ IDEA, then open the project directly
26-
by browsing to the folder. For Netbeans and Eclipse, you can import project feature.
27-
28-
Also download the [latest version](http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx) of Aspose.Cells for Java and set/fix jar references.
29-
30-
## Open Source Feel of Aspose.Cells
31-
32-
Aspose.Cells for .NET and Aspose.Cells for Java are successful commercial products, but our philosophy is to develop them using our unique "*open-source feel*" approach. In other words, we at Aspose are extremely customer driven and this shows in:
33-
34-
+ Frequent releases (at least 1-2 a month).
35-
+ Features are prioritized according to your requests.
36-
+ Unlimited free technical support for anyone.
37-
+ Helpful support in the forums and answers within 12-24 hours.
38-
+ Live chat with experienced technical advisors.
11+
Following is short description of contents of the repository:
3912

40-
We think that customers who use our products feel that they use an open source product because of the extent they can influence the project, but with the security of a fully committed talented team working on the project.
13+
Directory | Description
14+
---------- | -----------
15+
[Examples](https://github.com/asposecells/Aspose_Cells_Java/tree/master/Examples) | A collection of Java examples that help you learn how to product features
16+
[Showcases](https://github.com/asposecells/Aspose_Cells_Java/tree/master/Showcases) | Standalone ready-to-use applications that demonstrate some specific usecases
4117

42-
The Aspose.Cells for Java examples published here at GitHub is a part of the above effort.
43-
44-
##What's included in this examples repository?
45-
46-
###Code
47-
48-
Each example is runnable Java class with its own main method. You can run each example separately and see its output. Please change the path variables to correct folders on your hard drive before running the examples.
49-
50-
<table>
51-
<tr><th>Example<th>Description</th></tr>
52-
<tr><td>QuickStart</td><td>These examples are quick start tutorials for Aspose.Cells. After you check the source code, you will find how easy it is to use Aspose.Cells in your applications.</td></tr>
53-
<tr><td>Controls</td><td>These examples will illustrate how to add different types of controls like check boxes, text boxes, radio buttons etc using Aspose.Cells in your Ms-Excel files.</td></tr>
54-
<tr><td>Data</td><td>These examples will illustrate how to deal with data like sorting, searching, formatting, sequencing, calculating, importing using Aspose.Cells..</td></tr>
55-
<tr><td>Drawing Objects</td><td>These examples will illustrate how to add different types of drawing controls like comments, images, wordarts, ole objects using Aspose.Cells.</td></tr>
56-
57-
</table>
58-
59-
##Contact Us
18+
## Resources
6019

6120
+ **Website:** [www.aspose.com](http://www.aspose.com)
6221
+ **Product Home:** [Aspose.Cells for Java](http://www.aspose.com/java/excel-component.aspx)
6322
+ **Download:** [Download Aspose.Cells for Java](http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx)
6423
+ **Documentation:** [Aspose.Cells for Java Documentation](http://www.aspose.com/docs/display/cellsjava/Home)
6524
+ **Forum:** [Aspose.Cells for Java Forum](http://www.aspose.com/community/forums/aspose.cells-product-family/19/showforum.aspx)
6625
+ **Blog:** [Aspose.Cells for Java Blog](http://www.aspose.com/blogs/aspose-products/aspose-cells-product-family.html)
67-
68-
69-
70-
71-

0 commit comments

Comments
 (0)