posted 19 years ago
Hi Souther,
I'm suspecting that my servlet is not generating real excel file,even if we set the header, content_type as 'application/vnd.ms-excel'.
I'm using html <table> tag to draw excel cells and append them in StringBuffer object, finally I'm writing this object in the response.
I could able to generate excel report, but not the real one since I couldn't import that excel file in MS-Access, but original excel files we could.