BHoM / Excel_UI

GNU Lesser General Public License v3.0
5 stars 4 forks source link

Handle casting of items in lists and trees #335

Closed adecler closed 2 years ago

adecler commented 2 years ago

Issues addressed by this PR

Closes #314

Casting of types that are handled differently by Excel (e.g. dates, enums, etc.) was only covered for cells containing a single element. This PR fixes that.

Test files

Same as provided in the issue: Sample Workbook

adecler commented 2 years ago

@BHoMBot check compliance

bhombot-ci[bot] commented 2 years ago
@adecler to confirm, the following checks are now queued: - `code-compliance` - `documentation-compliance` - `project-compliance` - `branch-compliance` - `dataset-compliance` - `copyright-compliance`
adecler commented 2 years ago

@BHoMBot check required

bhombot-ci[bot] commented 2 years ago
@adecler to confirm, the following checks are now queued: - `code-compliance` - `documentation-compliance` - `project-compliance` - `core` - `null-handling` - `serialisation` - `versioning` - `installer`
bhombot-ci[bot] commented 2 years ago
The check `code-compliance` has already been run previously and recorded as a successful check. This check has not been run again at this time.
bhombot-ci[bot] commented 2 years ago
The check `documentation-compliance` has already been run previously and recorded as a successful check. This check has not been run again at this time.
adecler commented 2 years ago

Thanks @FraserGreenroyd ,

I prefer to wait for @michaelhoehn 's review before merging.