Data type issue

I have taken assign activity and defined the variable in integer .
so basically what i am doing is taking the count from excel and now i need to write that count in excel to one particular cell. but since its defined in integer its throwing me an error . what should i do ?

count.toString

Hi,

While writing that value conver into string by using tostring function.

Yourintvalue.tostring