I was told JExel was a good way to work with excel files in java, but I'm having trouble understanding how to set it up. I'm playing around in java with different things to expand my knowledge. I thought libraries and such were a good way to start.
I added my jars - but when I put import jxl.Cell; at the top of my class, it tells me that isn't anything.
I'm trying to ask the users for an excel sheet, but if I'm not using the library correctly, I'm stuck point blank.
I was wondering if someone knew how to give a beginner step by step advice on setting it up in eclipse. I have no where else to turn and am evidently not understanding the steps given.