cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
joanaif
Contributor

Components Schedules and Python

Hi!

Is it possible to extract a Components schedule from Archicad with Python?

Thank you very much in advance. I am new at this and I am  really stuck. 
Wish you a very happy new year!

Joana

1 Solution

Accepted Solutions
poco2013
Mentor

The direct answer is No and No --- Both the Python API and the C++ AddOns do not have access to schedules or their data -- at this time.

However, you can indirectly access the schedule data (any schedule)  by exporting the schedule to a excel spreadsheet file . Then use Python to access the spreadsheet. Python has several extensions that access Excel files.

The problem then is to get the modified data or spreadsheet back into Archicad schedules and again there is no way to do that -- other than to just just take a screenshot of the new data table and paste that into Archicad as a png file (etc.).

Direct access to schedule data is a often asked request, but mostly ignored by Graphisoft. I  assume as part of Graphisoft's new policy of closer Customer relations

Gerry

Windows 11 - Visual Studio 2022; ArchiCAD 27

Go to post

2 Replies 2
poco2013
Mentor

The direct answer is No and No --- Both the Python API and the C++ AddOns do not have access to schedules or their data -- at this time.

However, you can indirectly access the schedule data (any schedule)  by exporting the schedule to a excel spreadsheet file . Then use Python to access the spreadsheet. Python has several extensions that access Excel files.

The problem then is to get the modified data or spreadsheet back into Archicad schedules and again there is no way to do that -- other than to just just take a screenshot of the new data table and paste that into Archicad as a png file (etc.).

Direct access to schedule data is a often asked request, but mostly ignored by Graphisoft. I  assume as part of Graphisoft's new policy of closer Customer relations

Gerry

Windows 11 - Visual Studio 2022; ArchiCAD 27
joanaif
Contributor

Thank you very much for your reply, Gerry!

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!