I figured out how to solve this problem. I just have to set formulas of the
cells of the copied workbook again programicaly. But there's another
problem. I have to set to a cell formula like that: "=F" + number_of_row +
"/1,2" like =F8/1,2 ... but when I'm going to check the formula in the
copied excel file, there is set this function to column F: =F8/1 ... so
without the comma and everything behind it. Why is the
Cell.setCellFormula(String function) method ignoring the comma and
everything behind it? Is this a bug?
-- 
View this message in context: 
http://www.nabble.com/formula-error-tf3897697.html#a11053652
Sent from the POI - User mailing list archive at Nabble.com.


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

Reply via email to