in reply to convert excel cell into "Text" format with Excel:: Write::xlsx modul

When you open the .... module documentation and search for "cell" and for "text", what do you find?
  • Comment on Re: convert excel cell into "Text" format with Excel:: Write::xlsx modul

Replies are listed 'Best First'.
Re^2: convert excel cell into "Text" format with Excel:: Write::xlsx modul
by Anonymous Monk on Oct 19, 2012 at 12:17 UTC
Re^2: convert excel cell into "Text" format with Excel:: Write::xlsx modul
by Anonymous Monk on Oct 19, 2012 at 12:18 UTC
      thanks for your reply. i had try to write data with "write_string" subroutine, but the problem is the logic i had made for writing on excel need to change which i have written for "write" subroutine. an itis bit tough for me. because of that i am thinking if there would any way trough which we can initally set all cell should be "Text". if u want i can post that piece of code.
        ?? module says use write_string is the only way, so if you want all string, you have to use write_string for everything