HSSF does not yet support custom data formats, however, it should be a reasonably easy facillity to add and we'll gladly accept contributions in this area.
These are the built in formats that it does support: http://jakarta.apache.org/poi/javadocs/javasrc/org/apache/poi/hssf/usermodel/HSSFDataFormat_java.html#HSSFDataFormat (This is however something I'll be doing *soon*) Raj Kumar Kundu wrote: >Hi friends, > I want to set a cell format (Data format of a cell) of a excel sheet as >###,###,###.#### or ###,###,###.0000. > Is it possible using POI ? > >thanks so much. > >Raj> > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
