Since it appears that this is a continuation of the previous thread that you've started on this forum, I'm merging those two threads.
If you really want help then you should both start providing more information in your questions, and responding when people offer you their assistance.
We are not going to be enticed to continue to help you further it if does not appear that you are involved.
I am able to write an excel file from a text file using Spreadsheet ::WriteExcel module.I am using Split function in Perl to seperate the text and write it in a excel file.When i write it i am getting some junk values also being written in the columns..
I am able to write an excel file from a text file using Spreadsheet ::WriteExcel module.I am using Split function in Perl to seperate the text and write it in a excel file.When i write it i am getting some junk values also being written in the columns.I don't want these junk values to be printed.Can any one suggest me a solution to this..
I am trying to write to an excel file repeatedly. I create a new workbook with the SPreadsheet::Wr iteExcel module.
I need to close that file, do some more computations, come back and then add to the excel file. Is there a file open option in the module? If not, what is the best way of doing it then?
Comment