http://jakarta.apache.org/poi/getinvolved/index.html
danny
Qgh Rohgy wrote:
Hello,
Can I use formulas in excel using HSSF? I want to restrict the user from entering value in more than 1 column.(say coulumns H to R) I use the formula : =SUM($H1:$R1)<=1.
But when I use this formula, the excel gets formula =SUM($H1:$R1) i.e <= 1 goes away.
I have pasted my Java Code for doing this and the excel file generated is attached
IS there any way I can do this using HSSF? Please let me know
Thanks, qgh
Below is the Java code for the above:-
====
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
