<?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 to read/write the excel having fixed format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343496#M111244</link>
    <description>&lt;P&gt;please find&amp;nbsp; this excel sheet above one is showing incorrect&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsuQ"&gt;Book2.xlsx&lt;/A&gt;</description>
    <pubDate>Tue, 10 Jul 2018 07:25:46 GMT</pubDate>
    <dc:creator>psujini</dc:creator>
    <dc:date>2018-07-10T07:25:46Z</dc:date>
    <item>
      <title>How to read/write the excel having fixed format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343495#M111243</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a use case that I need to generate the same excel sheet with the proper data to the different user.&lt;/P&gt;
&lt;P&gt;ie,.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;Name&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;EMP_ID&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;DOB&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;Current DATE&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;Product code&lt;/TD&gt;
   &lt;TD&gt;Product Type&lt;/TD&gt;
   &lt;TD&gt;Total Products&lt;/TD&gt;
   &lt;TD&gt;Eligible Products&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;P001&lt;/TD&gt;
   &lt;TD&gt;xxx&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;1500&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;yyy&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;155&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;uuu&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;nnn&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;200&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;mmm&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;500&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;P002&lt;/TD&gt;
   &lt;TD&gt;aaa&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;12332&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;bbb&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;----&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;ccc&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;----&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;ddd&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;----&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;fff&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;-----&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;ggg&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;-----&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;jjj&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;-----&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;yyy&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
   &lt;TD&gt;&amp;nbsp;-----&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my excel sheet I should update this sheet according to the user transaction in the total products column and send this sheet to user&amp;nbsp;.i&amp;nbsp;am confused ..how to read such kind of excel sheet and update that sheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions! please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 07:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343495#M111243</guid>
      <dc:creator>psujini</dc:creator>
      <dc:date>2018-07-10T07:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to read/write the excel having fixed format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343496#M111244</link>
      <description>&lt;P&gt;please find&amp;nbsp; this excel sheet above one is showing incorrect&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsuQ"&gt;Book2.xlsx&lt;/A&gt;</description>
      <pubDate>Tue, 10 Jul 2018 07:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343496#M111244</guid>
      <dc:creator>psujini</dc:creator>
      <dc:date>2018-07-10T07:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to read/write the excel having fixed format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343497#M111245</link>
      <description>I dont have a real solution, but some thoughts on how to get the results you want.&lt;BR /&gt;In Excel you create a worksheet with a pivot table which points to the worksheet which contains the actual data. This file is your template, append the data... the user simply refreshes.&lt;BR /&gt;No idea of this could work or is possible...&lt;BR /&gt;&lt;BR /&gt;From a process point of view why aren't they connecting to a data(view) / source to do it by themselves in Excel in stead of this "planning for failure" option?!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2018 14:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343497#M111245</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-10T14:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to read/write the excel having fixed format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343498#M111246</link>
      <description>&lt;P&gt;Hi Dijke,&lt;/P&gt;&lt;P&gt;Thanks for your reply&amp;nbsp;...but a not getting the idea u told..if possible can u please elaborate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ...&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 06:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343498#M111246</guid>
      <dc:creator>psujini</dc:creator>
      <dc:date>2018-07-11T06:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to read/write the excel having fixed format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343499#M111247</link>
      <description>- Pivot tables in Excel? and writing the table data to a new Excel sheet in an existing template xlsx file?&lt;BR /&gt;or&lt;BR /&gt;- Users connect to a database(view) via ODBC and import the data in an Excel-file (a template like above)&lt;BR /&gt;&lt;BR /&gt;If you arent familar with ODBC, Excel, pivot tables please google a bit. plenty of info...</description>
      <pubDate>Wed, 11 Jul 2018 12:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-write-the-excel-having-fixed-format/m-p/2343499#M111247</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-11T12:44:09Z</dc:date>
    </item>
  </channel>
</rss>

