(vl-princ-to-string (vlax-variant-value (vlax-get-property (vlax-get-property sh 'Range (...
主要是因为需要执行的vba函数可能需要传参,没法知道到底要传入多少个参数,所以,干脆用字串型,传入的时候自己包装好,传入进来就可以了 ,例如:"(vlax-invoke-method XLAPP (QUOTE RUN) \"Sheet1.Lisp_vba\")" (vl-catch-all-apply 'EVAL (list (vl-catch-all-apply 'READ (list vba-str))) ) )...
How do programs that export there 'drawing' or 'data set' to excel operate? How are they communicating with AutoCAD? This may be a pretty involved topic so maybe a reference would be most helpful. I know almost nothing about LISP's would it be help to start here or maybe there is a...
i tried using this lisp, i have to fill title block for which i already have a lisp program which asks for values such as project name name date and i want to use excel to enter the values, i tried customizing above program but it says theres syntax error and ...
请教一个用AutoCADlisp读取Excel内容的问题(可以付费) 想实现的功能是已知图号名称,函数读取Excel标返回图号后面对应的 名称 数量 材料谢谢大神。 如果用vba应该好解决一点,用lisp,个人觉得,在excel中复制,lisp读取剪贴板内容进行判断可以试试。
Add to Wishlist Download Size: 3.8 MB Release Date: 6/23/2022 Last Updated: 5/31/2023 Version Info: 1.0.22.07.24 Website: http://www.lisp.vn Cust. Support: lemanhhung0302@yahoo.com Compatible with: Autodesk AutoCAD Version:2024,2023,2022,2021,2020,2019 ...
Excel2DWG is a revolutionary new way to solve the old problem of placing Excel spreadsheets into CAD & Design applications. It runs completely inside Microsoft Excel, directly creating a DWG or DXF file as it's result. You simply select your area of interest and click an icon to create ...
Fanpage:https://www.facebook.com/autolispjustsimple/ Website:www.lisp.vn Skype: lemanhhung0302 Version History Version NumberVersion Description 1.0.22.07.24 Support Autodesk® AutoCAD® 2024 1.0.22.07.21 Initial version Update bug fix 20220721 1.0.22 Initial version...
;;VisualLisp 数组用法,查找第 2 行,第 3 列数据,转 lisp 表用 mapcar ;;(vlax-variant-value(...
;;;名称:BF-Excel-Open ;;;说明:打开一个excel文件 ;;;参数:Filename:文件路径 ;;;参数:ishide:...