Jump to content

error: no function definition: GETEXCEL, SOLVE THIS ERROR


raj patel

Recommended Posts

I have autolisp program but when I run this program error "error: no function definition: GETEXCEL" are arrived.

i also used this extension program but error is still there "http://web2.airmail.net/terrycad/LISP/GetExcel.lsp"

so please help to remove this error...

Link to comment
Share on other sites

(defun GETEXEL is in the lisp you need to understand what this lisp is doing as there is a lot of functions within it. There are 3 examples of (defun GETEXEL

 

Just saying error occurs does not mean anything what code was calling GETEXEL

 

; put this a part of your code at the start
(if (not getxexel)(load "Getexecel")))

Link to comment
Share on other sites

  • 5 years later...

To understand how to use GetExcel.lsp open the file with NotePad.exe and the documentation is near the beginning of the file with examples of each function and how to use it.

The newest version of GetExcel.lsp can be downloaded from https://autolisp-exchange.com on the AutoLISP Code tab. Just open the button labeled GetExcel.lsp and then right-click and do a save as. Save it to a folder in your AutoCAD Search Path and appload it or include (load "GetExcel.lsp") in your AcadDoc.lsp file.

 

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...