Programming/JAVA
[Exception] Unable to recognize OLE stream
Edward. K
2008. 4. 21. 09:50
반응형
근데..이거 뭐가 문제 여서 찾아보고 해결한거였지? -_-;
음... 엑셀 문서 관련한 에러 였었구나아..-_-;
|
jxl.read.biff.BiffException: Unable to recognize OLE stream 2005. 12. 1 ?? 2:28 |
||
|
|
hi, I am trying to dynami ally generate Excel sheet using Java code. Wht I did was I generated the numbers in NOTEPAD and rename it with .xls. Now when I am trying to read the .xls file using JExcelApi.. I am getting the following error jxl.read.biff.BiffException: Unable to recognize OLE stream Can any one tell me what should I do..to over come it..... If I have to read the filr from Notepad it self. Vijay |
|
|
Re: jxl.read.biff.BiffException: Unable to recognize OLE stream 2006. 6. 13 ?? 6:11 (reply 1 of 1) |
||
|
|
the file that you create isn't in excel format, you can generate the numbers in notepad, separated by comas (,) and save the file as comma separated values (.csv) and open this file with excel and save as theNameWhatYouWant.xls (select the format in de combo box) |
음... 엑셀 문서 관련한 에러 였었구나아..-_-;
|
Re: jxl.read.biff.BiffException: Unable to recognize OLE stream 2008. 6. 12 ?? 3:23 (reply 2 of 3) (In reply to #1 ) |
||
|
|
Hi ,, I am also getting the same error message .. What i have done is i have read a xls file from the browser and write it to a specific location and then trying to read it by Workbook but it is giving me this error............The below is the part of my code |
|
|
Re: jxl.read.biff.BiffException: Unable to recognize OLE stream 2008. 9. 23 ?? 4:18 (reply 3 of 3) (In reply to #2 ) |
||
|
|
only way is u need to store the data as xls using jxl api use writable workspace if u have any problem i will help u |
반응형