RE: Verifying Templates

2007-04-10 Thread Tahir Akhtar
I guess no. Are you talking about some Microsoft Excel specific templating system or general templating engines like velocity? Regards, Tahir Akhtar -Original Message- From: Tarek Nabil [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 4:34 PM To: poi-user@jakarta.apache.org

RE: Verifying Templates

2007-04-10 Thread Tarek Nabil
Actually, I meant validating that an xls file has been created based on a certain xlt file. -Original Message- From: Tahir Akhtar [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 3:48 PM To: 'POI Users List' Subject: RE: Verifying Templates I guess no. Are you talking about some

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

Data validation

2007-04-10 Thread Massimo Ferrari
Hi all, does/will POI 3 support data validation? Particularly will POI support the configuration of lists and error messages? Best, Massimo - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:

What is the correct method to read a large excel file line by line?

2007-04-10 Thread Levi Strope
Using HSSF, what is the correct method to read large excel files line by line? In my real world situation the excel file will be very large, over 100 megs. I need to be able to read the file line by line so that the large file size does not cause memory issues. I have tried to use a

Re: What is the correct method to read a large excel file line by line?

2007-04-10 Thread Yegor Kozlov
Hi, Current implementation reads the whole document into memory. There is no way to read excel files line by line. Regards, Yegor LS Using HSSF, what is the correct method to read large excel files line by LS line? LS In my real world situation the excel file will be very large, over 100 LS

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

countif expression not updating in Excel 2003

2007-04-10 Thread Serena Hartoog
I have a small spread sheet that looks like this in psedo-cvs format: ,abc ,abc ,abc ,abc =countif(A1:A4,Pass),=A5 The formulas in the last row are, of course, not valid CVS. If I create this spread sheet in Excel 2000 and run the code below, it works find. String fileName =