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

--- Comment #7 from sfis...@gmail.com ---
honestly, the real solution is coerce the values going into the cells to
double, that way the underlying framework does not change the cell type to
string.

from reading the javadoc of the various setCellValue( x ) methods, this seems
fairly apparent

is there a reason you are trying to push strings into cells that are being
typed numeric?  

is there a reason you are not parsing/converting/coercing them to numeric
doubles before insertion?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to