Hello everyone,
I'm new to Revit API, has some basic knowledge in Revit Structure, Revit API, and C#. I'd like to write an add-in for Revit Structure with the following purpose:
- Export the current opended Schedule ( ex. Structure Column Schedule) which has 4 columns for example, the last column is a shared parametter which is appear empty in the schedule.
- open that exported schedule in MS Exce and do a concatenate ( copy all the text in the first 3 columns to the last column in each cell)
- Import back to Revit Structure and create a new Schedule with the info from the previous step.
As far as I know, there is no API to interact with the Schedule in Revit( Please correct me if I was wrong).
My question is: Is it possible to do this? Is there any other way to archive the same thing like this? What and Where should I start with? I've been looking on how to do this but still strugle in the last step, dont know how to create a new schedule in the same project with the concatenated table from MS Excel.
Thanks in advance ! Sorry for my bad English
I'm new to Revit API, has some basic knowledge in Revit Structure, Revit API, and C#. I'd like to write an add-in for Revit Structure with the following purpose:
- Export the current opended Schedule ( ex. Structure Column Schedule) which has 4 columns for example, the last column is a shared parametter which is appear empty in the schedule.
- open that exported schedule in MS Exce and do a concatenate ( copy all the text in the first 3 columns to the last column in each cell)
- Import back to Revit Structure and create a new Schedule with the info from the previous step.
As far as I know, there is no API to interact with the Schedule in Revit( Please correct me if I was wrong).
My question is: Is it possible to do this? Is there any other way to archive the same thing like this? What and Where should I start with? I've been looking on how to do this but still strugle in the last step, dont know how to create a new schedule in the same project with the concatenated table from MS Excel.
Thanks in advance ! Sorry for my bad English
Comment