<?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: Excel to DXF in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/9408903#M29269</link>
    <description>&lt;P&gt;&lt;EM&gt;hi&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i would like to convert a single diagram from excel to dxf.&amp;nbsp;&lt;BR /&gt;how would one do that please?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;thank you&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2020 09:24:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-30T09:24:51Z</dc:date>
    <item>
      <title>Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7454179#M29261</link>
      <description>&lt;P&gt;i want to convert excel data into DXF file using .net. is it possible using .net autocad api or there is way better than&amp;nbsp; this to export excel data with its style into dxf file format.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 11:13:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7454179#M29261</guid>
      <dc:creator>satish.patil6Q3MN</dc:creator>
      <dc:date>2017-10-12T11:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7455570#M29262</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5121913"&gt;@satish.patil6Q3MN&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you try to do, Whats the data in the excel file, could we have an example of the Excel file and how it should looks like after, maybe you dont need any programming language to do this.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:11:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7455570#M29262</guid>
      <dc:creator>Ruffy85</dc:creator>
      <dc:date>2017-10-12T17:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7457120#M29263</link>
      <description>&lt;P&gt;Technically, yes. Can you import your excel data to dwg? if so, you can just save as the dwg to dxf. But if you have complicated excel styles, you may lose some of them in dwg/dxf.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 04:45:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7457120#M29263</guid>
      <dc:creator>sdphg</dc:creator>
      <dc:date>2017-10-13T04:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7482855#M29264</link>
      <description>&lt;P&gt;basically i have to create dxf file from excel. In short i want to convert excel into dxf file format.&amp;nbsp;DXF should be&amp;nbsp;generate with&amp;nbsp;same format in excel like font size, color, background etc..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 08:55:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7482855#M29264</guid>
      <dc:creator>satish.patil6Q3MN</dc:creator>
      <dc:date>2017-10-23T08:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7482983#M29265</link>
      <description>&lt;P&gt;You want to do that in Batch, or only for one drawing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can import Excel file as AutoCAD entitiies. So Format / Font size etc should be the same, if AutoCAd knows your Font.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have posted a Tutorial how to import Excel as AutoCAD Entities on my Blog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.cadship.de" target="_blank"&gt;www.cadship.de&lt;/A&gt;&amp;nbsp;(please check the first Atricle) I ahve a tranlate function on my blog so you should be able to follow)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 09:48:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7482983#M29265</guid>
      <dc:creator>Ruffy85</dc:creator>
      <dc:date>2017-10-23T09:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7529865#M29266</link>
      <description>&lt;P&gt;Thank you for your help. I got alternate solution.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:01:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7529865#M29266</guid>
      <dc:creator>satish.patil6Q3MN</dc:creator>
      <dc:date>2017-11-09T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7532523#M29267</link>
      <description>&lt;P&gt;Try netDxf,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is open source, and very easy to use. You do not need autoCAD installed to use netDXF.&lt;/P&gt;&lt;P&gt;one thing with netDXF, there are few limitations, you cannnot create XRecords, or Dynamic blocks using it. there might be other limitations that I am not aware of&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 23:52:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7532523#M29267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T23:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7822313#M29268</link>
      <description>&lt;P&gt;Hello, I also want to convert excel data to DXF. Here is my example :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SketchUp::requière ‘creation_module’&lt;/P&gt;&lt;P&gt;$plugin_cuisine_submenu.add_item(‘test dxf’) {&lt;/P&gt;&lt;P&gt;draw_module(30,14.875,0.75,23.875,0.0625,4.5,’y’,’1′,’A:::0′,’4.5′,’p’,34.xxx-xxxxxxxx,10.xxx-xxxxxxxx) #setdeporte1 #standard #0&lt;/P&gt;&lt;P&gt;draw_module(30,14.875,0.75,23.875,15.0625,4.5,’y’,’2′,’A:::0′,’4.5′,’p’,34.xxx-xxxxxxxx,10.xxx-xxxxxxxx) #setdeporte1 #standard #0&lt;/P&gt;&lt;P&gt;draw_module(28.75,4,0.625,19.75,0.625,34.75,’z’,’3′,’A:::0′,’0′,’d’,0,0) #bandedudessus #standard #0&lt;/P&gt;&lt;P&gt;draw_module(28.75,4,0.625,0.25,0.625,34.75,’z’,’4′,’A:::0′,’0′,’d’,0,0) #bandedudessus #standard #0&lt;/P&gt;&lt;P&gt;draw_module(34.75,23.75,0.625,0,0,0,’x’,’5′,’A:::0′,’4.5′,’-1′,0,0) #cotes #standard #0&lt;/P&gt;&lt;P&gt;draw_module(34.75,23.75,0.625,0,29.375,0,’x’,’6′,’A:::0′,’4.5′,’-1′,0,0) #cotes #standard #0&lt;/P&gt;&lt;P&gt;draw_module(29.625,28.75,0.625,0.25,0.625,4.5,’y’,’7′,’A:::0′,’4.5′,’d’,0,0) #dos #standard #0&lt;/P&gt;&lt;P&gt;draw_module(28.75,22.875,0.625,0.875,0.625,4.501,’z’,’8′,’A:::0′,’0′,’f’,23.75,34.875) #fond #standard #0&lt;/P&gt;&lt;P&gt;draw_module(28.5,16,0.625,0.875,0.75,30.25,’z’,’9′,’A:::0′,’4.5′,’t’,0,0) #tablettesajustable #standard #0&lt;/P&gt;&lt;P&gt;create_layer(«&amp;nbsp;A:::0&amp;nbsp;»,9)&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="caisson 2 portes.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/469997iD60D2DB7FEE2DA68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="caisson 2 portes.jpg" alt="caisson 2 portes.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-03-02 07-21-41.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/470004iC7A89BF093348CDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2018-03-02 07-21-41.jpg" alt="2018-03-02 07-21-41.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 12:37:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/7822313#M29268</guid>
      <dc:creator>ppepinK7PCD</dc:creator>
      <dc:date>2018-03-02T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to DXF</title>
      <link>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/9408903#M29269</link>
      <description>&lt;P&gt;&lt;EM&gt;hi&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i would like to convert a single diagram from excel to dxf.&amp;nbsp;&lt;BR /&gt;how would one do that please?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;thank you&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 09:24:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/excel-to-dxf/m-p/9408903#M29269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-30T09:24:51Z</dc:date>
    </item>
  </channel>
</rss>

