<?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 Re: How can I delete a Worksheet from an Excel workbook? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314549#M85302</link>
    <description>Thanks jlolling,
&lt;BR /&gt;I get this error on the tFileExcelWorkbookSave at the very last step of the job:
&lt;BR /&gt;
&lt;B&gt;Exception in component tFileExcelWorkbookSave_1&lt;BR /&gt;java.lang.IllegalArgumentException: workbook cannot be null!&lt;/B&gt;
&lt;BR /&gt;Here is my job:
&lt;BR /&gt;tFileExcelWorkbookOpen &amp;gt; tFileExcelSheetList &amp;gt; tMap (if statements to make the ones I don't want to load null) &amp;gt; tFilterRow &amp;gt; tFileOutputDelimited &amp;gt; okComponentOk &amp;gt; tFileInputFullRow &amp;gt; tMap &amp;gt; tContextLoad &amp;gt; tFlowToIterate &amp;gt; tFileExcelWorkbookSave</description>
    <pubDate>Wed, 16 Apr 2014 23:06:00 GMT</pubDate>
    <dc:creator>talendtester</dc:creator>
    <dc:date>2014-04-16T23:06:00Z</dc:date>
    <item>
      <title>How can I delete a Worksheet from an Excel workbook?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314546#M85299</link>
      <description>What component do I use to delete a &lt;B&gt;worksheet&lt;/B&gt; from an &lt;B&gt;Excel&lt;/B&gt; workbook?</description>
      <pubDate>Tue, 15 Apr 2014 23:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314546#M85299</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2014-04-15T23:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I delete a Worksheet from an Excel workbook?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314547#M85300</link>
      <description>Hi talendtester,
&lt;BR /&gt;I couldn't identify a component to delete a worksheet..
&lt;BR /&gt;But there is a work around -- read excel file and all the worksheets except the one which you want to delete and connect to outputexcel new file. Once done, delete old excel file.
&lt;BR /&gt;Check the blog post - 
&lt;A href="http://www.vikramtakkar.com/2012/12/reading-excel-files-using-talend-open.html" rel="nofollow noopener noreferrer"&gt;http://www.vikramtakkar.com/2012/12/reading-excel-files-using-talend-open.html&lt;/A&gt;...
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 16 Apr 2014 05:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314547#M85300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T05:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I delete a Worksheet from an Excel workbook?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314548#M85301</link>
      <description>There is an easy way:&lt;BR /&gt;tFileExcelWorkbookOpen --OnSubjobOk--&amp;gt; tFileExcelWorkbookSave&lt;BR /&gt;In tFileExcelWorkbookOpen specify your source file.&lt;BR /&gt;In the component tFileExcelWorkbookSave you can specify the sheets to delete and you can specify an output file name different or simply the same from the source file.</description>
      <pubDate>Wed, 16 Apr 2014 20:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314548#M85301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T20:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I delete a Worksheet from an Excel workbook?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314549#M85302</link>
      <description>Thanks jlolling,
&lt;BR /&gt;I get this error on the tFileExcelWorkbookSave at the very last step of the job:
&lt;BR /&gt;
&lt;B&gt;Exception in component tFileExcelWorkbookSave_1&lt;BR /&gt;java.lang.IllegalArgumentException: workbook cannot be null!&lt;/B&gt;
&lt;BR /&gt;Here is my job:
&lt;BR /&gt;tFileExcelWorkbookOpen &amp;gt; tFileExcelSheetList &amp;gt; tMap (if statements to make the ones I don't want to load null) &amp;gt; tFilterRow &amp;gt; tFileOutputDelimited &amp;gt; okComponentOk &amp;gt; tFileInputFullRow &amp;gt; tMap &amp;gt; tContextLoad &amp;gt; tFlowToIterate &amp;gt; tFileExcelWorkbookSave</description>
      <pubDate>Wed, 16 Apr 2014 23:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314549#M85302</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2014-04-16T23:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I delete a Worksheet from an Excel workbook?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314550#M85303</link>
      <description>jlolling,
&lt;BR /&gt;Do I need to make 30 context variables, load them all, and the call them in the 
&lt;B&gt;tFileExcelWorkbookSave&lt;/B&gt; component so all the worksheets can be deleted in a single pass?</description>
      <pubDate>Thu, 17 Apr 2014 21:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-delete-a-Worksheet-from-an-Excel-workbook/m-p/2314550#M85303</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2014-04-17T21:00:49Z</dc:date>
    </item>
  </channel>
</rss>

