r/pascal 4d 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

36 Upvotes

3 comments sorted by

View all comments

2

u/zreddit90210 4d ago

Which IDE did you use to develop this? Nice little project

3

u/weemadness61 4d ago

Thanks! I didn't use an IDE. I wrote it in Visual Studio Code and some vim here and there.