<?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 Qlik Table individual cell formatting information missing in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Table-individual-cell-formatting-information-missing/m-p/2425550#M20071</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am developing an extension in JavaScript that will export a qlik table as an excel file or pdf file, and it will add additional information in header/footer of the exported file.&amp;nbsp; Now I want to keep the table formatting in the exported document. The issue I am having is that some of tables have cells that have their own formatting such as background color and text color but qlik does not provide formatting information for each cell. in the qlik&amp;nbsp;&lt;SPAN&gt;dataPage&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;qMatrix I don't see any information about those formatting. I was expecting it to be in the same block as the qText but it's not there.&lt;BR /&gt;Does anyone have an idea on how to accomplish this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikRequestCapture.PNG" style="width: 847px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161024i10EDDB1EA20A41E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikRequestCapture.PNG" alt="qlikRequestCapture.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikRequestCapture2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161025iB1AD4F0E84D4350E/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikRequestCapture2.PNG" alt="qlikRequestCapture2.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Fiston&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 19:31:17 GMT</pubDate>
    <dc:creator>fmadimba</dc:creator>
    <dc:date>2024-02-29T19:31:17Z</dc:date>
    <item>
      <title>Qlik Table individual cell formatting information missing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Table-individual-cell-formatting-information-missing/m-p/2425550#M20071</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am developing an extension in JavaScript that will export a qlik table as an excel file or pdf file, and it will add additional information in header/footer of the exported file.&amp;nbsp; Now I want to keep the table formatting in the exported document. The issue I am having is that some of tables have cells that have their own formatting such as background color and text color but qlik does not provide formatting information for each cell. in the qlik&amp;nbsp;&lt;SPAN&gt;dataPage&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;qMatrix I don't see any information about those formatting. I was expecting it to be in the same block as the qText but it's not there.&lt;BR /&gt;Does anyone have an idea on how to accomplish this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikRequestCapture.PNG" style="width: 847px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161024i10EDDB1EA20A41E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikRequestCapture.PNG" alt="qlikRequestCapture.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikRequestCapture2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161025iB1AD4F0E84D4350E/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikRequestCapture2.PNG" alt="qlikRequestCapture2.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Fiston&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 19:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Table-individual-cell-formatting-information-missing/m-p/2425550#M20071</guid>
      <dc:creator>fmadimba</dc:creator>
      <dc:date>2024-02-29T19:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Table individual cell formatting information missing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Table-individual-cell-formatting-information-missing/m-p/2425921#M20083</link>
      <description>&lt;P&gt;Hey &lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/231900"&gt;@fmadimba&lt;/a&gt;&lt;/SPAN&gt; , the information for cell color is in your hypercube data, under qAttrExps --&amp;gt; qValues. You could have the background color or text color. Below an example of a table with background with red and text color with white (first entry is background, second is text color)&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;"qAttrExps": {
	"qValues": [
		{
			"qText": "RGB(128,0,0)",
			"qNum": 4286578688
		},
		{
			"qText": "RGB(255,255,255)",
			"qNum": 4294967295
		}
	]
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 01 Mar 2024 13:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Table-individual-cell-formatting-information-missing/m-p/2425921#M20083</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-03-01T13:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Table individual cell formatting information missing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Table-individual-cell-formatting-information-missing/m-p/2426046#M20084</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt;&amp;nbsp; I missed that. There is even a html code in element 6 , which has more formatting data.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikTableAttrCapture.PNG" style="width: 924px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161119iF59273AB34081CC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikTableAttrCapture.PNG" alt="qlikTableAttrCapture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 16:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Table-individual-cell-formatting-information-missing/m-p/2426046#M20084</guid>
      <dc:creator>fmadimba</dc:creator>
      <dc:date>2024-03-01T16:08:31Z</dc:date>
    </item>
  </channel>
</rss>

