Hello,
I have a set of isometrics. I need to read values from Excel and write it to the text tags of title block.
The below procedure using dbquery will work for text nodes, but i need text tags insted of text nodes.
- I have added the DBQUERY to the textnodes.txt
# The DBQUERY using Excel file:
exds=Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};Dbq=$(IE_EXCELPATH)
UNID=DBQUERY($(exds), Select [F2] from [Sheet1$] where[F4]='$(LINENUMBER)')
- Added the excel path in IsoProj.cfg
# EXCELPATH
IE_EXCELPATH = C:\Isometrics/linelist.xlsx
- Created a new Excel in the above path and made the data base columns required.
- Assign the node to node2da.txt.
Below attached the sample TAG of title block.