Hello everybody!
I am currently working on creating a comprehensive library of examples of all Python commands (official and tapir) available to date, which I will share once it is finished.
The goal is to make it easy to vibecode by giving the AI scripts that clearly explain how to communicate with Archicad.
The scripts will of course also be useful for coders who code in a more traditional way!
The exercise I attempted was to correct the export of issues from Archicad to Excel. The official version only exports a list without comments and, more importantly, without screenshots, which makes this type of export useless for us.
However, the official BCF export includes these elements.
By combining two scripts:
- Archicad to BCF (Tapir)
- BCF to Excel
I created a script that directly exports issues in XLS format, including screenshots and comments.
100% vibe coding, I did not personally code this script.

Archicad 27 - GDL - PYTHON