How to get all formulas typed by the user?

Tags: #<Tag:0x00007f8b2678a6f0>

I’ve a use case where the user types her formulas. I’d like to save both formulas and calculated values in the database (formulas in one column in a table in the DB, and data as JSON structure in another column).

Is there any way to get all formulas in one function call? Or do I have to loop through and use getSourceDataAtCell?

Have you tried getSourceData? It returns data for the whole table.

@aleksandra_budnik

That worked, thank you.
I should’ve guessed :disappointed:

I’m happy to help :slight_smile: so feel free to ask anything