We don't have data validation records supported as of yet, a good way to find a specific feature, check the javadocs (http://jakarta.apache.org/poi/javadocs/org/apache/poi/hssf/record/package-frame.html). Usually a feature is supported by a record so if you don't want hunt through the API you can check quickly that way.

The specific record sid is 1BEh that you need for data validation. Is it possible to use pulldowns? Those work to the best of my knowledge.

danny

Qgh Rohgy wrote:

Hello,

I have asked this question before. But probably has
gone deep down the list of questions.

Can I do mentioned below stuff using HSSF  ??
==

Data->Validation. In the Settings tab, under
Validation criteria select "List" and make sure
"In-cell dropdown" is selected on the right. Then you
can specify what values are allowed for that cell (and
hence will display in the dropdown).



Is it possible ? How ?


If not, is there are any way I restrict the user to
entering/selecting only 1 value in a given set of
columns using HSSF ??

Thanks in advance,
qgh


__________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to