How to Export Text to Excel & How to Export Pline Coordinates to Excel using AutoLISP Program

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • 1) In this session you will learn how to export text from CAD drawing to Notepad.
    2) In this session you will also learn how to export polyline coordinates to Excel.

Комментарии • 41

  • @mohamedalijinnahsheikabdul1223
    @mohamedalijinnahsheikabdul1223 2 года назад +1

    This Prof Mohamed Ali Jinnah, in Civil Engineering Field. I have to appreciate you in all aspects
    1. Efficiency in Subjects Matter
    2. Your English Pronunciation and continuous flow of words like anyone can understand easily.
    3. You ask Question and Answering as if Student and Faculty approach
    4. No struck in any point of lecture.
    But I wanted you, to write bundle and collection of Auto-lisp of Scripts in automating Civil Engineer's Work, although any Engineer's Works.
    Try one book which explains 1001 Auto-Lisp Scripts for Every Day works of Engineers.
    Wishing you all for ever, May Almighty Blessing be on you and your family members till end of this world.
    Tons of thanking for your teaching.

    • @cyberCADsolutions
      @cyberCADsolutions  2 года назад +1

      Thank you very much. I will try my best as you suggested. Please share the video.

  • @georgekhaba6436
    @georgekhaba6436 2 года назад

    time table:
    @1:54 program to export text to external file
    @10:01 program to export co-ordinates of a polyline to excel
    happily finish all videos on autolisp........ so informative and easy to apply
    thank you sir and hope there is more autolisp tutorials about blocks and attributes in them

    • @cyberCADsolutions
      @cyberCADsolutions  2 года назад

      Thank you. I will try to upload more videos. Please share.

  • @1975ghosh
    @1975ghosh 6 месяцев назад

    Very good. Please upload a video to update Dynamic Block property value from csv. where program math property name and update value

  • @behruz.anvarovich
    @behruz.anvarovich 3 года назад

    Super, as always, thank you for your efforts.

    • @cyberCADsolutions
      @cyberCADsolutions  3 года назад

      Thank you. Please share to your friends and colleagues

    • @behruz.anvarovich
      @behruz.anvarovich 3 года назад

      @@cyberCADsolutions Hi sir, how export coordinate from 3D polyline, with cons 10 can't get coordinates, thanks in advance

  • @wanrids
    @wanrids 2 года назад

    Thanks 100 times

    • @cyberCADsolutions
      @cyberCADsolutions  2 года назад

      Thank you. Please share to your friends and colleagues.

  • @maryahharzarinajasni3715
    @maryahharzarinajasni3715 2 года назад +1

    hello sir! can we draw pline by importing the data from excel to Autocad using AutoLISP program??

    • @cyberCADsolutions
      @cyberCADsolutions  2 года назад +2

      For sure madam. I will make a video on this in a couple of days. Please subscribe and keep watching.

    • @maryahharzarinajasni3715
      @maryahharzarinajasni3715 2 года назад

      @@cyberCADsolutions thank you sir. I have a query about AutoLISP. Is there have limitation on programming line in AutoLISP? this is because when my coding is too long some of my code can't be run.

  • @manuelfernandoespinosacast7717
    @manuelfernandoespinosacast7717 2 года назад

    excellent video, thank you very much for sharing your knowledge. I have a concern, instead of using the extension (.csv) and used (.xlsx), the routine generates the file for me but when I go to open it it tells me that the file is bad or is of an invalid format, why? Could it be that for the (.xlsx) it is done in another way?

    • @cyberCADsolutions
      @cyberCADsolutions  2 года назад

      Lisp can't read or write Excel directly. CSV is a text format file. So use CSV extension only.

    • @cyberCADsolutions
      @cyberCADsolutions  2 года назад

      Please share.

  • @akkumar9242
    @akkumar9242 Год назад

    Hello,
    I just want to use lisp for DTEXT/MTEXT to Excel Table.
    is this lisp useful for text2excel?
    Thank You

  • @suresh.kmuthu7644
    @suresh.kmuthu7644 3 года назад

    Hi sir,
    Can u pls create a Lisp prgm to place the light fix automatically by asking a no of fixture and type of light in Archi layout.

  • @ifty_arain
    @ifty_arain 2 месяца назад

    Any function to change position of UCS from one object to another in autoLISP program? please help

  • @jahanzaib1992
    @jahanzaib1992 3 года назад

    Thank you sir

    • @cyberCADsolutions
      @cyberCADsolutions  3 года назад

      Thank you. Please share to your friends and colleagues.

  • @ifty_arain
    @ifty_arain 2 месяца назад

    Can we not create an excel file by using file extension .xlsx? I did try, file was created in drive d but couldn't open it.

    • @cyberCADsolutions
      @cyberCADsolutions  2 месяца назад

      We can do using activex methods.

    • @ifty_arain
      @ifty_arain 2 месяца назад

      @@cyberCADsolutions Do you have any tutorial videos on activex methods?

  • @shanmukhachari8515
    @shanmukhachari8515 3 года назад

    dear sir,
    if i want to extract the text information from table format and i want to output each column as it is mentioned in the cad..and how to save with dwg file name..please slove this sir..

  • @Mr.1997-e3h
    @Mr.1997-e3h 2 года назад

    Can you make a video for main function with sub function knit working

    • @cyberCADsolutions
      @cyberCADsolutions  2 года назад

      Sure my friend. Thank you. Please subscribe and share to your friends and colleagues.

    • @Mr.1997-e3h
      @Mr.1997-e3h 2 года назад

      @@cyberCADsolutions ok, thanks

  • @veerraju6478
    @veerraju6478 3 года назад

    Sir give me a video for coordinates xl to autocad concatenate..plz

  • @vkshettykannadiga3939
    @vkshettykannadiga3939 Год назад

    Hi sir can we extract cad text to opened exl file live time by clicking one by one text.

  • @sadamth6714
    @sadamth6714 2 года назад

    Why need "counter 0"?kindly explain

    • @cyberCADsolutions
      @cyberCADsolutions  2 года назад +1

      Index always starts at zero and ends with n-1.

    • @sadamth6714
      @sadamth6714 2 года назад

      @@cyberCADsolutionsthanks for the reply.next tutorial when it comes?