To interact between ARCtrl and Excel for example i use the CompositeCell.GetContent() function. This returns 1, 3 or 4 strings in an array. Which i also use to reverse the information into the correct cell type.
The new Data cell also returns 3 strings and makes the logic not unique anymore. Combined with a lot more settable fields i am unsure how to progress from this point:
Issue
To interact between ARCtrl and Excel for example i use the
CompositeCell.GetContent()
function. This returns 1, 3 or 4 strings in an array. Which i also use to reverse the information into the correct cell type.The new Data cell also returns 3 strings and makes the logic not unique anymore. Combined with a lot more settable fields i am unsure how to progress from this point:
https://github.com/nfdi4plants/ARCtrl/blob/dc3822fd1fec14c6009425e618531adf8828119a/src/Core/Table/CompositeCell.fs#L50
Requirements