<?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: need help with lisp to export autocad table to csv and controlling row hight and column width in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/need-help-with-lisp-to-export-autocad-table-to-csv-and/m-p/13430105#M999</link>
    <description>&lt;P&gt;Go back to other post I think I posted something there, yes direct to Excel you can mimic the table setting in Excel like set column width in Excel.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;this is get width

(vlax-get (vlax-get-property  (vlax-get-property myxl "ActiveSheet") "Range" "D1") 'columnwidth)

this is put width
(vlax-put-property (vlax-get-property  (vlax-get-property myxl "ActiveSheet") "Range" "A1") 'columnwidth 28)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sure I have posted to you the Alan Excel.lsp so can get MYXL application.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2025 01:35:41 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2025-04-17T01:35:41Z</dc:date>
    <item>
      <title>need help with lisp to export autocad table to csv and controlling row hight and column width</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/need-help-with-lisp-to-export-autocad-table-to-csv-and/m-p/13428899#M997</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I started my quest &lt;FONT color="#00FFFF"&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-table/td-p/5775783" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;but asked to start a new topic.&lt;/P&gt;&lt;P&gt;the issue is this:&lt;/P&gt;&lt;P&gt;I need to export a cad table to csv and in the output csv set row hight to all the rows to a sertian value (10 for the example) and the second column width to 20 for that example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;aridzv.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 12:01:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/need-help-with-lisp-to-export-autocad-table-to-csv-and/m-p/13428899#M997</guid>
      <dc:creator>aridzv</dc:creator>
      <dc:date>2025-04-16T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: need help with lisp to export autocad table to csv and controlling row hight and column width</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/need-help-with-lisp-to-export-autocad-table-to-csv-and/m-p/13429060#M998</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3981970"&gt;@aridzv&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to set the width + height in csv file? (i thought you are talking on AutoCAD table?!)&lt;/P&gt;&lt;P&gt;this only possible with xlsx file, different story&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 13:26:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/need-help-with-lisp-to-export-autocad-table-to-csv-and/m-p/13429060#M998</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2025-04-16T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: need help with lisp to export autocad table to csv and controlling row hight and column width</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/need-help-with-lisp-to-export-autocad-table-to-csv-and/m-p/13430105#M999</link>
      <description>&lt;P&gt;Go back to other post I think I posted something there, yes direct to Excel you can mimic the table setting in Excel like set column width in Excel.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;this is get width

(vlax-get (vlax-get-property  (vlax-get-property myxl "ActiveSheet") "Range" "D1") 'columnwidth)

this is put width
(vlax-put-property (vlax-get-property  (vlax-get-property myxl "ActiveSheet") "Range" "A1") 'columnwidth 28)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sure I have posted to you the Alan Excel.lsp so can get MYXL application.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 01:35:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/need-help-with-lisp-to-export-autocad-table-to-csv-and/m-p/13430105#M999</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2025-04-17T01:35:41Z</dc:date>
    </item>
  </channel>
</rss>

