anmcgrath

Results 52 comments of anmcgrath

Thanks @kei-soft I want to improve the auto-scroll when selecting cells from the formula editor, as well as make some improvements to scrolling when selecting regions with the keyboard before...

Hi @jbartula It's a good question. I'm kind of wary about making this constructor public as it may increase the chance that the cell value type won't be correct. Could...

Hi @jbartula that's a fair call - the value shouldn't be able to be set privately and is an oversight

@jbartula thanks for the feedback. I've made CellValue.Data and CellValue.ValueType have private setters. If you're happy with this making sense I can close this PR.

> After the latest update, this bug reappared, with using `CellValue.Text()`. > > ![Image](https://github.com/user-attachments/assets/b7870160-2748-43ce-9190-925085403236) Hit enter > > ![Image](https://github.com/user-attachments/assets/baa4f94d-c0a0-45e6-a6e5-53b12e97fba4) > > And it cuts off the zero, despite the cell...

Hi @jbartula I can't reproduce this... Are you please able to give some more information?

Hey @jonas-engberg-matsmart-se thanks for the suggestion. I agree that you should have some control over the autofill. I agree the default auto-fill pattern is how we would fix this, although...

Great idea @kei-soft. I agree that this should be possible.

@kei-soft thanks for the suggestion. Please check out #245. If you have any feedback that would be great.

Hi @gilidio8 thanks for the details. I haven't spent much time optimizing the formula engine at this stage. The slow method here uses cell references which is causing the speed...