Spreadsheet to Web Application Conversion
Joined: Oct 2007
Posts: 1,003
Likes: 16
From: Here
I can't really help however I notice :-
Search - [numbers to excel]
basically on MAC saveas Excel
Search - [excel to web page]
https://www.spreadsheetconverter.com/
Search - [numbers to excel]
basically on MAC saveas Excel
Search - [excel to web page]
https://www.spreadsheetconverter.com/

Joined: Nov 2014
Posts: 11
Likes: 0
From: IL, USA
Numbers on iPad has Export option
You can export to Excel format, and then import that into Google Sheets.
It will take some tweaking but when done Google Sheets version should be really handy, easy to share, etc.
It will take some tweaking but when done Google Sheets version should be really handy, easy to share, etc.
Thread Starter
Joined: May 2009
Posts: 63
Likes: 0
From: Home
Thanks all.
The problem with converting to Excel is that the worksheet will lose some of its functionality.
For example; Numbers allows multiple Tables in a single worksheet. Each can be re-sized and moved to any convenient location within the worksheet. This is not possible with Excel.
In the example below I have moved the position of a separate Table (indicated by red arrow).
Even though Excel has many more functions and formulas, Numbers appears to offer more flexibility and options regarding the way the information is presented. The problem with Numbers is not being able to password protect cells containing formulas.
So to have a worksheet like this, I might have to get involved with ios application programming.

The problem with converting to Excel is that the worksheet will lose some of its functionality.
For example; Numbers allows multiple Tables in a single worksheet. Each can be re-sized and moved to any convenient location within the worksheet. This is not possible with Excel.
In the example below I have moved the position of a separate Table (indicated by red arrow).
Even though Excel has many more functions and formulas, Numbers appears to offer more flexibility and options regarding the way the information is presented. The problem with Numbers is not being able to password protect cells containing formulas.
So to have a worksheet like this, I might have to get involved with ios application programming.


Joined: May 2001
Posts: 1,909
Likes: 24
From: England
You're using a very app specific spreadsheet, the app does not have a web engine right? So the only thing you can do is give it over to a Freelance PHP or ASP.NET developer and tell him to engineer a like for like web site.
Joined: Mar 2006
Posts: 55
Likes: 0
From: USA ex-pat
As Superpilot said this is bespoke development although there may be some existing apps out there which will allow you to configure an individual aircraft.
From a web perspective it can easily be done in any number of frameworks including responsive design for laptop/tablet/mobile. This is one I did for my personal use as a little side project in HTML/Javascript/PHP which hopefully gives you an idea of what's possible. I wanted to be able to quickly drag and drop different pieces of gear on to the outline and then just add weights to calculate a CG envelope diagram and raw data. All the other graphics etc are pretty straight forward. Hybrid apps and responsive frameworks mean you don't even need specific ios or android programming skills (swift or java). In terms of porting to excel, that's possible as well but probably would require some vba support to provide all functionality.

From a web perspective it can easily be done in any number of frameworks including responsive design for laptop/tablet/mobile. This is one I did for my personal use as a little side project in HTML/Javascript/PHP which hopefully gives you an idea of what's possible. I wanted to be able to quickly drag and drop different pieces of gear on to the outline and then just add weights to calculate a CG envelope diagram and raw data. All the other graphics etc are pretty straight forward. Hybrid apps and responsive frameworks mean you don't even need specific ios or android programming skills (swift or java). In terms of porting to excel, that's possible as well but probably would require some vba support to provide all functionality.






