<?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: Converting an excel table into an Autocad drawing in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12392668#M25319</link>
    <description>&lt;P&gt;If I understand your needs correctly, this &lt;A href="https://www.graytechnical.com/exceldraw/" target="_blank" rel="noopener"&gt;Excel Add-In (ExcelDraw)&lt;/A&gt; may help you create AutoCAD objects from the data inside Excel.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 22:45:36 GMT</pubDate>
    <dc:creator>TerryDotson</dc:creator>
    <dc:date>2023-11-21T22:45:36Z</dc:date>
    <item>
      <title>Converting an excel table into an Autocad drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12391525#M25317</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I am wondering if anyone has the answer to this predicament I am currently facing!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to convert my excel file into an automated excel drawing that I can publish to a laser cutter instantly, and i want to do his by having block links to the drawings I want to import and text links for the text boxes in these blocks, an then to have them automatically produce themselves layed out on a drawing that I can just turn into a suitable file so then all I need to worry about is setting up the laser cutting machine and pressing the print button, any help on this would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just curious to see if anyone else here has tried for the same thing and even better if you have managed to succeed, the most I have come close to is turning my block into an ATTOUT file to se how they were potentially laying out the data, or even better if I don't need to produce an actual drawing but have AutoCAD just read what I want to do and be able to produce it automatically into the laser cutter from pasting the table in!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;E.L.E.W&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 15:00:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12391525#M25317</guid>
      <dc:creator>Emma_Wassell</dc:creator>
      <dc:date>2023-11-21T15:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an excel table into an Autocad drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12392540#M25318</link>
      <description>&lt;P&gt;I'm not certain I fully understand what you are up to, but if i do, To do this well, it would probably be best to use lisp or VBA to set something up. With the good advice out of the way i can offer this bad advice haha; If you want to run roughshod you can use Excel to concate some strings together and dump those into a command line. This is an ugly way to do, but it works. In this example Im pulling from some techniques i used in a &lt;A href="https://forums.autodesk.com/t5/autodesk-community-tips-autocad/copy-pasta-command-line-edition/ta-p/11834073" target="_blank" rel="noopener"&gt;copy pasta&lt;/A&gt; tip as well as&amp;nbsp; another &lt;A href="https://forums.autodesk.com/t5/community-blog/autocad-excel-your-design-with-a-graphing-cad-culator/ba-p/11868735" target="_blank" rel="noopener"&gt;Excel bit&lt;/A&gt; i did.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The big hang-up with your task is the need to use strings for block names and block input in the command line dump so it throws off the flow a little as you have to include line breaks which adds a step of having to remove some quotation marks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this spread sheet (attached below) i set the main page size, the text of two blocks, the blocks names and the blocks insertion points. Insert the values in the spread sheet, then copy the dump string into notepad (or equivalent) and remove the quotation marks. Copy from note pad and paste into AutoCAD command line. Note that adding or removing line breaks will sometimes leave AutoCAD trying to run another command. You can work to trim all those sort of things out as you refine it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CADnoob Excel Auto Drawing.gif" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1295792i84BD7AF8A2F85CA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CADnoob Excel Auto Drawing.gif" alt="CADnoob Excel Auto Drawing.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 21:29:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12392540#M25318</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2023-11-21T21:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an excel table into an Autocad drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12392668#M25319</link>
      <description>&lt;P&gt;If I understand your needs correctly, this &lt;A href="https://www.graytechnical.com/exceldraw/" target="_blank" rel="noopener"&gt;Excel Add-In (ExcelDraw)&lt;/A&gt; may help you create AutoCAD objects from the data inside Excel.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 22:45:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12392668#M25319</guid>
      <dc:creator>TerryDotson</dc:creator>
      <dc:date>2023-11-21T22:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an excel table into an Autocad drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12392805#M25320</link>
      <description>&lt;P&gt;In my opinion, AutoCAD is the wrong software for this. I would use Inventor to draw a sketch and then use the spreadsheet as parameters for dimensions, etc. Then, Inventor has plugins that allow you to send the model to CNC machines. While you &lt;EM&gt;could&lt;/EM&gt; use acad, you would have to reinvent the wheel.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 00:34:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/converting-an-excel-table-into-an-autocad-drawing/m-p/12392805#M25320</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-11-22T00:34:00Z</dc:date>
    </item>
  </channel>
</rss>

