Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Is there example project about how to read value in Excel or XML file input and action via API?

Anonymous
Not applicable
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)

Thank you.
Hai
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
leilei
Enthusiast
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...

View solution in original post

2 REPLIES 2
Solution
leilei
Enthusiast
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...
Anonymous
Not applicable
Perfect help, thank you so so much.