Export text to Excel

Discussion in 'AutoCAD' started by kalata13, May 13, 2004.

  1. kalata13

    kalata13 Guest

    Does anyone know of a lisp routine that would allow me to extract all Mtext annotations from a drawing and export them to Excel.

    Thanks
     
    kalata13, May 13, 2004
    #1
  2. kalata13

    ECCAD Guest

    If you can work with a .csv (comma seperated value) file, I can whip up a Lisp to extract and output to that format.

    Bob
     
    ECCAD, May 13, 2004
    #2
  3. Search for "Visual Lisp & Excel" by ChrisW 4/8/2004 at 2:20pm and then look
    at my response "Re: Visual Lisp & Excel by Alan Henderson 4/9/4 at 8:57am".
    I posted a program that you will have to modify to work for you.
     
    Alan Henderson @ A'cad Solutions, May 13, 2004
    #3
  4. kalata13

    Devin Guest

    Why don't you just scan the drawing for all mtext entities using ssget and
    then use the write-line function to output it to a csv file?
     
    Devin, May 13, 2004
    #4
  5. kalata13

    kalata13 Guest

    Thanks Bob. If all the text from the drawing was able to import into the Excel file and all I had to do was go into Excel and format it, that would work great.

    Respond with the details here and maybe leave me a number where I can call you at.

    Thanks

    Chris
     
    kalata13, May 13, 2004
    #5
  6. kalata13

    ECCAD Guest

    Chris,
    Give me an E-Mail at
    remove the nospam.

    Bob
     
    ECCAD, May 13, 2004
    #6
  7. kalata13

    kalata13 Guest

    Thats a start Alan, but I wouldn't know the first thing about modifying it.

    Would love to Devin, but I am not a programmer and that is a bit over my head. Just looking for the easiest way to do this.

    You guys have to remember that sometimes the basic CAD guys post to this board for help and that is what I am.
     
    kalata13, May 13, 2004
    #7
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.