<?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: Best practice to format EXCEL files as data source in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507533#M14639</link>
    <description>&lt;P&gt;That's a lot of guidelines... Why? What is the context? Is it some kind of app that will be able to import a standardized excel file without any manual fixing in load script/data load editor?&lt;/P&gt;
&lt;P&gt;I think perhapsit will be difficult for people to verify their files against this checklist? Perhaps so difficult that they simply will not do it?&lt;/P&gt;
&lt;P&gt;1.1 Why do you want to "&lt;SPAN&gt;Avoid spaces in field names"? That shouldn't be necessary.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.2 In my opinion, the first three bullets are not needed. Data load should be built so that formatting is handled. Perhaps some source data actually uses text format for dates, then there shouldn't be a need for a user to manually fix such things in Excel. The loading process in qlik should make sure things end up correctly in the data model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;3.1 Why? In some scenarios you may want blank values, not nulls. And how do you want peiople to do that in excel,so that the value is actually read by qlik as a null value? If you do need to make all blank values to nulls, load them in Qlik using trim().&lt;/P&gt;
&lt;P&gt;2.3 and 4.1 is more or less the same instruction. But I get a bit confused here at 4.1 and 4.2 (and 6.1). The overall feeling is that these instructions are for people that aren't very famiiar with how to treat data in files. But here you mention "primary &amp;amp; foreign keys", concepts that will likely not be understood.&lt;/P&gt;
&lt;P&gt;Section 5 is already mentioned elsewhere in the document (kind of).&lt;/P&gt;
&lt;P&gt;6.2 Really? If someone has got a huge excel file with many rows and there are dates in there, do you actually want them to go over the data in excel to make sure there are no gaps in the time series? I strongly believe that should be taken care of when data is loaded instead of people spening lots of time to fix their file first.&lt;/P&gt;
&lt;P&gt;I could probably comment more, or I should have commented less, if I knew more about the context. But basically: I would not like to be handed these instructions myself.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2025 07:32:10 GMT</pubDate>
    <dc:creator>henrikalmen</dc:creator>
    <dc:date>2025-02-27T07:32:10Z</dc:date>
    <item>
      <title>Best practice to format EXCEL files as data source</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2506586#M14611</link>
      <description>&lt;P&gt;I am preparing some guidelines on how EXCEL files should look like to serve as source data for Qlik Sense.&lt;BR /&gt;(see draft below)&lt;BR /&gt;&lt;BR /&gt;Is there any document available in QLIK COMMUNITY for further inspiration?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H2 data-start="236" data-end="273"&gt;&lt;STRONG data-start="239" data-end="273"&gt;1. Structure of the Excel File&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3 data-start="274" data-end="308"&gt;&lt;STRONG data-start="278" data-end="308"&gt;1.1. Headers &amp;amp; Field Names&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="309" data-end="686"&gt;
&lt;LI data-start="309" data-end="394"&gt;The &lt;STRONG data-start="315" data-end="328"&gt;first row&lt;/STRONG&gt; should contain clear and &lt;STRONG data-start="354" data-end="376"&gt;unique field names&lt;/STRONG&gt; (column headers).&lt;/LI&gt;
&lt;LI data-start="395" data-end="472"&gt;Field names should &lt;STRONG data-start="416" data-end="423"&gt;not&lt;/STRONG&gt; contain special characters (e.g., &lt;CODE data-start="458" data-end="470"&gt;@, #, $, %&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI data-start="473" data-end="581"&gt;Avoid spaces in field names; use underscores (&lt;CODE data-start="521" data-end="524"&gt;_&lt;/CODE&gt;) instead (e.g., &lt;CODE data-start="541" data-end="554"&gt;Customer_ID&lt;/CODE&gt; instead of &lt;CODE data-start="566" data-end="579"&gt;Customer ID&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI data-start="582" data-end="686"&gt;Field names should be &lt;STRONG data-start="606" data-end="620"&gt;consistent&lt;/STRONG&gt; across multiple sheets or files (if used for data concatenation).&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="688" data-end="717"&gt;&lt;STRONG data-start="692" data-end="717"&gt;1.2. Data Consistency&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="718" data-end="981"&gt;
&lt;LI data-start="718" data-end="799"&gt;Each column should contain &lt;STRONG data-start="747" data-end="767"&gt;one type of data&lt;/STRONG&gt; (e.g., numeric, text, or date).&lt;/LI&gt;
&lt;LI data-start="800" data-end="854"&gt;Dates should be formatted &lt;STRONG data-start="828" data-end="840"&gt;as dates&lt;/STRONG&gt;, not as text.&lt;/LI&gt;
&lt;LI data-start="855" data-end="922"&gt;Ensure numbers are not stored as text to avoid conversion issues.&lt;/LI&gt;
&lt;LI data-start="923" data-end="981"&gt;Avoid merged cells, as they can cause data misalignment.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="983" data-end="1010"&gt;&lt;STRONG data-start="987" data-end="1010"&gt;1.3. Data Integrity&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="1011" data-end="1205"&gt;
&lt;LI data-start="1011" data-end="1082"&gt;Each row should represent &lt;STRONG data-start="1039" data-end="1058"&gt;a single record&lt;/STRONG&gt; (flat-table structure).&lt;/LI&gt;
&lt;LI data-start="1083" data-end="1121"&gt;No blank rows within the data table.&lt;/LI&gt;
&lt;LI data-start="1122" data-end="1205"&gt;No subtotals or aggregated values (Qlik Sense performs aggregations dynamically).&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="1207" data-end="1232"&gt;&lt;STRONG data-start="1211" data-end="1232"&gt;1.4. Table Format&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="1233" data-end="1437"&gt;
&lt;LI data-start="1233" data-end="1343"&gt;Use an &lt;STRONG data-start="1242" data-end="1264"&gt;Excel Table Format&lt;/STRONG&gt; (&lt;CODE data-start="1266" data-end="1276"&gt;Ctrl + T&lt;/CODE&gt;) if necessary, but Qlik Sense can also work with raw tabular data.&lt;/LI&gt;
&lt;LI data-start="1344" data-end="1437"&gt;Ensure each sheet follows a &lt;STRONG data-start="1374" data-end="1395"&gt;tabular structure&lt;/STRONG&gt; (rows as records, columns as attributes).&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR data-start="1439" data-end="1442" /&gt;
&lt;H2 data-start="1444" data-end="1485"&gt;&lt;STRONG data-start="1447" data-end="1485"&gt;2. Sheet &amp;amp; Workbook Considerations&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3 data-start="1486" data-end="1511"&gt;&lt;STRONG data-start="1490" data-end="1511"&gt;2.1. Sheet Naming&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="1512" data-end="1653"&gt;
&lt;LI data-start="1512" data-end="1606"&gt;If using multiple sheets, give them meaningful names (&lt;CODE data-start="1568" data-end="1580"&gt;Sales_Data&lt;/CODE&gt;, &lt;CODE data-start="1582" data-end="1598"&gt;Customers_List&lt;/CODE&gt;, etc.).&lt;/LI&gt;
&lt;LI data-start="1607" data-end="1653"&gt;Avoid default names like &lt;CODE data-start="1634" data-end="1642"&gt;Sheet1&lt;/CODE&gt;, &lt;CODE data-start="1644" data-end="1652"&gt;Sheet2&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="1655" data-end="1690"&gt;&lt;STRONG data-start="1659" data-end="1690"&gt;2.2. File Size Optimization&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="1691" data-end="1856"&gt;
&lt;LI data-start="1691" data-end="1786"&gt;Qlik Sense can handle large files, but &lt;STRONG data-start="1732" data-end="1762"&gt;reduce unnecessary columns&lt;/STRONG&gt; to improve performance.&lt;/LI&gt;
&lt;LI data-start="1787" data-end="1856"&gt;Compress data if possible, removing redundant or duplicate records.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="1858" data-end="1893"&gt;&lt;STRONG data-start="1862" data-end="1893"&gt;2.3. Use of Multiple Sheets&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="1894" data-end="2052"&gt;
&lt;LI data-start="1894" data-end="2052"&gt;If multiple sheets represent different datasets, ensure they have a &lt;STRONG data-start="1964" data-end="1978"&gt;common key&lt;/STRONG&gt; for linking (e.g., &lt;CODE data-start="1998" data-end="2011"&gt;Customer_ID&lt;/CODE&gt; in both &lt;CODE data-start="2020" data-end="2027"&gt;Sales&lt;/CODE&gt; and &lt;CODE data-start="2032" data-end="2043"&gt;Customers&lt;/CODE&gt; sheets).&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR data-start="2054" data-end="2057" /&gt;
&lt;H2 data-start="2059" data-end="2100"&gt;&lt;STRONG data-start="2062" data-end="2100"&gt;3. Data Formatting &amp;amp; Preprocessing&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3 data-start="2101" data-end="2135"&gt;&lt;STRONG data-start="2105" data-end="2135"&gt;3.1. Handling Missing Data&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="2136" data-end="2286"&gt;
&lt;LI data-start="2136" data-end="2208"&gt;Replace empty fields with &lt;CODE data-start="2164" data-end="2170"&gt;NULL&lt;/CODE&gt; values instead of leaving them blank.&lt;/LI&gt;
&lt;LI data-start="2209" data-end="2286"&gt;Use a placeholder (&lt;CODE data-start="2230" data-end="2235"&gt;N/A&lt;/CODE&gt;, &lt;CODE data-start="2237" data-end="2246"&gt;Unknown&lt;/CODE&gt;) if missing values need identification.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="2288" data-end="2313"&gt;&lt;STRONG data-start="2292" data-end="2313"&gt;3.2. Date Formats&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="2314" data-end="2483"&gt;
&lt;LI data-start="2314" data-end="2426"&gt;Store dates in &lt;STRONG data-start="2331" data-end="2345"&gt;YYYY-MM-DD&lt;/STRONG&gt; or standard formats (&lt;CODE data-start="2367" data-end="2379"&gt;MM/DD/YYYY&lt;/CODE&gt; or &lt;CODE data-start="2383" data-end="2395"&gt;DD/MM/YYYY&lt;/CODE&gt;) to ensure proper recognition.&lt;/LI&gt;
&lt;LI data-start="2427" data-end="2483"&gt;Ensure date fields contain only &lt;STRONG data-start="2461" data-end="2482"&gt;valid date values&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="2485" data-end="2512"&gt;&lt;STRONG data-start="2489" data-end="2512"&gt;3.3. Numeric Values&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="2513" data-end="2716"&gt;
&lt;LI data-start="2513" data-end="2635"&gt;Do not include &lt;STRONG data-start="2530" data-end="2550"&gt;currency symbols&lt;/STRONG&gt; (&lt;CODE data-start="2552" data-end="2561"&gt;$, €, £&lt;/CODE&gt;) directly in numeric fields; Qlik Sense can handle formatting separately.&lt;/LI&gt;
&lt;LI data-start="2636" data-end="2716"&gt;Ensure percentages are stored as &lt;STRONG data-start="2671" data-end="2689"&gt;decimal values&lt;/STRONG&gt; (&lt;CODE data-start="2691" data-end="2697"&gt;0.25&lt;/CODE&gt; instead of &lt;CODE data-start="2709" data-end="2714"&gt;25%&lt;/CODE&gt;).&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR data-start="2718" data-end="2721" /&gt;
&lt;H2 data-start="2723" data-end="2758"&gt;&lt;STRONG data-start="2726" data-end="2758"&gt;4. Data Relationships &amp;amp; Keys&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3 data-start="2759" data-end="2794"&gt;&lt;STRONG data-start="2763" data-end="2794"&gt;4.1. Primary &amp;amp; Foreign Keys&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="2795" data-end="2948"&gt;
&lt;LI data-start="2795" data-end="2896"&gt;If using multiple tables, define &lt;STRONG data-start="2830" data-end="2851"&gt;unique key fields&lt;/STRONG&gt; (&lt;CODE data-start="2853" data-end="2866"&gt;Customer_ID&lt;/CODE&gt;, &lt;CODE data-start="2868" data-end="2882"&gt;Product_Code&lt;/CODE&gt;) for linking.&lt;/LI&gt;
&lt;LI data-start="2897" data-end="2948"&gt;Avoid &lt;STRONG data-start="2905" data-end="2923"&gt;duplicate keys&lt;/STRONG&gt; in a primary key column.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="2950" data-end="2983"&gt;&lt;STRONG data-start="2954" data-end="2983"&gt;4.2. Avoid Synthetic Keys&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="2984" data-end="3183"&gt;
&lt;LI data-start="2984" data-end="3063"&gt;Synthetic keys occur when multiple tables have more than one field in common.&lt;/LI&gt;
&lt;LI data-start="3064" data-end="3183"&gt;Use &lt;STRONG data-start="3070" data-end="3087"&gt;concatenation&lt;/STRONG&gt; or rename fields (&lt;CODE data-start="3106" data-end="3125"&gt;Customer_ID_Sales&lt;/CODE&gt; vs. &lt;CODE data-start="3130" data-end="3150"&gt;Customer_ID_Orders&lt;/CODE&gt;) to prevent auto-linking errors.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR data-start="3185" data-end="3188" /&gt;
&lt;H2 data-start="3190" data-end="3235"&gt;&lt;STRONG data-start="3193" data-end="3235"&gt;5. Naming Conventions &amp;amp; Best Practices&lt;/STRONG&gt;&lt;/H2&gt;
&lt;UL data-start="3236" data-end="3465"&gt;
&lt;LI data-start="3236" data-end="3301"&gt;&lt;STRONG data-start="3238" data-end="3266"&gt;CamelCase or Underscores&lt;/STRONG&gt; (&lt;CODE data-start="3268" data-end="3281"&gt;ProductName&lt;/CODE&gt; or &lt;CODE data-start="3285" data-end="3299"&gt;Product_Name&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI data-start="3302" data-end="3411"&gt;&lt;STRONG data-start="3304" data-end="3320"&gt;Avoid spaces&lt;/STRONG&gt; and &lt;STRONG data-start="3325" data-end="3347"&gt;special characters&lt;/STRONG&gt; in file names (&lt;CODE data-start="3363" data-end="3380"&gt;Sales_Data.xlsx&lt;/CODE&gt; instead of &lt;CODE data-start="3392" data-end="3409"&gt;Sales Data.xlsx&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI data-start="3412" data-end="3465"&gt;&lt;STRONG data-start="3414" data-end="3445"&gt;Keep sheet names meaningful&lt;/STRONG&gt; to avoid confusion.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR data-start="3467" data-end="3470" /&gt;
&lt;H2 data-start="3472" data-end="3495"&gt;&lt;STRONG data-start="3475" data-end="3495"&gt;6. Special Cases&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3 data-start="3496" data-end="3535"&gt;&lt;STRONG data-start="3500" data-end="3535"&gt;6.1. If Using Hierarchical Data&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="3536" data-end="3656"&gt;
&lt;LI data-start="3536" data-end="3653"&gt;Flatten the hierarchy in Excel or use &lt;STRONG data-start="3576" data-end="3596"&gt;separate columns&lt;/STRONG&gt; for levels (e.g., &lt;CODE data-start="3615" data-end="3625"&gt;Category&lt;/CODE&gt;, &lt;CODE data-start="3627" data-end="3640"&gt;Subcategory&lt;/CODE&gt;, &lt;CODE data-start="3642" data-end="3651"&gt;Product&lt;/CODE&gt;).&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="3657" data-end="3695"&gt;&lt;STRONG data-start="3661" data-end="3695"&gt;6.2. If Using Time Series Data&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="3696" data-end="3834"&gt;
&lt;LI data-start="3696" data-end="3756"&gt;Ensure a &lt;STRONG data-start="3707" data-end="3732"&gt;continuous date range&lt;/STRONG&gt; without missing values.&lt;/LI&gt;
&lt;LI data-start="3757" data-end="3834"&gt;Use a &lt;STRONG data-start="3765" data-end="3793"&gt;separate Date/Time field&lt;/STRONG&gt; instead of embedding it in other fields.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR data-start="3836" data-end="3839" /&gt;
&lt;H2 data-start="3841" data-end="3889"&gt;&lt;STRONG data-start="3844" data-end="3889"&gt;7. Data Validation &amp;amp; Pre-Qlik Preparation&lt;/STRONG&gt;&lt;/H2&gt;
&lt;UL data-start="3890" data-end="4044"&gt;
&lt;LI data-start="3890" data-end="3920"&gt;Check for duplicate records.&lt;/LI&gt;
&lt;LI data-start="3921" data-end="3975"&gt;Remove unnecessary columns before loading into Qlik.&lt;/LI&gt;
&lt;LI data-start="3976" data-end="4044"&gt;Use &lt;STRONG data-start="3982" data-end="4001"&gt;data validation&lt;/STRONG&gt; in Excel to restrict incorrect data entry.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 19 Feb 2025 11:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2506586#M14611</guid>
      <dc:creator>DoctorPolidori</dc:creator>
      <dc:date>2025-02-19T11:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to format EXCEL files as data source</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507533#M14639</link>
      <description>&lt;P&gt;That's a lot of guidelines... Why? What is the context? Is it some kind of app that will be able to import a standardized excel file without any manual fixing in load script/data load editor?&lt;/P&gt;
&lt;P&gt;I think perhapsit will be difficult for people to verify their files against this checklist? Perhaps so difficult that they simply will not do it?&lt;/P&gt;
&lt;P&gt;1.1 Why do you want to "&lt;SPAN&gt;Avoid spaces in field names"? That shouldn't be necessary.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.2 In my opinion, the first three bullets are not needed. Data load should be built so that formatting is handled. Perhaps some source data actually uses text format for dates, then there shouldn't be a need for a user to manually fix such things in Excel. The loading process in qlik should make sure things end up correctly in the data model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;3.1 Why? In some scenarios you may want blank values, not nulls. And how do you want peiople to do that in excel,so that the value is actually read by qlik as a null value? If you do need to make all blank values to nulls, load them in Qlik using trim().&lt;/P&gt;
&lt;P&gt;2.3 and 4.1 is more or less the same instruction. But I get a bit confused here at 4.1 and 4.2 (and 6.1). The overall feeling is that these instructions are for people that aren't very famiiar with how to treat data in files. But here you mention "primary &amp;amp; foreign keys", concepts that will likely not be understood.&lt;/P&gt;
&lt;P&gt;Section 5 is already mentioned elsewhere in the document (kind of).&lt;/P&gt;
&lt;P&gt;6.2 Really? If someone has got a huge excel file with many rows and there are dates in there, do you actually want them to go over the data in excel to make sure there are no gaps in the time series? I strongly believe that should be taken care of when data is loaded instead of people spening lots of time to fix their file first.&lt;/P&gt;
&lt;P&gt;I could probably comment more, or I should have commented less, if I knew more about the context. But basically: I would not like to be handed these instructions myself.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 07:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507533#M14639</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-02-27T07:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to format EXCEL files as data source</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507534#M14640</link>
      <description>&lt;P&gt;Oh, I suddenly realise that I know who you are and therefore possibly know a tiny bit more about the context. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Well, I am probably right then that the guidelines are aimed at "regular" people, not data people. So I do believe parts of this is too technical for people to understand. But at the same time these non data people are often building apps themselves (without the support of a developer) in your organization, right?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you actually have a template app and you want people to be able to prep data files so that it can be loaded by this app, or are the instructions more aimed at best practice so that it will be easier for them to build apps from scratch? I guess they are using the data load manager more than the script editor?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 07:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507534#M14640</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-02-27T07:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to format EXCEL files as data source</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507566#M14641</link>
      <description>&lt;P&gt;thanks for sharing!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 09:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507566#M14641</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-02-27T09:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to format EXCEL files as data source</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507647#M14645</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/244410"&gt;@DoctorPolidori&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I find quite helpful Qlik guidelines:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/DataSource/load-data-from-Excel.htm" target="_blank"&gt;Loading data from Microsoft Excel spreadsheets | Qlik Sense on Windows Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can add more specific instructions, but it depends on the distinct case necessities and, in my opinion, can't be summarized in a general way.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 14:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507647#M14645</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2025-02-27T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to format EXCEL files as data source</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507701#M14648</link>
      <description>&lt;P&gt;If you must absolutely do it, this is a good set of guidelines, just make sure to warn the users that they risk losing a limb if they break them &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;. In practice, they will; warning or not!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5dlmhc6431s51.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177976i8ADC0BD268AA6319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5dlmhc6431s51.jpg" alt="5dlmhc6431s51.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 22:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507701#M14648</guid>
      <dc:creator>amonjaras_c40</dc:creator>
      <dc:date>2025-02-27T22:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to format EXCEL files as data source</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507780#M14649</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 09:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507780#M14649</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-02-28T09:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to format EXCEL files as data source</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507799#M14650</link>
      <description>&lt;P&gt;So true!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 11:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Best-practice-to-format-EXCEL-files-as-data-source/m-p/2507799#M14650</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2025-02-28T11:25:12Z</dc:date>
    </item>
  </channel>
</rss>

