
Dear Sir,
I am facing some problem while generating excel report form mysql database using jsp code. With the help from your site, I can able to generate excel file for all data types other than blob data. But I need your help for generating a excel file from mysql DB for blob data along with other data-types.
code part:
row.createCell((short) 8).setCellValue(rs.getString(8));
row.createCell((short) 9).setCellValue(rs.getString(9));
row.createCell((short) 10).setCellValue(rs.getString(10));
row.createCell((short) 11).setCellValue(rs.getBlob(11)); problem line
row.createCell((short) 12).setCellValue(rs.getString(12));
row.createCell((short) 13).setCellValue(rs.getString(13));
Please kindly give your valuable suggestion.
Regards Banajit Das
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.