anmcgrath

Results 52 comments of anmcgrath

Hi @Edi0306 no reason I couldn't release this, so I have as 0.7.2

Are you happy for me to close this issue now? I imagine there are still some performance issues with formulae but nothing specific at this stage?

Hi @ProjectsKoryHasWorkedOn I haven't tested specifically but you should be able to get the sheet's rows and columns to adjust from the font size by: Ensure the AutoFit property on...

You could use: ```csharp Sheet.Selection.SelectionChanged += (sender, args) => { var selection = (Selection)sender!; var position = selection.ActiveCellPosition; } ```

Thanks @jonas-engberg-matsmart-se Sorry to be a pain but I think that BeforeAutoFill should be an event so that it can't be invoked outside of the Sheet class. (reviewing this code...

Thank @jonas-engberg-matsmart-se appreciate it!

Hi @jbartula can you please try and update to the latest version available (0.6) and see if you still get the same error?

Hi @jbartula have you had a chance to look at this again?

Hi @gwwzzf can you give more information on when this occurs? Is it blazor server or wasm?

Thanks @digitaldirk will look into it.