|
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). |
2 | 4 |
|
3 | | -This package contains Java Example Projects for [Aspose.Cells for Java](http://www.aspose.com/java/excel-component.aspx). |
4 | | -<br/><br/> |
5 | 5 | <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 | | - |
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" /> |
12 | 8 | </a> |
13 | 9 | </p> |
14 | 10 |
|
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 | | - |
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: |
39 | 12 |
|
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 |
41 | 17 |
|
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 |
60 | 19 |
|
61 | 20 | + **Website:** [www.aspose.com](http://www.aspose.com) |
62 | 21 | + **Product Home:** [Aspose.Cells for Java](http://www.aspose.com/java/excel-component.aspx) |
63 | 22 | + **Download:** [Download Aspose.Cells for Java](http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx) |
64 | 23 | + **Documentation:** [Aspose.Cells for Java Documentation](http://www.aspose.com/docs/display/cellsjava/Home) |
65 | 24 | + **Forum:** [Aspose.Cells for Java Forum](http://www.aspose.com/community/forums/aspose.cells-product-family/19/showforum.aspx) |
66 | 25 | + **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