<?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 create border for sme specific cells? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-create-border-for-sme-specific-cells/m-p/12355#M7170</link>
    <description>&lt;P&gt;Hi @Mohammed sadamusean​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please try similar to below code using loops, I have implemented a similar use case that might be useful, please let me know if you need further&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; top = Side(border_style = 'thin',color = '00000000')
 bottom = Side(border_style = 'thin',color = '00000000')
 left = Side(border_style = 'thin',color = '00000000')
right = Side(border_style = 'thin',color = '00000000')
border = Border(top = top,bottom = bottom,left = left,right = right)
&amp;nbsp;
for cell in sheet['C18:C56']:
      cell[0].fill = PatternFill("solid", start_color="00C0C0C0")
       cell[0].border = border&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Happy Learning!!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 17:09:31 GMT</pubDate>
    <dc:creator>Chaitanya_Raju</dc:creator>
    <dc:date>2023-01-12T17:09:31Z</dc:date>
    <item>
      <title>How to create border for sme specific cells?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-create-border-for-sme-specific-cells/m-p/12354#M7169</link>
      <description>&lt;P&gt;i tried some code to create border for excel sheet, for particular cell iam able to write but while i am trying with some set of cells means it is showing error.​&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 12:06:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-create-border-for-sme-specific-cells/m-p/12354#M7169</guid>
      <dc:creator>databicky</dc:creator>
      <dc:date>2023-01-12T12:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create border for sme specific cells?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-create-border-for-sme-specific-cells/m-p/12355#M7170</link>
      <description>&lt;P&gt;Hi @Mohammed sadamusean​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please try similar to below code using loops, I have implemented a similar use case that might be useful, please let me know if you need further&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; top = Side(border_style = 'thin',color = '00000000')
 bottom = Side(border_style = 'thin',color = '00000000')
 left = Side(border_style = 'thin',color = '00000000')
right = Side(border_style = 'thin',color = '00000000')
border = Border(top = top,bottom = bottom,left = left,right = right)
&amp;nbsp;
for cell in sheet['C18:C56']:
      cell[0].fill = PatternFill("solid", start_color="00C0C0C0")
       cell[0].border = border&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Happy Learning!!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 17:09:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-create-border-for-sme-specific-cells/m-p/12355#M7170</guid>
      <dc:creator>Chaitanya_Raju</dc:creator>
      <dc:date>2023-01-12T17:09:31Z</dc:date>
    </item>
  </channel>
</rss>

