Jump to content

OLE object


giskumar

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...