Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to merge cells with the OBJECT type #31

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

stv233
Copy link
Contributor

@stv233 stv233 commented Nov 12, 2022

Added the ability to merge cells with the OBJECT type if the required operation is defined for the ObjectType of the cells. If the required operation is not defined in the type, the cells will be merged as a string.

@vassilych
Copy link
Owner

vassilych commented Nov 13, 2022 via email

@stv233
Copy link
Contributor Author

stv233 commented Nov 13, 2022

Здравствуйте Василий.

Я использовал Reflection в этом случае поскольку мне был необходим индификатор типа, который хранит переменная, для использования в делегате Func в выражениях. Для приведения экземпляра Type, хранимого в переменной, в индификатор типа мне пришлось использовать метод MakeGenericMethod из Reflection.

Михаил

@vassilych vassilych merged commit 3d5c5df into vassilych:master Nov 14, 2022
@vassilych
Copy link
Owner

vassilych commented Nov 14, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants