Message 1 of 20
Lisp to export polyline data (area, length and inner text) to excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the attached Lisp which i found in this site, on selecting closed polylines, the area, length and inner text is exported from autocad to excel. But the problem is that the excel file can only be updated when it is closed. If i keep the excel file open, while selecting polyline in autocad drawing, it gives error and the result area and length will not be updated in excel sheet. Is there a solution where i can keep both the excel and autocad files open while working.
And the other problem is that the generated excel file is in .csv format, but i need in .xlsx format.
I will appreciate if anybody can please help me with this issue.
Thanks.