将Excel Sheet转换为基于Web的应用程序 [英] Convert Excel Sheet to web based app

查看:116
本文介绍了将Excel Sheet转换为基于Web的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首先道歉,如果这是错误的发布地点。我不是程序员,我不打算成为一名程序员。我有一个excel表,在工作中为我做了一些计算,我想将其转换为基于Web的应用程序,以便更多人可以使用它。现在最终我不得不与某人签约,但首先我需要关于如何最好地接近它的想法,以便它足够强大。我有什么选择?



1.是否可以在后端放置excel表格,在网页上创建类似excel表格的表格。当用户输入所需的输入数据时,它会被复制到excel工作表中,后者执行计算后端,然后从工作表中复制结果并显示在Web应用程序上。这可能吗?有什么利弊?



2.从头开始编写应用程序。这将具有执行这些计算的能力,并且具有非常好的美学外观和感觉。



3.还有其他......





谢谢。

First apologies if this is the wrong place to post this. I am not a programmer and I am not going to try to be one. I have an excel sheet that does some calculations for me at work that I would like to convert into a web based application so it can be used by more people. Now in the end I would have to contract someone to do but first I need ideas on how best to approach it so that it is robust enough. What are my options?

1. Is it possible to have the excel sheet in the back end, create like a form on the web which looks like the excel sheet. When the user puts in the required input data it gets copied to the excel sheet which does the calculations back end and then the result is copied from the sheet and displayed on the web app. Is this possible? What are the pros and cons?

2. Write an application from scratch. Which will have the ability to perform these calculations and also have a very good aesthetic look and feel.

3. Anything else......


Thanks.

推荐答案

从广义上讲,你无法将excel表转换为基于网络的应用。

您需要创建一个网站

1.向用户提供输入表单

2.捕获数据

3.对它执行一些操作

4.将其重新格式化为某种形式的表格

5.将其发送回浏览器进行显示



作为一名非程序员,这是一项非常重要的工作。
Broadly speaking, you cannot convert an excel sheet into a web based application.
You would need to create a website which
1. presents an input form to the user
2. captures the data
3. performs some actions on it
4. reformats it into some form of table
5. sends it back to the browser for display

As a non-programmer this is quite a task.


这篇关于将Excel Sheet转换为基于Web的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆