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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do I learn Excel as a programmer?

1 点作者 _wp_将近 7 年前
I&#x27;ve come to appreciate <i>some</i> facets of Excel and feel it could be a valuable tool in my arsenal in addition to other languages I know. There seems to be a dearth of material on learning Excel targeting programmers&#x2F;SW devs, does anyone have any good resources to share?<p>I&#x27;m looking for things along the lines of Joel Spolsky&#x27;s &quot;You Suck at Excel&quot; https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0nbkaYsR94

3 条评论

ninjakeyboard将近 7 年前
You shouldn&#x27;t need to &quot;Learn Excel&quot; if you are a programmer. You use Excel or Google Sheets or Emacs&#x27; &quot;Simple Emacs Spreadsheet&quot; (SES) or whatever tool to do things you need to do, and learn whatever features you need as you go.<p>I personally use Google Sheets for: - Impromptu project planning and release tracking in small teams - Creating test plans for release testing<p>And not much else as I can do most other things using other tools. If you want to pivot data and do data analysis, yeah you can use a spreadsheet. Or you can use python.<p>I wouldn&#x27;t go out of my way to learn the deep depths of excel when you could take time to learn sed or awk or columnar and multi-cursor editing in emacs or other tools that, beyond tasks that can be accomplished in excel, will help you in a wider variety of tasks.<p>But by all means I would be using excel for simple spreadsheet things. It&#x27;s not a tool I&#x27;d go out of my way to spend time on learning excel as a programmer without a task infront of me as being a curious technically apt programmer means it&#x27;s quite intuitive and fast to learn whatever I need to accomplish things in excel as I go.<p>Learn emacs, learn colemac, learn awk, learn clojure, learn pandas. I don&#x27;t think you need to learn excel beyond basic spreadsheet functionality.
bjoerns将近 7 年前
I would say that Joel Spolsky&#x27;s video is one of the best ones out there (I used to be a die-hard Excel dev on a trading floor).<p>Other than that, we have a collection of open-source Git Excel workbook repositories that might be useful to go through: <a href="https:&#x2F;&#x2F;cloud.xltrail.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloud.xltrail.com&#x2F;</a><p>Some of them are pretty advanced, others less so.
creatornator将近 7 年前
There are some pretty good lynda.com tutorials that I&#x27;ve watched. I&#x27;ve found an advantage to those is that I also learned a few things about statistics too, which is useful outside Excel.