Our latest and not so latest thinking about programmable spreadsheets and their applications. Also a place where we announce new features.
Get started with OpenAI's Python API without the complicated setup.
Neptyne's Sheet Bot is like a grammar checker for spreadsheets. Let the AI have a look at your spreadsheet and it will tell you how it works and suggests improvements. Might even find that one formula that is off
YC combinator is the leading tech incubator (and a backer of Neptyne). What can we learn from there investments? To answer that question we'd first need a spreadsheet with the companies they've backed. Neptyne is pretty good at scraping data and putting it in a sheet and that is what's happening in this blog psot.
Describes our journey in building a Google Sheets add-on that allows you to run Python. Google Sheets has a powerful developer platform that allows for a lot of interesting ways to build functionality, but it comes with quite some surprises. This posts lists some of the things we ran into and our solutions for them
Learn how to create plots and visualization with Neptyne's Google Sheets extension.
You can now in our Google Sheets add-on, read and write directly to and from the sheet, outside of a function. This allows for you to manipulate data from our REPL just like you would in a Jupyter notebook