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-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

please help me out

2007-04-10 Thread Rajeshwar Mothe
hi Rainer Schwarze http://www.nabble.com/user/UserProfile.jtp?user=501276 turja , and hi alll i want to create a empty word document how i need to create please send me any code plzz help me by and waiting for u r reply

Re: Doc changes, Was: Re: please help me out

2007-04-12 Thread Rajeshwar Mothe
hi Rainer I want to display an image into word document using HWPF how i need to procced help me with some piece of code thanks regards Rajeshwar Mothe On 4/12/07, Rainer Schwarze [EMAIL PROTECTED] wrote: At 05:20 12.04.2007, Rainer Klute wrote: If this question is asked every now

Re: Doc changes, Was: Re: please help me out

2007-04-12 Thread Rajeshwar Mothe
hi patrick but i want to display a table i want to display data in it so plzz provide some code for that .. please by patrick waiting for u r reply urs Rajeshwar Mothe On 4/12/07, patrick roussel [EMAIL PROTECTED] wrote: Hi I have made a contribution about POI project

hi all plaese help me out

2007-04-14 Thread Rajeshwar Mothe
hi all i can create a table using this code but i want to insert data into cells plzz i am not getting help me int col=5; int rows=5; TableProperties tprops = new TableProperties(col); // tbProps. range = range.insertBefore(tprops , rows); thanks Rajeshwar Mothe

Re: Problem with LArge Excel Sheet Generation

2007-04-18 Thread Rajeshwar Mothe
hi dear vinamra.singhai i got this error but i am able to generate large excel file using this Export.java file y cant u try it in ur code u r trying to generate new spread sheet i suppose plzz go thre this code good luck package com.vl.hr.reports.action; import java.util.ArrayList;

Re: Please help with ppt to txt code snippet...

2007-04-18 Thread Rajeshwar Mothe
hi Rupanu Ranjaneswar this code is working dont fell tence ever we r POI users and its working perfectly if there are any querys mail me by c u have a nice day import java.io.*; import org.apache.poi.hslf.extractor.PowerPointExtractor; public class ppt{ public ppt(){ } public static

Re: Please help with ppt to txt code snippet...

2007-04-18 Thread Rajeshwar Mothe
java.lang.String *getTextfile:///C:/Documents%20and%20Settings/Induction/Desktop/rajeshwar/collection/docs/apidocs/org/apache/poi/hslf/extractor/PowerPointExtractor.html#getText%28boolean,%20boolean%29 *(boolean getSlideText, boolean getNoteText) hi , Rupanu Ranjaneswar u can use above method

Re: Please help with ppt to txt code snippet...

2007-04-18 Thread Rajeshwar Mothe
Hi dear Rupanu Ranjaneswar u can use this piece of code also if required by dude have a nice day import java.io.*; import org.apache.poi.hslf.extractor.QuickButCruddyTextExtractor; public class ppt1{ public ppt1(){ } public static void main(String[] args){ try{ FileInputStream

Re: Please help with ppt to txt code snippet...

2007-04-18 Thread Rajeshwar Mothe
Hi dudes POI users Mr.Rupanu Ranjaneswar try this code also its working fine yar by c u dudes have a good day import java.io.*; import java.util.*; import org.apache.poi.hslf.extractor.QuickButCruddyTextExtractor; public class ppt2{ public ppt2(){ } public static void

Re: Please help with ppt to txt code snippet...

2007-04-19 Thread Rajeshwar Mothe
Hi rupanu just specify the path according to ext3 Filesystem's Linux plat form i just tried it on windows but i will try it on linux machine actually what is the problem while executing on Linux machine if there r any querys just mail me i'll try to solve that ont and one more thing where r

hi all regarding introducing new methods

2007-05-01 Thread Rajeshwar Mothe
Hi all i want to contribute to POI - HWPF Actually how i need to include my method in to API and what is the actual procedure what are all the conditions by jakarta.apache.org to include my methods in to their API i want the complete details please Cheers RAJ KISHAN

Re: InvocationTargetException while reading an Excel file.

2007-05-03 Thread Rajeshwar Mothe
hi dude just go threw my code snippet i got same InvocationTargetException before while doing this i think it will help u just reply to this mail if u have any further conserns Cheers RajKishan ValueLabs ,INDIA

Re: InvocationTargetException while reading an Excel file.

2007-05-03 Thread Rajeshwar Mothe
Hi dude please check the value u r assigning for On 5/3/07, Rajeshwar Mothe [EMAIL PROTECTED] wrote: hi dude just go threw my code snippet String filePath i think the problem with that one i suppose by C u Have a nice day Cheers RajKishan i got same

Re: InvocationTargetException while reading an Excel file.

2007-05-03 Thread Rajeshwar Mothe
Hi dude Now i am leaving the desk i'll reply u 2 maro just it is a problem with path of reading i suppose please forgive me sorry bose by c u Cheers Rajkishan On 5/3/07, Rajeshwar Mothe [EMAIL PROTECTED] wrote: Hi dude please check the value u r assigning for On 5/3/07, Rajeshwar

Re: how to save a excel file using POI

2007-05-18 Thread Rajeshwar Mothe
Hi raghava just write it into an out put stream and use request.getOutputStream(); it will give an option to save then save it if it is not still clear then reply me with u r entire code snippet i will help u cheers RAJESHWAR VALUE LABS , INDIA

Re: how to save a excel file using POI

2007-05-18 Thread Rajeshwar Mothe
hey raghav is it the thing u did if not send me u r code snippet and thanks for sending intresting querys and where r u working now and how the culture in u r company import java.io.*; import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.hssf.usermodel.HSSFCell; import

Re: how to save a excel file using POI

2007-05-18 Thread Rajeshwar Mothe
hey raghav its intresting i think u did with overriding output stream i suppose. just send the code snippet just to watch and good work keep it up u rock it Cheers RAJESHWAR