http://www.perlmonks.org?node_id=999919


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

https://metacpan.org/module/Excel::Writer::XLSX#write_string-row-column-string-format-
  • Comment on Re^2: convert excel cell into "Text" format with Excel:: Write::xlsx modul

Replies are listed 'Best First'.
Re^3: convert excel cell into "Text" format with Excel:: Write::xlsx modul
by sarf13 (Beadle) on Oct 19, 2012 at 14:03 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