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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What do you use Google Sheets for?

34 点作者 nickgervasi大约 5 年前
With yesterday&#x27;s announcement of Microsoft Lists, I was curious to learn more about how people use spreadsheets today. Are we using them for complex calculations, or simply to store lists&#x2F;tables of data?<p>Most of my recent sheets were simply lists. Here are the last five I&#x27;ve opened: 1. Lead prospecting (accounting firms) 2. Lead prospecting (B2B SaaS companies) 3. Cap table 4. Health insurance plans 5. VSCO April 2020 Layoffs Candidate List<p>If you&#x27;re curious, you can get your list at <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;u&#x2F;0&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;u&#x2F;0&#x2F;</a>.

24 条评论

saradhi大约 5 年前
We, extracttable.com, use Google Spreadsheets, a minimal, to save the signup via Google Forms which is also linked to an endpoint using the app scripts to generate an API key.<p>The biggest workflow I witnessed is from our user, a financial intelligence platform from Brazil, which initially takes data from images and do a manual entry to spreadsheets, has a significant pipeline with as many as 200+ macros defined for their business flow that takes down to close a final output of their clients need.<p><i>Prerelease: I planned for a Show HN post, next Tuesday, as we are yet to publish the below content in our site.</i><p>We have built a Spreadsheet Add-on (<a href="https:&#x2F;&#x2F;gsuite.google.com&#x2F;marketplace&#x2F;app&#x2F;extracttable_image_to_spreadsheet&#x2F;387162865168" rel="nofollow">https:&#x2F;&#x2F;gsuite.google.com&#x2F;marketplace&#x2F;app&#x2F;extracttable_image...</a>) to aid their business process that extracts table data from images and puts into the spreadsheet.<p><i>Offer</i>: For HN community, take 20% extra credits on your purchase with an email to apikey@extracttable.com with the subject &quot;From HN.&quot;
评论 #23252815 未加载
robertbalent大约 5 年前
I have so many Google Sheets.<p>I track my weight, running performance, workout progress, my spendings, savings, investment performance, car expenses, all trips out of the country (for visa purpose) and more.<p>Everything with fancy charts showing progress and how well I&#x27;m achieving my goals.
评论 #23264722 未加载
andrefuchs大约 5 年前
I&#x27;m using a Google Spreadsheet as a database backend for my portfolio. (<a href="https:&#x2F;&#x2F;andrefuchs.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;andrefuchs.github.io&#x2F;</a>) I wanted a solution that is lightweight and easy to update.
评论 #23252685 未加载
mooman219大约 5 年前
A few things that I use it for: Pre-programed D&amp;D stat trackers because it&#x27;s free and Pathfinder is... complicated. Factorio base ratio calculations, and EvE online related market data. Quickly sharing database query output. A simple weight tracker.<p>Most of these things are and can be independent services, the issue is if I need something now that&#x27;s ad hoc, then Sheets provides a computation sandbox in a format that most people are familiar with.
评论 #23252788 未加载
0x54MUR41大约 5 年前
Currently, I use Google Sheets for tracking expenses and investments. There are two files, one for tracking expenses and the other is for investments.<p>I track my daily expenses in a sheet. A sheet is indicated the month and the year. Once I spend the money I input the expense soon to prevent from forgetting. It&#x27;s simple. A table with a category expense, detail expense, and the amount. This is something that I want to do because this habit can make me understand how I spend my money. I mean do I appreciate the money?<p>For investments, a sheet is indicated a category of investments. Stocks, bonds, and mutual funds, for example. I also use a simple table to track what I buy or sell. By the way, Google Sheets has a GOOGLEFINANCE formula [0] that is very usefull for getting the price of a stock.<p>[0]: <a href="https:&#x2F;&#x2F;support.google.com&#x2F;docs&#x2F;answer&#x2F;3093281?hl=fr" rel="nofollow">https:&#x2F;&#x2F;support.google.com&#x2F;docs&#x2F;answer&#x2F;3093281?hl=fr</a>
harrydehal大约 5 年前
For a fun side project, I decided to use Google Sheets as a database that would be easily editable by the general public (non-developers).<p>It is currently populating data for a crowdsourced map of San Francisco Bay Area third-wave coffee roasters:<p><a href="https:&#x2F;&#x2F;hdehal.github.io&#x2F;coffee-maps" rel="nofollow">https:&#x2F;&#x2F;hdehal.github.io&#x2F;coffee-maps</a><p>I was able to quickly get the app created in React, and while Google Sheets has extensive API docs (<a href="https:&#x2F;&#x2F;developers.google.com&#x2F;sheets&#x2F;api" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;sheets&#x2F;api</a>), I found it far easier to use the simplified Node.js wrapper from <a href="https:&#x2F;&#x2F;github.com&#x2F;theoephraim&#x2F;node-google-spreadsheet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;theoephraim&#x2F;node-google-spreadsheet</a><p>On occasion, I&#x27;ll get a friendly &quot;request for access&quot; with someone adding a roaster to the list (and the map gets populated automatically), so it&#x27;s fairly hands-off.
评论 #23252866 未加载
bdcravens大约 5 年前
I use it as a great way to share data from ad-hoc queries, and often times can drive a quick workflow without having to build out a full set of screens in our line of business app.<p>On a personal level, despite many attempts to find a perfect app, my relatively simple set of budgeting spreadsheets is still the best solution I&#x27;ve ever come up with.<p>Not Google Sheets, but the president of our company has been able to build out a new line of business app using Excel in a few weeks, something that would have taken use several months or more using our traditional development approaches (it will eventually be moved there for robustness, but using spreadsheets as a prototyping tool and letting those who understand the business hammer out the logic, before handing off to developers, is a great approach. A working spreadsheet is definitely the best requirements doc in the world)
评论 #23263211 未加载
评论 #23252854 未加载
评论 #23254550 未加载
评论 #23264756 未加载
mikecarlton大约 5 年前
To see an interesting use -- check out <a href="https:&#x2F;&#x2F;www.tillerhq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tillerhq.com&#x2F;</a>. An entire business built on top of google sheets.<p>Unfortunately, i didn&#x27;t care for it (I didn&#x27;t like the way they handled splits or the import from amazon)
gshdg大约 5 年前
I’ve got three files open right now. One is calculating contract rates based on hourly, weekly, and monthly contracts and various discounts. One is a list of RFPs, contacts for them, and their status. One is costing out a few options for a home office setup.<p>So a combination of lists and light calculations.<p>In the past I’ve also used them as awkward makeshift databases and leaned heavily on conditional formatting to highlight data points that required action.
lukaszkups大约 5 年前
I&#x27;ve tracked my wedding-related costs with my at-the-time-fiancee-and-now-wife.<p>Then we&#x27;ve used couple times it to calculate some monthly living costs and savings.<p>And the last time I&#x27;ve used it was for keeping track of all recruitment processes I&#x27;ve took part of (because over a week I&#x27;ve applied to like hundreds companies and it was difficult then to differ which company was offering what etc.)
laurex大约 5 年前
&quot;Let&#x27;s build a product that is better than spreadsheets!&quot; - 50% of founders of recently-failed B2B startups<p>Sorry for the joculariry, but having worked for such a company, I have a bit of amusement of how prevalent that idea is, and also how amazingly Teflon free spreadsheets are in comparison to so many of the more beautiful and usable paid alternatives (freemium things like Airtable aside)...
评论 #23251077 未加载
eel大约 5 年前
In my personal life, I use Google Sheets to help me shop for larger purchases. For example, choosing tires for my car. I made a spreadsheet of all the available tires that fit my car, with columns for specs, prices of different retailers, user review numbers, and government ratings. Then I filter what&#x27;s important to me and calculate my own rating based on the remaining columns.
_448大约 5 年前
I recently used Google Sheets to create a simple list[0] of people who want to co-hack on projects.<p>[0] <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1YKQ9g6h4BuWI32xcMbSMUSP5ndaOCtEewa14WISqNaY&#x2F;edit?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1YKQ9g6h4BuWI32xcMbSM...</a>
评论 #23254912 未加载
obviyus大约 5 年前
I use one sheet every day to track my time. It’s simple enough with 24 x 365 cells for each year’s sheet. It takes me around 30s a day to fill it out. It’s mostly guesstimating what I was doing during the day. It’s a fun way to look back on my week.<p>I honestly think this is one of the most impactful things I’ve done to reduce wasting my time.
评论 #23252700 未加载
meelad大约 5 年前
Connecting APIs with Google Sheets for business intel and data analysis purposes using our tool <a href="https:&#x2F;&#x2F;apipheny.io" rel="nofollow">https:&#x2F;&#x2F;apipheny.io</a>
shakkhar大约 5 年前
I track my workout progress in a sheet that is backing a google form. After every session, I enter the details from my phone. My priorities were: 1. not having to install yet another app; 2. not locking my data into a silo.
abinaya_rl大约 5 年前
I&#x27;ve been using Google sheets to curate the remote jobs from many job sources. It&#x27;s a really an easy database for me since I have limited database skills.<p>Also, Airtable for some cases and when it&#x27;s relevant.
rasulkireev大约 5 年前
I use Sheets for personal data tracking, for content planning, for making quick financial projections, etc, etc, etc.<p>Would be easily top used tool for me if it wasn&#x27;t blocked on the company level where I work.
评论 #23253542 未加载
dhruvkar大约 5 年前
Tracking shipping containers as they progress from supplier -&gt; port -&gt; ship(s)&#x2F;port(s) -&gt; port of discharge -&gt; rail -&gt; depot -&gt; our warehouse and then returned to the depot.
评论 #23251094 未加载
Chetane大约 5 年前
My most recent spreadsheets are: Budget, Shared expenses, Catan Quarantine League, Metrics Dashboard, Talent List.<p>So a mix of personal finance, dashboards, and lists.
wdroz大约 5 年前
I used them to grade students, multiple teachers can edit the document at the same time and the grades are computed dynamically.
thidr0大约 5 年前
I track my budget in Sheets. I have some AWS Lambda functions that IFTT calls to update the sheets with new data
评论 #23253665 未加载
rebelrexx858大约 5 年前
Budget and date night ideas are our two main used sheets
musicale大约 5 年前
They fit perfectly on my Google Bed.
评论 #23255303 未加载