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.

NPR open-sources Copytext, a library for handling spreadsheets as Python objects

128 pointsby jsvineabout 11 years ago

6 comments

commandarabout 11 years ago
Blog post explaining what problem this is meant to solve in more detail:<p><a href="http://blog.apps.npr.org/2014/04/21/introducing-copytext-py.html" rel="nofollow">http:&#x2F;&#x2F;blog.apps.npr.org&#x2F;2014&#x2F;04&#x2F;21&#x2F;introducing-copytext-py....</a>
评论 #7629069 未加载
pixelmonkeyabout 11 years ago
gspread is a little-known Python module that uses the Google Spreadsheet API and offers a simple interface atop it. You don&#x27;t even need to download the .xlsx file -- you can keep in sync with the file in real-time.<p><a href="https://github.com/burnash/gspread" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;burnash&#x2F;gspread</a><p>I use it for some internal proj management tools at Parse.ly.
评论 #7629462 未加载
评论 #7630839 未加载
pieabout 11 years ago
Another useful tool for working with spreadsheets in Javascript is SheetJS: <a href="https://github.com/SheetJS/js-xlsx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SheetJS&#x2F;js-xlsx</a>
hiphopyoabout 11 years ago
There&#x27;s <a href="https://github.com/nesquena/sheet_mapper" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nesquena&#x2F;sheet_mapper</a> too for Ruby.
caycepabout 11 years ago
What are the advantages over something like pandas?<p>also interesting that NPR is run on flask...
评论 #7629353 未加载
stefantalpalaruabout 11 years ago
It would be nice to mention that this is a wrapper around openpyxl: <a href="http://pythonhosted.org/openpyxl/" rel="nofollow">http:&#x2F;&#x2F;pythonhosted.org&#x2F;openpyxl&#x2F;</a>
评论 #7629241 未加载