<?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 UC Volumes: writing xlsx file to volume in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/71488#M34322</link>
    <description>&lt;P&gt;How to write a DataFrame to a Volume in a catalog?&lt;/P&gt;&lt;P&gt;We tried the following code with our pandas Dataframe:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dbutils.fs.&lt;/SPAN&gt;&lt;SPAN&gt;put&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'dbfs:/Volumes/xxxx/default/input_bestanden/x test.xlsx'&lt;/SPAN&gt;&lt;SPAN&gt;, pandasDf.&lt;/SPAN&gt;&lt;SPAN&gt;to_excel&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'/Volumes/xxxx/default/input_bestanden/x test.xlsx'&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This results in the error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;([Errno 95] Operation not supported)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;on&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;pandasDf&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;to_excel&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;/Volumes/&lt;SPAN&gt;xxxx&lt;/SPAN&gt;/default/input_bestanden/x test.xlsx&lt;/SPAN&gt;&lt;SPAN class=""&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 03 Jun 2024 14:25:13 GMT</pubDate>
    <dc:creator>DylanStout</dc:creator>
    <dc:date>2024-06-03T14:25:13Z</dc:date>
    <item>
      <title>UC Volumes: writing xlsx file to volume</title>
      <link>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/71488#M34322</link>
      <description>&lt;P&gt;How to write a DataFrame to a Volume in a catalog?&lt;/P&gt;&lt;P&gt;We tried the following code with our pandas Dataframe:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dbutils.fs.&lt;/SPAN&gt;&lt;SPAN&gt;put&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'dbfs:/Volumes/xxxx/default/input_bestanden/x test.xlsx'&lt;/SPAN&gt;&lt;SPAN&gt;, pandasDf.&lt;/SPAN&gt;&lt;SPAN&gt;to_excel&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'/Volumes/xxxx/default/input_bestanden/x test.xlsx'&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This results in the error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;([Errno 95] Operation not supported)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;on&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;pandasDf&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;to_excel&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;/Volumes/&lt;SPAN&gt;xxxx&lt;/SPAN&gt;/default/input_bestanden/x test.xlsx&lt;/SPAN&gt;&lt;SPAN class=""&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Jun 2024 14:25:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/71488#M34322</guid>
      <dc:creator>DylanStout</dc:creator>
      <dc:date>2024-06-03T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: UC Volumes: writing xlsx file to volume</title>
      <link>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/91709#M38243</link>
      <description>&lt;P&gt;Did you use an AI to create this answer? You are posting a solution that is irrelevant to the question asked.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 09:35:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/91709#M38243</guid>
      <dc:creator>Mister-Dinky</dc:creator>
      <dc:date>2024-09-25T09:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: UC Volumes: writing xlsx file to volume</title>
      <link>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/92924#M38583</link>
      <description>&lt;P&gt;Hi, did you find a solution that works? I'm having this same issue&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 09:53:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/92924#M38583</guid>
      <dc:creator>Itay_Wagner</dc:creator>
      <dc:date>2024-10-07T09:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: UC Volumes: writing xlsx file to volume</title>
      <link>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/104888#M41923</link>
      <description>&lt;P&gt;I was able to upload, using&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;dbutils.fs.&lt;/SPAN&gt;&lt;SPAN&gt;cp&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'/FileStore/excel-1.xlsx'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'dbfs:/Volumes/xxx/default/xxx/x_test.xlsx'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Maybe space in the name is causing an issue for you.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Jan 2025 10:55:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/uc-volumes-writing-xlsx-file-to-volume/m-p/104888#M41923</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2025-01-09T10:55:38Z</dc:date>
    </item>
  </channel>
</rss>

