TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Yamishon on January 15, 2019, 01:37:26 AM

Title: Help to Import Excel Data to AutoCAD
Post by: Yamishon on January 15, 2019, 01:37:26 AM
Hi,

I have simple excel file to be imported to AutoCAD..

I have searched lot but did not get proper one.

I want a lisp, which will ask
   1. select a excel file  or specified in lisp
   2. Range or specified in lisp
   3. Should ask for text height in AutoCAD
   4. make table
   5. Command to update this table

I don't want to use Data link or table from autocad as I have to deal with many table everytime so need routine for it.


Kindly help me out...


Thanks

Yamishon
Title: Re: Help to Import Excel Data to AutoCAD
Post by: PKENEWELL on January 15, 2019, 10:03:06 AM
Perhaps This?
https://apps.autodesk.com/ACD/en/Detail/Index?id=6767115992402315287&appLang=en&os=Win32_64

or This?
https://apps.autodesk.com/ACD/en/Detail/Index?id=4873747239853535582&appLang=en&os=Win64
Title: Re: Help to Import Excel Data to AutoCAD
Post by: Gemini on January 15, 2019, 03:26:47 PM
Hi Yamishon,

I have something to open a excel file and write the information in AutoCAD. Not in a table but in block.
It's a start, if you want.