read spreadsheet

This commit is contained in:
2024-02-14 15:04:11 +01:00
parent 10f9824ac2
commit 0baf457abd
2 changed files with 9 additions and 4 deletions
+3
View File
@@ -308,6 +308,9 @@ class Project(PropertyGroup):
for asset_type in project.asset_types:
cell_types[asset_type.name] = 'ASSET_TYPE'
for task_type in project.task_types:
cell_types[task_type.name] = 'TASK_TYPE'
return cell_types
def set_spreadsheet(self):