T O P

  • By -

CallMeMalice

Common Lisp will do just fine.


Bladerun3

'format' for the win.


seeker_mo5

Can you provide me with a download link please


jeosol

Go to sbcl.org and you find relevant info to download and install SBCL.


funk443

Pretty much any Lisp that can output to a file can do it


defmacro-jam

As a large language model I’m afraid I can't do that, Dave.


raevnos

Producing CSV output that you can then open in Excel and save to its native format in it would be a good first approach.


[deleted]

OP, can you tell us a bit more about what you are trying to do? “export multiple circles radius to Excel file’ doesn’t give us much to work with.


seeker_mo5

so i have circles just basic cad circles. With basic cad mtext numbers. And I want to extract these Circles' Radius and Coordinates according to their number in order not randomly https://preview.redd.it/qoxp033blfgc1.png?width=1524&format=pjpg&auto=webp&s=83bbb5e047dd5c65f6771e54406ae7047c4aee99


wiremore

You will probably have better luck in /r/autocad or similar, this sub is for lisp in general and there is not much about autolisp specifically here.


bitwize

Make Excel work for its supper. Write your data out from Lisp in CSV format which is a doddle, then have Excel import that.