TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

N=1 software and the unreasonable effectiveness of Excel

3 pointsby maxrumpf9 months ago

1 comment

ggm9 months ago
Simon Peyton Jones said interesting things about Excel and FP.<p>What we dislike about Excel is summed up in the memes. &quot;No, that number is not a date&quot; problems are just inexcusable.<p>But in terms of computing power, it&#x27;s awesome.<p>My personal preference is a sweet spot to use Python with xlsxwriter or openpyxl to read (and write) worksheets where I can&#x27;t do it inside Excel due to my lack of competency. Then I can produce Excel charts (even directed by the Python) which are indistinguishable from what others do, in style terms. I guess if somebody writes a graphics output engine which is 1:1 congruent with data uplift to Powepoint, I&#x27;d stop.<p>(the thing I find hardest is to select cell contents into a new array, not to compute a map&#x2F;reduce over them but simply to populate a table in a new specified location as an XFILTER over some other nominated cells. COUNTIF is fine. But thats a map&#x2F;reduce solution. I want the literal subset under some criteria, so I can do other things with it, and I want to see it not just have it a computed state off-workbook. The evidence is strong you have to write VBSCRIPT solutions to iterate, and none of them are well documented that I can find)
评论 #41304796 未加载