<?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: Recommendations for a spreadsheet like interface that writes back to a databricks table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164419#M55263</link>
    <description>&lt;P&gt;Thanks, great information!&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2026 17:49:09 GMT</pubDate>
    <dc:creator>dbernstein_tp</dc:creator>
    <dc:date>2026-07-29T17:49:09Z</dc:date>
    <item>
      <title>Recommendations for a spreadsheet like interface that writes back to a databricks table</title>
      <link>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164416#M55260</link>
      <description>&lt;P&gt;Hi Everyone, There is a need for a lakehouse front-end tool at my company that operates like an excel spreadsheet but reads/writes to a lakehouse table. This would replace actual spreadsheets that are passed around, manually updated, and then collated by some poor person.&lt;/P&gt;&lt;P&gt;We are looking at Sigma Computing, which has this feature, but I was wondering what other options are out there and if anybody here has experience handling this scenario. Imagine this is quite common...&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 17:28:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164416#M55260</guid>
      <dc:creator>dbernstein_tp</dc:creator>
      <dc:date>2026-07-29T17:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for a spreadsheet like interface that writes back to a databricks table</title>
      <link>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164417#M55261</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/167040"&gt;@dbernstein_tp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can use commission of Databricks Apps + Lakebase. You build a lightweight Streamlit/Dash front end, back it with a Lakebase (managed Postgres) table synced from Unity Catalog, and let users edit rows through the app.&lt;/P&gt;&lt;P&gt;There's also excel plugin, but you want to stop using spreadsheet:)&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/integrations/excel-write-back" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/excel-write-back&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If my answer was helpful, please consider marking it as accepted solution&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 17:44:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164417#M55261</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-07-29T17:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for a spreadsheet like interface that writes back to a databricks table</title>
      <link>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164418#M55262</link>
      <description>&lt;P&gt;Hi Dave!&lt;BR /&gt;This is a very common challenge across enterprise organizations looking to eliminate "spreadsheet sprawl" and brittle manual aggregation processes.&lt;BR /&gt;When it comes to enabling business users to read and write back data directly to Lakehouse tables in a spreadsheet-like interface, here are the primary architectural approaches:&lt;/P&gt;&lt;P&gt;1. The Native Approach: Databricks Apps (Streamlit / Gradio)&lt;BR /&gt;If you are already on Databricks, Databricks Apps is arguably the cleanest and most cost-effective solution without adding third-party SaaS vendors.&lt;BR /&gt;How it works: You can build a lightweight interactive web app hosted natively inside your Databricks workspace using Streamlit. Streamlit’s native st.data_editor widget renders an editable, Excel-like grid directly in the browser.&lt;BR /&gt;Why it shines: Direct Delta Lake Write-Back: Edits can immediately trigger PySpark / Delta Lake updates (MERGE INTO or appends) straight to your governed Unity Catalog tables.&lt;BR /&gt;Unified Security &amp;amp; Governance: It respects your existing Databricks SSO/Entra ID, RBAC, and Unity Catalog permissions.&lt;BR /&gt;No Extra License Fees: You only pay for the underlying compute required to run the app.&lt;/P&gt;&lt;P&gt;2. Third-Party BI / Write-Back Platforms&lt;BR /&gt;If business stakeholders strictly demand an enterprise BI tool with native spreadsheet write-back features out of the box:&lt;BR /&gt;Sigma Computing: As you mentioned, Sigma is well-regarded for its spreadsheet-native interface and direct write-back capabilities. It works well if non-technical business users need to build those input forms themselves without engineering support.&lt;BR /&gt;Power Apps / Power Automate + Power BI: If your company is heavily in the Microsoft ecosystem, building a simple Power App visual embedded directly inside a Power BI report is another popular route for structured data entry back into Delta tables (via Databricks SQL Warehouse or REST APIs).&lt;/P&gt;&lt;P&gt;3. Open Source / Embedded Grid Components&lt;BR /&gt;For teams that want custom internal tools without building from scratch:&lt;BR /&gt;Tooljet / Appsmith / Retool: Low-code internal tool builders that can connect to Databricks via SQL endpoints or REST APIs to create editable table interfaces.&lt;/P&gt;&lt;P&gt;Recommendation:&lt;BR /&gt;Before committing to a new SaaS procurement cycle for third-party tools, I strongly recommend building a quick Proof-of-Concept (PoC) using Databricks Apps with Streamlit.&lt;BR /&gt;In less than 50 lines of Python code using st.data_editor, you can deliver a secured, spreadsheet-style UI that reads and writes back to Delta Lake seamlessly under Unity Catalog governance.&lt;BR /&gt;Hope this helps guide your decision!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 17:43:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164418#M55262</guid>
      <dc:creator>GabFernandes</dc:creator>
      <dc:date>2026-07-29T17:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for a spreadsheet like interface that writes back to a databricks table</title>
      <link>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164419#M55263</link>
      <description>&lt;P&gt;Thanks, great information!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 17:49:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/recommendations-for-a-spreadsheet-like-interface-that-writes/m-p/164419#M55263</guid>
      <dc:creator>dbernstein_tp</dc:creator>
      <dc:date>2026-07-29T17:49:09Z</dc:date>
    </item>
  </channel>
</rss>

