Hi,
So Ive been using eclipse but i recently starting using netbeans so that i can easily build a Jframe program. I want to use the JExcel API to read in info from excel files. It worked perfectly when i dropped the Jexcel files into the 'src' of eclipse but in netbeans it doesn't work.
Can anyone help me learn how to import the jexcel api into netbeans and use it?
JExcelApi
2 replies to this topic
#1
Posted 22 December 2010 - 12:48 PM
|
|
|
#2
Posted 22 December 2010 - 03:59 PM
1. You can copy your files to your src folder
2. Create a path to the location
For Windows
"C:\\something\\something\\desktopMaybe\\folderName\\fileName"
other os
"/path/path/desktop/file" or "../fileName"
Hope this helps
2. Create a path to the location
For Windows
"C:\\something\\something\\desktopMaybe\\folderName\\fileName"
other os
"/path/path/desktop/file" or "../fileName"
Hope this helps
#3
Posted 22 December 2010 - 04:04 PM
Sorry, forgive my previous post, I beleive you want to add a library or a jar file.
To do this:
on your project in the left window expand it
you should see library, right click
add either library path or jar file
finished
To do this:
on your project in the left window expand it
you should see library, right click
add either library path or jar file
finished
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









