Removed ability to persist projectID through stored value in workbook meta properties. Project Id must now be persisted via a Compute.SetProjectID method within the workbook. This brings the excel strategy in alignment with Grasshopper_UI.
Changelog
ProjectID is persisted via Compute.SetProjectID method within the workbook
Issues addressed by this PR
Closes #369
Removed ability to persist projectID through stored value in workbook meta properties. Project Id must now be persisted via a
Compute.SetProjectID
method within the workbook. This brings the excel strategy in alignment with Grasshopper_UI.Changelog
Compute.SetProjectID
method within the workbook