<?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 make a table in databricks using excel file in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/how-to-make-a-table-in-databricks-using-excel-file/m-p/141491#M2419</link>
    <description>&lt;P&gt;Latest blog about Read Excel feature of Databricks, however, its in beta.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/query/formats/excel" target="_blank"&gt;https://docs.databricks.com/aws/en/query/formats/excel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Until then, pls follow this thread for excel processing -&amp;nbsp;&lt;A href="https://community.databricks.com/t5/community-articles/reading-excel-files-folder/td-p/77116" target="_blank"&gt;https://community.databricks.com/t5/community-articles/reading-excel-files-folder/td-p/77116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Dec 2025 11:28:36 GMT</pubDate>
    <dc:creator>Raman_Unifeye</dc:creator>
    <dc:date>2025-12-09T11:28:36Z</dc:date>
    <item>
      <title>How to make a table in databricks using excel file</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-to-make-a-table-in-databricks-using-excel-file/m-p/141489#M2418</link>
      <description>&lt;P&gt;I want to upload excel file to make a table by using UI in databricks.&lt;/P&gt;&lt;P&gt;since databricks doesn't accept excel files. So I tried to change the datatype of&amp;nbsp; all the data in excel to string first.&lt;/P&gt;&lt;P&gt;Then transform it to csv uft-8, and click the [create ]button in the UI. upload the csv.&lt;/P&gt;&lt;P&gt;But it failed. I found many error in it.&lt;/P&gt;&lt;P&gt;Does someone can help me?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 11:13:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-to-make-a-table-in-databricks-using-excel-file/m-p/141489#M2418</guid>
      <dc:creator>senkii</dc:creator>
      <dc:date>2025-12-09T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table in databricks using excel file</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-to-make-a-table-in-databricks-using-excel-file/m-p/141491#M2419</link>
      <description>&lt;P&gt;Latest blog about Read Excel feature of Databricks, however, its in beta.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/query/formats/excel" target="_blank"&gt;https://docs.databricks.com/aws/en/query/formats/excel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Until then, pls follow this thread for excel processing -&amp;nbsp;&lt;A href="https://community.databricks.com/t5/community-articles/reading-excel-files-folder/td-p/77116" target="_blank"&gt;https://community.databricks.com/t5/community-articles/reading-excel-files-folder/td-p/77116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 11:28:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-to-make-a-table-in-databricks-using-excel-file/m-p/141491#M2419</guid>
      <dc:creator>Raman_Unifeye</dc:creator>
      <dc:date>2025-12-09T11:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table in databricks using excel file</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-to-make-a-table-in-databricks-using-excel-file/m-p/141717#M2423</link>
      <description>&lt;P&gt;If your workspace has Genie spaces enabled, you can upload Excel (.xlsx) directly to Genie and analyze it there; it’s designed for quick validation and NLQ over uploaded files and UC tables.&lt;/P&gt;
&lt;P&gt;Otherwise, you can use the following approaches:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option A: Use the “Create or modify a table” UI with a clean CSV&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the Add or upload data flow and choose Create or modify a table. Select your CSV file, then pick an active compute to preview (SQL warehouse or serverless). Group clusters are not supported for this preview step.&lt;/LI&gt;
&lt;LI&gt;In the format options for CSV, set these correctly:
&lt;UL&gt;
&lt;LI&gt;Turn on/off First row contains the header to match your file. Header settings must be consistent across files you upload together.&lt;/LI&gt;
&lt;LI&gt;Set Column delimiter to the actual separator (comma is default; only one character is allowed and backslash is not supported).&lt;/LI&gt;
&lt;LI&gt;If schema inference caused casting problems, disable Automatically detect column types so all columns are treated as STRING; you can transform after table creation.&lt;/LI&gt;
&lt;LI&gt;If any field contains embedded newlines, enable Rows span multiple lines before previewing.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Check and fix column names:
&lt;UL&gt;
&lt;LI&gt;Column names must not include commas, backslashes, or Unicode characters; avoid special characters (spaces are commonly problematic—rename to underscores before creating or rename later in a notebook/workflow).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Confirm size constraints:
&lt;UL&gt;
&lt;LI&gt;The table upload UI supports up to 10 files with a combined size under 2 GB in a single operation.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Option B: Upload the file to a Unity Catalog volume, then create a table from it (robust and flexible)&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Upload your CSV to a UC volume (any format is allowed for volumes; UI uploads are limited to 5 GB per file).&lt;/LI&gt;
&lt;LI&gt;From Catalog Explorer, click the file and use Create table to convert it into a managed table with the same preview and configuration options (headers, delimiter, types) as the upload page.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 12 Dec 2025 05:10:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-to-make-a-table-in-databricks-using-excel-file/m-p/141717#M2423</guid>
      <dc:creator>iyashk-DB</dc:creator>
      <dc:date>2025-12-12T05:10:59Z</dc:date>
    </item>
  </channel>
</rss>

