Skip to content

Commit 7067d78

Browse files
committed
Merge pull request #2 from asposecells/master
Sync fork
2 parents fc9709a + ce5bbce commit 7067d78

File tree

308 files changed

+14366
-3000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+14366
-3000
lines changed

.gitignore

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1+
# Eclipse project files
2+
.classpath
3+
.project
4+
.settings/
5+
test-output/
6+
7+
# IntelliJ project files
8+
.idea/
9+
*.iws
10+
*.iml
11+
*.ipr
112

13+
# Mac
14+
.DS_Store
15+
16+
# Others
217
Temp/
318
obj/
419
classes/
@@ -8,9 +23,6 @@ bin/
823
* out*
924
*.ldb
1025
_ReSharper*/
11-
*.iws
12-
*.iml
13-
*.ipr
1426
*.eml
1527
out/
1628
*.user
@@ -23,7 +35,5 @@ Thumbs.db
2335
manifest.mf
2436
Out/
2537
Out*/
26-
.settings/
2738
*.lic
28-
Data/*Out*
29-
.idea/
39+
Data/*Out*

Examples/.classpath

Lines changed: 0 additions & 11 deletions
This file was deleted.

Examples/Examples.xml

Lines changed: 0 additions & 2949 deletions
This file was deleted.

Examples/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ This directory contains Java examples for [Aspose.Cells for Java](http://www.asp
44

55
##How to use the Examples?
66

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.
7+
Use your favourite Java IDE to open/import the project. Read our [documentation](http://www.aspose.com/docs/display/cellsjava/How+to+Use+the+Examples) for more information.

Plugins/Aspose_Cells_Java_for_IntelliJ(Maven)/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_Cells_Java_for_IntelliJ(Maven)/.idea/compiler.xml

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_Cells_Java_for_IntelliJ(Maven)/.idea/copyright/Aspose_Pty_Ltd.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_Cells_Java_for_IntelliJ(Maven)/.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_Cells_Java_for_IntelliJ(Maven)/.idea/dictionaries/Adeel_Ilyas.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_Cells_Java_for_IntelliJ(Maven)/.idea/encodings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)