为简单的 4-5 方程函数构建公共计算器最简单的语言/api/webapp 是什么?

发布于 2024-08-23 14:55:08 字数 346 浏览 7 评论 0原文

我需要完成的大部分工作都可以使用 Google 文档电子表格来完成,除了仅锁定某些字段以允许公众更新,以便他们可以根据数据进行自己的计算。我希望使用一些允许用户更新/选择的函数编写简单的表数据的方法输入成本最低。自由形式的便携式/小工具风格会很棒。

我想Excel可以做很多我正在寻找的事情,但我不认为如果没有下载Excel文档,或者让某人将我的谷歌文档电子表格复制到他们自己的电子表格中,它就不会做我想要的事情,从而失去自动如果他们只使用我的,则对工作表进行更新。

我一直在尝试在 asp.net mvc 中断断续续地执行此操作,但是当我有完整的 c# 需要投入时,我的功能蠕变让我精疲力尽,而且我没有完成在电子表格中 30 分钟内完成的工作。

Most of what I need to accomplish is doable with Google docs spreadsheets, except locking only certain fields to allow updates by the public so they can do their own calculations based on the data. I would like the lowest method entry cost of writing simple table data with some functions that allow user update/selection. Free form portable/gadget style would be terrific.

I imagine excel could do a lot of what I'm looking for but I don't think it would do what I want without a download of the excel doc, or making someone copy off my google doc spreadsheet to their own, thus losing automatic updates made to the sheet if they just use mine.

I've been trying to do this off and on in asp.net mvc, but when I have full c# to fall into, my feature creep eats me up and I don't finish what I accomplish in 30 min in a spreadsheet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猥琐帝 2024-08-30 14:55:08

您可以用 JavaScript 编写非常基本的 HTML 页面,其中包含很少的字段和公式计算。

you can write very basic HTML page with few fields and formulas calculation in JavaScript.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文