GustavoAgnes / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

put string to cell keyword not working #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i have an excel sheet and i am trying to write string to a cell using put 
string to cell keyword but it is not reflecting in excel sheet. the cell which 
i am writing to has value 0.

What is the expected output? What do you see instead?
the expected output is string should be written in excel but it is not writing 
to cell and not throwing any error also.

What version of the product are you using? On what operating system?
Robot frame work 2.8.5 on python 2.6 with operating system as linux

Please provide any additional information below.
first i tried to write to an empty cell but it returned list index out of range 
error. so i filled that cell with 0 then am using put string to cell to write 
to that cell.

Original issue reported on code.google.com by ankammac...@gmail.com on 20 Oct 2014 at 10:37