Re: hi plsss help me out

2007-04-10 Thread Rajeshwar Mothe
hi all when iam executing tthis code iam getting error plzz help me urgent package com.vl.hr.resume.action; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.io.OutputStream; import javax.servlet.ServletException; import

Re: hi plsss help me out

2007-04-09 Thread Rajeshwar Mothe
Hi tahir thank u very much once again for u r suggetion but my requirement is i want to generate a MSword document from retrieving values from Database how i need to start could u please send aome sample code so that i can start please help me

Re: hi plsss help me out

2007-04-09 Thread Rajeshwar Mothe
hi sir My requirement is to generate a resume in MSWORD format using HWPF (POI) i retrieved values from Database and alredy displayed in JSP page called as resume.jsp now i want to display that data in a MSWORD using HWPF i am new to HWPF how i need to proceed and please send me sample

Re: hi plsss help me out

2007-04-09 Thread zahurul
There was a mistake on my previous mail. This is OK: import java.io.FileInputStream; import org.apache.poi.hwpf.usermodel.*; import org.apache.poi.hwpf.HWPFDocument; import org.apache.poi.hwpf.*; public class HWPF { public static void main(String[] args) throws Exception{ HWPFDocument