<?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: Export polyline data (area, layer and inner text) to excel in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/9696659#M99891</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone able to help with this small change?&amp;nbsp; This will the give everything I need.&amp;nbsp; I am happy to try and modify myself if someone can point me in the right direction but am new and dont know where to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Aug 2020 06:51:34 GMT</pubDate>
    <dc:creator>kDQCX7</dc:creator>
    <dc:date>2020-08-18T06:51:34Z</dc:date>
    <item>
      <title>Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8254926#M99816</link>
      <description>&lt;P&gt;Hello, everyone!&lt;/P&gt;&lt;P&gt;I am searching for a lisp that can find all closed polylines in a drawing and export to excel their following information:&lt;/P&gt;&lt;P&gt;-Area of each closed polyline&lt;/P&gt;&lt;P&gt;-Layer in which the polyline resides&lt;/P&gt;&lt;P&gt;-Text inside each polyline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a building plan with polylines enclosing each room and the corresponding room text number also inside the polyline. I&amp;nbsp;am looking for a lisp that can export to excel a table like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Text inside polyline&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Polyline Area (m2)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Layer&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;"Room_1.1"&lt;/TD&gt;&lt;TD&gt;10 m2&lt;/TD&gt;&lt;TD&gt;Room_Layer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;"Room_1.2"&lt;/TD&gt;&lt;TD&gt;5&amp;nbsp;m2&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Room_Layer&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;"Room_1.3"&lt;/TD&gt;&lt;TD&gt;5&amp;nbsp;m2&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Room_Layer&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;-&lt;/TD&gt;&lt;TD&gt;20 m2&lt;/TD&gt;&lt;TD&gt;Floor_Layer&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The polylines and room text numbers are located in different layers.&lt;/P&gt;&lt;P&gt;One of the polylines (last row in the table) encloses the whole building which means that there is more that one text inside it. For this single polyline, I&amp;nbsp;only need its area and layer (text not needed).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fairly new to lisp creation so any help you can provide me would be highly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 08 Sep 2018 17:01:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8254926#M99816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-08T17:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8254935#M99817</link>
      <description>Please upload your sample.dwg</description>
      <pubDate>Sat, 08 Sep 2018 17:40:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8254935#M99817</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2018-09-08T17:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8254939#M99818</link>
      <description>&lt;P&gt;Please upload your sample.dwg&lt;/P&gt;</description>
      <pubDate>Sat, 08 Sep 2018 17:46:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8254939#M99818</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2018-09-08T17:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8254968#M99819</link>
      <description>&lt;P&gt;Hello, devitg!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick response. I send you the sample.dwg in attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this sample drawing, I&amp;nbsp;would like&amp;nbsp;the lisp to create a table in excel similar to the following:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Polyline nº&lt;/TD&gt;&lt;TD&gt;Text inside polyline&lt;/TD&gt;&lt;TD&gt;Polyline Area (m2)&lt;/TD&gt;&lt;TD&gt;Polyline Layer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1.1&lt;/TD&gt;&lt;TD&gt;51.34 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1.2&lt;/TD&gt;&lt;TD&gt;28.75 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;1.3&lt;/TD&gt;&lt;TD&gt;14.41 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;100.75 m2&lt;/TD&gt;&lt;TD&gt;Floor Layer&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 08 Sep 2018 18:25:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8254968#M99819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-08T18:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8255713#M99820</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Polyline nº&lt;/TD&gt;
&lt;TD&gt;Text inside polyline&lt;/TD&gt;
&lt;TD&gt;Polyline Area (m2)&lt;/TD&gt;
&lt;TD&gt;Polyline Layer&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;1.1&lt;/TD&gt;
&lt;TD&gt;51.34 m2&lt;/TD&gt;
&lt;TD&gt;Room Layer&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;1.2&lt;/TD&gt;
&lt;TD&gt;28.75 m2&lt;/TD&gt;
&lt;TD&gt;Room Layer&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;1.3&lt;/TD&gt;
&lt;TD&gt;14.41 m2&lt;/TD&gt;
&lt;TD&gt;Room Layer&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;TD&gt;100.75 m2&lt;/TD&gt;
&lt;TD&gt;Floor Layer&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try this [results in CSV format]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:demo (/ ss i area layer all_data pts csv_file openfile)
;;			pBe Sep 2018			;;
  (if (and
        (setq all_data nil
              ss       (ssget '((0 . "LWPOLYLINE")))
        )
        (repeat (setq i (sslength ss))
          (setq e     (ssname ss (setq i (1- i)))
                area  (vlax-curve-getarea e)
                layer (cdr (assoc 8 (setq ent (entget e))))
                pts   (mapcar 'cdr
                              (vl-remove-if-not
                                '(lambda (d)
                                   (= 10 (car d))
                                 )
                                ent
                              )
                      )
          )
          (if (setq ssText (ssget "_CP" pts '((0 . "TEXT"))))
            (setq all_data
                   (cons
                     (list (if (= (sslength ssText) 1)
                             (cdr (assoc 1 (entget (ssname ssText 0))))
                             "-"
                           )
                           area
                           layer
                     )
                     all_data
                   )
            )
          )
        )
        (setq csv_file (getfiled "Save CSV File"
                                 (strcat
                                   (getvar 'dwgprefix)
                                   (vl-filename-base (getvar 'dwgname))
                                   ".csv"
                                 )
                                 "csv"
                                 45
                       )
        	)
        )
        

        (progn
          (setq openfile (open csv_file "w"))
          (write-line
            "Text inside polyline,Polyline Area (m2),Layer"
            openfile
          )
          (foreach itm (vl-sort all_data
                                '(lambda (a b) (&amp;lt; (Cadr a) (cadr b)))
                       )
            (write-line
              (Strcat (Car itm)
                      ","
                      (strcat (rtos (Cadr itm) 2 2) " m2")
                      ","
                      (caddr itm)
              )
              openfile
            )
          )
          (close openfile)
          (startapp "notepad" csv_file)
        )
      )
  (princ)

)&lt;/PRE&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 18:58:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8255713#M99820</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-09-09T18:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8258505#M99821</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you very much, pbejse!! You're a lifesaver&lt;/SPAN&gt;&lt;SPAN&gt;, that's exactly what I needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just one more detail, would it be possible to add a 4th column to the table with the information on whether the polylines are closed or not (field "Closed" in "Misc" properties, attached image).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Text inside polyline&lt;/TD&gt;&lt;TD&gt;Polyline Area (m2)&lt;/TD&gt;&lt;TD&gt;Polyline Layer&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#3366FF"&gt;Closed&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1&lt;/TD&gt;&lt;TD&gt;51.34 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#3366FF"&gt;Yes&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.2&lt;/TD&gt;&lt;TD&gt;28.75 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#3366FF"&gt;Yes&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.3&lt;/TD&gt;&lt;TD&gt;14.41 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#3366FF"&gt;Yes&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;100.75 m2&lt;/TD&gt;&lt;TD&gt;Floor Layer&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#3366FF"&gt;Yes&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again, that you very much for any help you can provide&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 23:28:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8258505#M99821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-10T23:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8260781#M99822</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just one more detail, would it be possible to add a 4th column to the table with the information on whether the polylines are closed or not (field "Closed" in "Misc" properties, attached image).&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Here you go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:EPD (/ ss i area layer all_data pts csv_file openfile) ; Export Polyline Data
;;			pBe Sep 2018			;;
  (if (and
        (setq all_data nil
              ss       (ssget '((0 . "LWPOLYLINE")))
        )
	        (repeat (setq i (sslength ss))
	          (setq e     (ssname ss (setq i (1- i)))
	                area  (vlax-curve-getarea e)
	                layer (cdr (assoc 8 (setq ent (entget e))))
	                &lt;FONT color="#0000FF"&gt;cl_op (cdr (assoc 70 ent))&lt;/FONT&gt;
	                pts   (mapcar 'cdr
	                              (vl-remove-if-not
	                                '(lambda (d)
	                                   (= 10 (car d))
	                                 )
	                                ent
	                              )
	                      )
	          )
	          (if (setq ssText (ssget "_CP" pts '((0 . "TEXT"))))
	            (setq all_data
	                   (cons
	                     (list (if (= (sslength ssText) 1)
	                             (cdr (assoc 1 (entget (ssname ssText 0))))
	                             "-"
	                           )
	                           area
	                           layer
	                           &lt;FONT color="#0000FF"&gt;(if (zerop ( logand 1 cl_op)) "No" "Yes")&lt;/FONT&gt;
	                     )
	                     all_data
	                   )
	            	)
                 )
               &lt;FONT color="#0000FF"&gt;all_data&lt;/FONT&gt;
               )
	        (setq csv_file (getfiled "Save CSV File"
	                                 (strcat
	                                   (getvar 'dwgprefix)
	                                   (vl-filename-base (getvar 'dwgname))
	                                   ".csv"
	                                 )
	                                 "csv"
	                                 45
	                       )
	        	)
	        )

        (progn
          (setq openfile (open csv_file "w"))
          (write-line
            "Text inside polyline,Polyline Area (m2),Layer&lt;FONT color="#0000FF"&gt;,Closed"&lt;/FONT&gt;
            openfile
          )
          (foreach itm (vl-sort all_data
                                '(lambda (a b) (&amp;lt; (Cadr a) (cadr b)))
                       )
            (write-line
              (Strcat (Car itm)
                      ","
                      (strcat (rtos (Cadr itm) 2 2) " m2")
                      ","
                      (caddr itm)
                      &lt;FONT color="#0000FF"&gt;","&lt;/FONT&gt;
                      &lt;FONT color="#0000FF"&gt;(last itm)&lt;/FONT&gt;
              )
              openfile
            )
          )
          (close openfile)
          (startapp "notepad" csv_file)
        )
      )
  (princ)

)&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Sep 2018 16:59:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8260781#M99822</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-09-11T16:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8262043#M99823</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, &lt;SPAN class="login-bold"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264" target="_self"&gt;pbejse&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;t works perfectly! You never fail to deliver.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your valuable help!!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 07:08:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8262043#M99823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-12T07:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8262348#M99824</link>
      <description>Hi&lt;BR /&gt;If you add some more lines as per my requirement. Procedure will be same but with slight change. I need unit area , Duct area ( any polyline inside the unit will be duct) and Balconies area ( any polyline outside the unit will be balcony but outside polyline must snap to unit). Please refer the attached</description>
      <pubDate>Wed, 12 Sep 2018 09:55:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8262348#M99824</guid>
      <dc:creator>emsquare.arch</dc:creator>
      <dc:date>2018-09-12T09:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8271343#M99825</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264" target="_self"&gt;pbejse&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;I am so so sorry for bothering you again with this topic but I promise you this is the last change I&amp;nbsp;need for the code to be (even more) perfect! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Would it be possible for the table to:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;-include polylines without texts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;-include&amp;nbsp;one last column with the polyline's "Handle ID"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;-include all the texts inside the polyline in the first column&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Text inside polyline&lt;/TD&gt;&lt;TD&gt;Polyline Area (m2)&lt;/TD&gt;&lt;TD&gt;Polyline Layer&lt;/TD&gt;&lt;TD&gt;Closed&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#0000FF"&gt;Handle ID&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1&lt;/TD&gt;&lt;TD&gt;51.34 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.2&lt;/TD&gt;&lt;TD&gt;28.75 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.3&lt;/TD&gt;&lt;TD&gt;14.41 m2&lt;/TD&gt;&lt;TD&gt;Room Layer&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#0000FF"&gt;1.1, 1.2, 1.3&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;100.75 m2&lt;/TD&gt;&lt;TD&gt;Floor Layer&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Once again, thank you so so much for you help and patience and forgive me for bothering with this request!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Miguel Souza&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Sep 2018 23:44:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8271343#M99825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-16T23:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8273091#M99826</link>
      <description>&lt;P&gt;No comments .&lt;/P&gt;&lt;P&gt;It´s easy to ask by step, when it would be better to ask the whole stair.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 15:53:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8273091#M99826</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2018-09-17T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8273272#M99827</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Would it be possible for the table to:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;-include polylines without texts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How would you want to label those polylines on the table? as blank or a dash perhaps?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 16:55:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8273272#M99827</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-09-17T16:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8273392#M99828</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264" target="_self"&gt;pbejse&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The polylines without texts can be labelled with a dash.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for asking!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 17:42:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8273392#M99828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T17:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8275237#M99829</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/58962"&gt;@devitg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It´s easy to ask by step, when it would be better to ask the whole stair.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;True.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;-include polylines without texts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;-include&amp;nbsp;one last column with the polyline's "Handle ID"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;-include all the texts inside the polyline in the first column&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;PRE&gt;(defun c:EPD (/ ss i area layer all_data pts csv_file openfile) ; Export Polyline Data
;;			pBe Sep 2018			;;
  (if (and
        (setq all_data nil
              ss       (ssget '((0 . "LWPOLYLINE")))
        )
	        (repeat (setq i (sslength ss))
	          (setq e     (ssname ss (setq i (1- i)))
                     ent   (entget e)
	                area  (vlax-curve-getarea e)
                     data  (mapcar '(lambda (d)(cdr (assoc d ent))) '( 8 70 5))
	                pts   (mapcar 'cdr
	                              (vl-remove-if-not
	                                '(lambda (d)
	                                   (= 10 (car d))
	                                 )
	                                ent
	                              )
	                      )
	          )
		(setq all_data
	                   (cons
	                     (list 
				(cond
                              		((null (setq ssText (ssget "_CP" pts '((0 . "TEXT")))))	"-"
                                    							)
                                   	((= (sslength ssText) 1)
                                    		(cdr (assoc 1 (entget (ssname ssText 0))))
                                                  				)
                                   	((substr 
					   (apply 'strcat
					      (mapcar '(lambda (st)
					                 (strcat " | " st))
							(vl-sort
							  (mapcar '(lambda (s)
							             (cdr (assoc 1 (Entget s)))
							           )
							          (vl-remove-if 'listp (mapcar 'cadr (ssnamex ssText)))
							  )
							  (function (lambda (a b)
							              (&amp;lt; a b)
							            )
								  )
								)
						              )
							)
						   4
						)
					)
                                    )                                
	                           area
	                           (car data)
	                           (if (zerop ( logand 1 (cadr data))) "No" "Yes")
                            	  (caddr data)
	                     )
	                     all_data
	                   )
	            	)
  
               all_data
               )
	        (setq csv_file (getfiled "Save CSV File"
	                                 (strcat
	                                   (getvar 'dwgprefix)
	                                   (vl-filename-base (getvar 'dwgname))
	                                   ".csv"
	                                 )
	                                 "csv"
	                                 45
	                       )
	        	)
	        )

        (progn
          (setq openfile (open csv_file "w"))
          (write-line
            "Text inside polyline,Polyline Area (m2),Layer,Closed,Handle"
            openfile
          )
          (foreach itm (vl-sort all_data
                                '(lambda (a b) (&amp;lt; (Cadr a) (cadr b)))
                       )
            (write-line
              (Strcat (Car itm)
                      ","
                      (strcat (rtos (Cadr itm) 2 2) " m2")
                      ","
                      (caddr itm)
                      ","
                      (cadddr itm)
		      ","
                      (last itm)		      
              )
              openfile
            )
          )
          (close openfile)
          (startapp "notepad" csv_file)
        )
      )
  (princ)

)

&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the pipe " | " as the separator for collected names, the comma symbol is used for delimiter&amp;nbsp;for the csv file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="699"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="191"&gt;1.1 &lt;FONT color="#0000FF"&gt;|&lt;/FONT&gt; 1.2 &lt;FONT color="#0000FF"&gt;|&lt;/FONT&gt; 1.3&lt;/TD&gt;
&lt;TD width="127"&gt;187.25 m2&lt;/TD&gt;
&lt;TD width="127"&gt;Floor Layer&lt;/TD&gt;
&lt;TD width="127"&gt;Yes&lt;/TD&gt;
&lt;TD width="127"&gt;&lt;FONT color="#0000FF"&gt;8BBD&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&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;</description>
      <pubDate>Tue, 18 Sep 2018 12:08:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8275237#M99829</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-09-18T12:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8275440#M99830</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="login-bold"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264" target="_self"&gt;pbejse&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;The code is more than perfect!! Exactly what I needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I cannot thank you enough for helping me out with this and excuse me if &lt;/SPAN&gt;&lt;SPAN class="login-bold"&gt;I&amp;nbsp;caused you any trouble!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 13:05:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8275440#M99830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8278435#M99831</link>
      <description>&lt;P&gt;This code is what I've been looking for a while.&lt;/P&gt;&lt;P&gt;I'm new to lisp coding. What line(s) do I have to change to get it to list the areas in square feet?&lt;/P&gt;&lt;P&gt;Thanks in advance and thanks for sharing your knowledge!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 13:57:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8278435#M99831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T13:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8278860#M99832</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;. What line(s) do I have to change to get it to list the areas in square feet?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you referring to the unit string?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This&lt;/P&gt;
&lt;PRE&gt;(strcat (rtos (Cadr itm) 2 2) " m2")&lt;/PRE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;PRE&gt;(strcat (rtos (Cadr itm) 2 2) " sq. ft")
&lt;/PRE&gt;
&lt;P&gt;or you need conversion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 16:21:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8278860#M99832</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-09-19T16:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8278872#M99833</link>
      <description>&lt;P&gt;I need the conversion to square feet.&lt;/P&gt;&lt;P&gt;I tried to come up with it myself but I could not get the math right.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 16:24:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8278872#M99833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T16:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8278937#M99834</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I need the conversion to square feet.&lt;/P&gt;
&lt;P&gt;I tried to come up with it myself but I could not get the math right.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any of this two will work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(strcat (rtos
          &lt;FONT color="#0000FF"&gt;(* (Cadr itm) 10.7639104)&lt;/FONT&gt;  2 2) " sq. ft")&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(strcat (rtos
          &lt;FONT color="#0000FF"&gt;(cvunit (Cadr itm) "sq meter" "sq feet")&lt;/FONT&gt;
              2 2) " sq. ft")&lt;/PRE&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 16:45:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8278937#M99834</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-09-19T16:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export polyline data (area, layer and inner text) to excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8279053#M99835</link>
      <description>&lt;P&gt;Thank you - but I didn't explain my situation completely.&lt;/P&gt;&lt;P&gt;The AutoCAD drawings I work with are drawn in architectural units.&lt;/P&gt;&lt;P&gt;So when I switched out your conversion code I did not get the right results.&lt;/P&gt;&lt;P&gt;For a 10'-0" x 20'-0" room I get 310000.62 sq. ft.&lt;/P&gt;&lt;P&gt;None of my drawings are in metric, so I guess I can not use your code.&lt;/P&gt;&lt;P&gt;Thank you for your input in trying to solve my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 17:33:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-polyline-data-area-layer-and-inner-text-to-excel/m-p/8279053#M99835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T17:33:27Z</dc:date>
    </item>
  </channel>
</rss>

