<?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: Layer list in Excel import in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/8443886#M185104</link>
    <description>&lt;P&gt;There are two problems in your Excel file.&lt;/P&gt;
&lt;P&gt;1. Some of the layers names have space characters. This causes a problem in AutoCAD.&amp;nbsp; Since " marks are used in Excel to distinguish between text and cell references you cannot use a " in the concatenate function for this.&amp;nbsp; Instead use CHAR(34), the ASCII character for ".&lt;/P&gt;
&lt;P&gt;2. You have "continuous" misspelled in column E.&amp;nbsp; Fix that!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the new expression for cell H2 that you can fill down.&lt;/P&gt;
&lt;PRE&gt;=CONCATENATE("-layer m ",CHAR(34),A2,CHAR(34)," c t ",B2,",",C2,",",D2," ",CHAR(34),A2,CHAR(34)," L ",E2," ",CHAR(34),A2,CHAR(34)," ")&lt;/PRE&gt;</description>
    <pubDate>Tue, 04 Dec 2018 13:48:57 GMT</pubDate>
    <dc:creator>leeminardi</dc:creator>
    <dc:date>2018-12-04T13:48:57Z</dc:date>
    <item>
      <title>Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/7904217#M185099</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for a workflow if possible to import a list of layers from an excel file including layer name, colour,line type,plot style etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 13:40:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/7904217#M185099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T13:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/7904352#M185100</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Sorry for any grammatical error, I'm using google to translate.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try this:&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-with-true-color-in-lisp/td-p/7901643" target="_blank"&gt;&amp;gt;&amp;gt;Link&amp;lt;&amp;lt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Júnior Nogueira.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;Por favor,&amp;nbsp;&amp;nbsp;Aceitar como Solução se meu post&amp;nbsp;te ajudar.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&lt;SPAN&gt;Please Accept as Solution if my post helps you.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:11:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/7904352#M185100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/7904574#M185101</link>
      <description>&lt;P&gt;Take a look at the options when you give the command&lt;STRONG&gt; -layer&lt;/STRONG&gt; &lt;FONT face="arial,helvetica,sans-serif"&gt;and&lt;/FONT&gt; use the concatenate command in Excel to duplicate what you would need to type in.&amp;nbsp; Pay particular attention to the use of spaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I created the following Excel spreadsheet for name, color and linetype. Cell F2 contains:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;=CONCATENATE("-layer m ",A2," c t ",B2,",",C2,",",D2," ",A2," L ",E2," ",A2," ")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ls1.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/483793i19B111F05B8C262A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ls1.JPG" alt="ls1.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Fill it down to and copy it to Notepad (I prefer Notepad++)&amp;nbsp; and save it as a text file with the the extension .scr then t run the script in AutoCAD&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ls2.JPG" style="width: 584px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/483794i3822F73FA3DB7B0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ls2.JPG" alt="ls2.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:05:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/7904574#M185101</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2018-04-03T15:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/7918287#M185102</link>
      <description>Worked well.&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Mon, 09 Apr 2018 15:00:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/7918287#M185102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-09T15:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/8443125#M185103</link>
      <description>&lt;P&gt;I created the list in this way, but only one or a few of the many layers were imported.&amp;nbsp;can you help me?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 08:58:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/8443125#M185103</guid>
      <dc:creator>bycakabo</dc:creator>
      <dc:date>2018-12-04T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/8443886#M185104</link>
      <description>&lt;P&gt;There are two problems in your Excel file.&lt;/P&gt;
&lt;P&gt;1. Some of the layers names have space characters. This causes a problem in AutoCAD.&amp;nbsp; Since " marks are used in Excel to distinguish between text and cell references you cannot use a " in the concatenate function for this.&amp;nbsp; Instead use CHAR(34), the ASCII character for ".&lt;/P&gt;
&lt;P&gt;2. You have "continuous" misspelled in column E.&amp;nbsp; Fix that!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the new expression for cell H2 that you can fill down.&lt;/P&gt;
&lt;PRE&gt;=CONCATENATE("-layer m ",CHAR(34),A2,CHAR(34)," c t ",B2,",",C2,",",D2," ",CHAR(34),A2,CHAR(34)," L ",E2," ",CHAR(34),A2,CHAR(34)," ")&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Dec 2018 13:48:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/8443886#M185104</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2018-12-04T13:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/8444708#M185105</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can also do it by just copy and paste options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Visit Below link for better understanding...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="EXPORTING LAYER LIST TO EXCEL" href="https://youtu.be/Ha3M339a_OE" target="_self"&gt;How to convert Layer list to Excel with all Properties in AutoCAD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:34:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/8444708#M185105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T17:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/9710374#M185106</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any way to add Lineweight?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Yasin&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 12:03:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/9710374#M185106</guid>
      <dc:creator>yasin.bosnali</dc:creator>
      <dc:date>2020-08-25T12:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in Excel import</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/10977825#M185107</link>
      <description>&lt;P&gt;Add: LW, value and the layername again separated by spaces.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 18:21:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-list-in-excel-import/m-p/10977825#M185107</guid>
      <dc:creator>arturops96</dc:creator>
      <dc:date>2022-03-01T18:21:40Z</dc:date>
    </item>
  </channel>
</rss>

