What would be the best way to make text content application in C2?
Let's say I have XLS with 1000 texts (every text about 2000 letters).
I'd like to make an app that shows one text at once on the screen and buttons to show next/previous text.
Rewriting all texts into array is crazy idea I think :)