aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes File Not Found Exception Occurred while using JXL API Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "File Not Found Exception Occurred while using JXL API" Watch "File Not Found Exception Occurred while using JXL API" New topic
Author

File Not Found Exception Occurred while using JXL API

satishkumar janakiraman
Ranch Hand

Joined: May 03, 2004
Posts: 334
Hi,

I am using jxl api for reading Excel sheet. Before I was using jdbc for reading excel and I found a problem in reading more than 255 characters from one column.
I am getting filenot found exception when I use the following code snippet.



can anyone give me a pointer to solve this problem?

bye for now
sat
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35247
    
    7
What's the result of:


Android appsImageJ pluginsJava web charts
satishkumar janakiraman
Ranch Hand

Joined: May 03, 2004
Posts: 334
Hi,

Thanks for your immediate reply. Actually there was an empty space in the beginning of the path. Now I trimmed the string and it works fine.
Thanks once again for your reply
bye for now
sat
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: File Not Found Exception Occurred while using JXL API
 
Similar Threads
Writing to EXCEL -- Workbook.write() not working
java Excel
jxl getworkbook method hangs for corrupted file
Using JDBC to insert into MS Excel file
IndexOutOfBoundsException in jxl API while creating workbook from existing workbook