giskumar Posted July 19, 2011 Posted July 19, 2011 Hi All, How can i convert a table in OLE object format to autocad table format using lisp. I got the ole table by copy pasting from the excel. Thanks, Kumar. Quote
BlackBox Posted July 19, 2011 Posted July 19, 2011 If the OLE is linked (say an Excel spreadsheet?), you *might* be able to access the spreadsheet via (vlax-get-or-create-object "Excel.Application") and extract a cell range which can be brought in as AutoCAD Entity instead of OLE (linked). I have no clue if the cell range, etc. is accessible via OLE property or not (I doubt it, perhaps via XData?), but it's a guess on where to start. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.