Can anyone help in getting rid of the green corner in a cell warning
about, "Number Stored as Text".  I would like to use the Cells as Text.
I have set the Data Format and that seems to working, but I still get
the warning in Excel.  I see that I can turn off the warning in Excel
but I was hoping I could do something in POI to get rid of the warning.
Any ideas?

dataStyle.setDataFormat(HSSFDataFormat.getBuiltinFormat("text")); 

Thanks,

 
Joe


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

Reply via email to