AutoLisp Function wd_ss2_import_curdwg Not Working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm Using AutoCAD Electrical 2017
In my active drawing I went to "Import/Export Data" -> "To Spreadsheet"
I modified a block's text in the "comp" tab -> Saved
On the command line I entered the following:
(c:wd_ss2_import_curdwg "C:\Users\Documents\testData.xls" 1 1)
Nothing happened, not even an error
I also tried the following:
(c:wd_ss2_import_curdwg "C:\Users\Documents\testData.xls" "1" 1)
(c:wd_ss2_import_curdwg "C:\Users\Documents\testData.xls" "1" "1")
(c:wd_ss2_import_curdwg "C:\Users\Documents\testData" 1 1)
(c:wd_ss2_import_curdwg "C:\Users\Documents\testData" "1" 1)
(c:wd_ss2_import_curdwg "C:\Users\Documents\testData" "1" "1")
Still nothing.
Then I checked to see if my spreadsheet was corrupted, so i went to "Import/Export Data" -> "From Spreadsheet" and loaded the spreadsheet.
It worked perfectly...but only if I manually did it.
This shows that something is wrong with my function (or AutoCAD has some bugs).
Can anyone help??