<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Perl script help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-script-help/m-p/5727155#M638360</link>
    <description>&lt;P&gt;Hello Forum,&lt;/P&gt;&lt;P&gt;I have some text files and I want to export them into 1 excel file.Let's say text files are like &amp;nbsp;&lt;/P&gt;&lt;P&gt;a.txt&lt;/P&gt;&lt;P&gt;b.txt&lt;/P&gt;&lt;P&gt;c.txt&lt;/P&gt;&lt;P&gt;d.txt&lt;/P&gt;&lt;P&gt;What I want to get these text files into an excel file called as "final.xls" and When I open it I want to see the sheets as&lt;/P&gt;&lt;P&gt;a.txt---&amp;gt;sheet1&lt;/P&gt;&lt;P&gt;b.txt---&amp;gt;sheet2&lt;/P&gt;&lt;P&gt;c.txt----&amp;gt;sheet3&lt;/P&gt;&lt;P&gt;d.txt----&amp;gt;sheet4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS:I have downloaded and installed Spreadsheet-WriteExcel-2.37 over my unix perl env.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jul 2012 14:41:45 GMT</pubDate>
    <dc:creator>cemokam</dc:creator>
    <dc:date>2012-07-17T14:41:45Z</dc:date>
    <item>
      <title>Perl script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-script-help/m-p/5727155#M638360</link>
      <description>&lt;P&gt;Hello Forum,&lt;/P&gt;&lt;P&gt;I have some text files and I want to export them into 1 excel file.Let's say text files are like &amp;nbsp;&lt;/P&gt;&lt;P&gt;a.txt&lt;/P&gt;&lt;P&gt;b.txt&lt;/P&gt;&lt;P&gt;c.txt&lt;/P&gt;&lt;P&gt;d.txt&lt;/P&gt;&lt;P&gt;What I want to get these text files into an excel file called as "final.xls" and When I open it I want to see the sheets as&lt;/P&gt;&lt;P&gt;a.txt---&amp;gt;sheet1&lt;/P&gt;&lt;P&gt;b.txt---&amp;gt;sheet2&lt;/P&gt;&lt;P&gt;c.txt----&amp;gt;sheet3&lt;/P&gt;&lt;P&gt;d.txt----&amp;gt;sheet4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS:I have downloaded and installed Spreadsheet-WriteExcel-2.37 over my unix perl env.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2012 14:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-script-help/m-p/5727155#M638360</guid>
      <dc:creator>cemokam</dc:creator>
      <dc:date>2012-07-17T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Perl script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-script-help/m-p/5728765#M638361</link>
      <description>&lt;P&gt;Yes, it is possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the documentation of the Spreadsheet::WriteExcel perl module:&lt;/P&gt;&lt;P&gt;&lt;A href="http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.37/lib/Spreadsheet/WriteExcel.pm" target="_blank"&gt;http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.37/lib/Spreadsheet/WriteExcel.pm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Quick Start lists 3 steps required when creating an Excel file:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;create a "workbook" (= the Excel file) using the new() method&lt;/LI&gt;&lt;LI&gt;create a worksheet in the workbook using the add_worksheet() method&lt;/LI&gt;&lt;LI&gt;write() to the worksheet. (write_row() or write_col() might be useful too).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When you want to create another worksheet, simply perform the step 2 again using the original workbook object. It will give you a new worksheet object, referring to the next worksheet.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 12:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-script-help/m-p/5728765#M638361</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-07-18T12:21:42Z</dc:date>
    </item>
  </channel>
</rss>

