2019-10-2806:14 AM - last edited on 2022-09-2910:03 AM by Daniel Kassai
2019-10-2806:14 AM
Please help me...Is there example project about how to read value in Excel or XML file input and action via API? My idea is make some auto modeling or some 2D stuff from excel or xml file (structure calculated result text file)
Hi,
The Database_Control demo with Do_SelectWallsFromExcel and Do_ExportWallsToExcel functions can get/export excel data.
The Goodie_Functions demo with Do_XML_Write and Do_XML_Read functions can get/export xml data.
Or use a third-party development package, like tinyxml、libxl...
Hi,
The Database_Control demo with Do_SelectWallsFromExcel and Do_ExportWallsToExcel functions can get/export excel data.
The Goodie_Functions demo with Do_XML_Write and Do_XML_Read functions can get/export xml data.
Or use a third-party development package, like tinyxml、libxl...