On Tue, 14 Apr 2015, mskavim wrote:
I am creating Bill Of Material report using Apache POI. I have a column for
Part Numbers... there are few occasion where P/N has 0 in the prefix like

000501
000502

... so on. if I set the Cell Type as Numeric.  The prefix 0 is getting
stripped.  is there alternative solution for this scenario?

What happens if you set a cell format which enforces a minimum of 6 zeros? (Use the same format you'd set in Excel for that)

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to