https://bz.apache.org/bugzilla/show_bug.cgi?id=68985

PJ Fanning <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from PJ Fanning <[email protected]> ---
newCell.setCellValue(value);

if value is a String - the cell type is set to string

this will override the setCellType call you made BEFORE the setCellValue

any chance that you could reorder the code to set the type AFTER you set the
value?

I would suggest that you try using a debugger on the code and you will see what
is happening.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to