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

"internal Object ToObject()" method from XLCellValue to be made public #2256

Open
2 of 3 tasks
pczajkowski opened this issue Jan 11, 2024 · 0 comments
Open
2 of 3 tasks

Comments

@pczajkowski
Copy link

  • Feature

Did you test against the latest CI build?

  • Yes
  • No

Version of ClosedXML
0.102.2

What is the current behavior?
Method is internal, internal Object ToObject().

What is the expected behavior or new feature?
Method to be public, public Object ToObject().

You're already exposing public XLDataType Type { get; } which is very useful, but I've built a simple ORM for Excel using ClosedXML and with an object I can do PropertyInfo.SetValue. Currently, I've worked around it by copying your method to my code, but it would be great if you could expose it. Thank you in advance!

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

No branches or pull requests

1 participant