Calc sheet to application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Calc sheet to application

I have a OpenOffice calc sheet (for physical training) i'd like to convert to an android application. What is the fastest or easiest way to do so ? I'd like not to have to rewrite all the calculations and links between the cells. Not to mention drawing all the cells... Thanks a lot in advance

2nd Aug 2017, 7:36 AM
Clém Grt
Clém Grt - avatar
1 Answer
0
Unless you know Java our C# I would start by creating a web page with HTML, CSS and JavaScript for the calculations. After that or make your page responsive or learn some framework to transform it on an app. Maybe there is a easier path, but I believe this would be the usual way.
3rd Aug 2017, 9:51 AM
Felipe Cruz
Felipe Cruz - avatar