Michael Washington

Results 77 comments of Michael Washington

@anmcgrath - This-is-Perfect! Thank you very much! I hope to finish this database example in the next two weeks. I plan to remove all external dependencies and submit this as...

@anmcgrath - I see that you now have a "merge" option. Can you also add a property to optionally disable this? ![image](https://github.com/anmcgrath/BlazorDatasheet/assets/1857799/87670e50-8642-422e-beff-de81dd7b310b)

@anmcgrath - Perfect! Thanks! ![image](https://github.com/anmcgrath/BlazorDatasheet/assets/1857799/5a51e555-38be-441a-bd43-34bbc92de1f1)

I saw that too. I think it is because the sheet is declared with only 100 rows and columns: `Sheet = new Sheet(100, 100);`

I think extracting information from an image can be considered something 'general' that a lot of us could use.

> As it not untypical these system's are not integrated so data needs to be re-keyed. You could also take a picture of a paper form and then paste that...

@TasosSarris - I am curious, how would you use this?

@Zetal911 - We can't know how the control will be consumed (for example what else is on the page). I don't think this is possible?

@Zetal911 -` @ref="_datasheet"` wont allow you to get the handler you need?

@Zetal911 - No need for reflection. This should work: ![image](https://github.com/anmcgrath/BlazorDatasheet/assets/1857799/b1c1d7c4-4352-4e3a-8e4e-3fc56cfa8607)