TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there a fast/performant alternative to Excel?

5 点作者 superconduct123大约 2 个月前
I like using excel for quick analysis&#x2F;calculations but I find it falls apart if you have like 100,000+ rows<p>Does any company make an alternative that can handle large amounts of data?<p>I don&#x27;t need super fancy features, just the basics like being able to run a formula across a column or do pivot tables<p>I feel like there is an opportunity for a company to make something like this, even if it only supports a subset of excel features

4 条评论

SvenL大约 2 个月前
Well, there are the HPC Services for Excel, were you can offload calculations to an HPC Cluster and support more rows. <a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;powershell&#x2F;high-performance-computing&#x2F;excel-offloading-to-azure-cluster?view=hpc19-ps" rel="nofollow">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;powershell&#x2F;high-performanc...</a><p>its not an alternative, but maybe it helps for your use case.
评论 #43406074 未加载
gamegoblin大约 2 个月前
Our startup, rowzero.io, easily handles tens of millions of rows and is a subset of Excel. Leave us feedback in the app if there are any missing features you need.
gregjor大约 2 个月前
A relational database. Excel data generally maps well to an RDBMS. You can run sqlite, MySQL, or PostgreSQL locally on a typical desktop&#x2F;laptop.<p>Excel can serve as the front-end to a “real” database.
RGamma大约 2 个月前
Use PowerQuery&#x2F;PowerPivot&#x2F;DAX.