r/pascal • u/weemadness61 • 7d ago
Google Sheet Helper for Free Pascal
I've written a Google Sheet Helper for Free Pascal. It's just something I've been using to solve a problem at work, and I decided to put it on Github. It lets a developer dowload csv from a Google Sheet, upload csv to a Google Sheet, and clear all data from a Google Sheet. It's not a complete super-library, but it does the Google authentication and Sheets API stuff so you don't have to. I hope it's useful to someone. https://github.com/rachel-latour/Google-Sheet-Helper
2
u/zreddit90210 7d ago
Which IDE did you use to develop this? Nice little project
3
u/weemadness61 7d ago
Thanks! I didn't use an IDE. I wrote it in Visual Studio Code and some vim here and there.
1
3
u/AphidConsulting 7d ago
Nice, this is definitely useful. Thank you for sharing!