+ 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
1 Odpowiedź
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.