<?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 Copy / Export Dimension Value to Excel in Single Click using LISP Command? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11126826#M46352</link>
    <description>&lt;P&gt;Questions arise....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you talking about an already-existing Excel file, or do you want a routine that will make one?&amp;nbsp; AutoLisp can make a .csv file that Excel can work with, or it can open an existing one, and write to it, if that's what you want.&amp;nbsp; But I don't think it can write to such a file if you have it open in Excel at the time, as you would if you were copying/pasting manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want to put the values from multiple Dimensions into one file, or have a separate file for each Dimension you pick?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do your dimensions ever have text-content overrides?&amp;nbsp; If so, do you want the text as it appears in the drawing, or the actual measured value?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this about distance-type Dimensions only [linear, horizontal, vertical, rotated, aligned, diameter, radius, ordinate], or might you also need it for angular ones?&amp;nbsp; If angular, is the measured value in radians acceptable [that is what AutoLisp can extract directly], or do you need it in your current angular format [AutoLisp can convert it]?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it should make a new file, what should be the basis of the file name?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Etc., etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 13:55:39 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2022-04-25T13:55:39Z</dc:date>
    <item>
      <title>How to Copy / Export Dimension Value to Excel in Single Click using LISP Command?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11123256#M46351</link>
      <description>&lt;P&gt;Assalam-o-Alaikum Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a LISP Command by which I can easily take Dimension Values to excel file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose I have a CAD file having multiple dimensions and I need to take value of a specific Dimension in excel. When I just click on that very dimension; it must automatically place (copy and paste) value of dimension to excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rahmatullah Khattak&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 21:46:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11123256#M46351</guid>
      <dc:creator>rahmat_uk20</dc:creator>
      <dc:date>2022-04-22T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Copy / Export Dimension Value to Excel in Single Click using LISP Command?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11126826#M46352</link>
      <description>&lt;P&gt;Questions arise....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you talking about an already-existing Excel file, or do you want a routine that will make one?&amp;nbsp; AutoLisp can make a .csv file that Excel can work with, or it can open an existing one, and write to it, if that's what you want.&amp;nbsp; But I don't think it can write to such a file if you have it open in Excel at the time, as you would if you were copying/pasting manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want to put the values from multiple Dimensions into one file, or have a separate file for each Dimension you pick?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do your dimensions ever have text-content overrides?&amp;nbsp; If so, do you want the text as it appears in the drawing, or the actual measured value?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this about distance-type Dimensions only [linear, horizontal, vertical, rotated, aligned, diameter, radius, ordinate], or might you also need it for angular ones?&amp;nbsp; If angular, is the measured value in radians acceptable [that is what AutoLisp can extract directly], or do you need it in your current angular format [AutoLisp can convert it]?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it should make a new file, what should be the basis of the file name?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Etc., etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:55:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11126826#M46352</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-04-25T13:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Copy / Export Dimension Value to Excel in Single Click using LISP Command?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11128256#M46353</link>
      <description>&lt;P&gt;Yes put cell value exists in lisp. But like Kent a few questions is excel open or open a file or start a new blank one.&amp;nbsp;If exist where do I start inserting values ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at getexcel.lsp. Has the answers. Do you understand lisp ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 02:49:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11128256#M46353</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-04-26T02:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Copy / Export Dimension Value to Excel in Single Click using LISP Command?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11161386#M46354</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to answer your questions accordingly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am talking about already existing excel file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want multiple dimensions in one existing file.&lt;/P&gt;&lt;P&gt;The dimensions don't have any text-content overrides.&lt;/P&gt;&lt;P&gt;Its all about distance-type dimension.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply I would like to add simplicity to my Post:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just looking for the simplest way (by any means) by which I will click on any dimension (distance-type) in CAD and it may automatically place dimension value already existing excel sheet cells which I may select.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a zip file which contains some lisp commands. By loading these lisp commands in CAD when we can take area by typing "q" without quotes; it places area value. After that we can extract text by entering "txt2xls" without quotes; It automatically places text value into existing excel sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 09:43:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11161386#M46354</guid>
      <dc:creator>rahmat_uk20</dc:creator>
      <dc:date>2022-05-11T09:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Copy / Export Dimension Value to Excel in Single Click using LISP Command?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11163298#M46355</link>
      <description>&lt;P&gt;Txt2xl is a vlx file so can not edit that file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you have a look at getexcel.lsp ? It has get and put to excel.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 01:21:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-export-dimension-value-to-excel-in-single-click/m-p/11163298#M46355</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-05-12T01:21:20Z</dc:date>
    </item>
  </channel>
</rss>

