Originally Posted by
aussiemcgr
I used JExcel long ago. I now use SmartXLS. If you can ignore the fact that you have to either purchase it or redownload the trial every 60 days, I would suggest going to that since you'll have MUCH more capability with Excel.
Keep in mind that with JExcel, Ranges are not things like: A1:B3. Ranges are named ranges in Excel (opposed to just a range of cells). So if you're using the Range class, that is not what I think you are trying to do.
My suggestion would be to call the Sheet's getCell() method and get each individual cell in the range.