-
-
-
-
-
-
-
-
-
-
-
VBA_GAS_UDFs Public
General utility functions for Excel and Google Sheets
-
SheetsToHtml Public
Create HTML tables from Sheets with formatting preserved
HTML UpdatedJun 30, 2022 -
sql_problems Public
PostgreSQL version of DB for book "SQL Practice Problems" by Sylvia Moestl Vasilik
UpdatedJun 29, 2022 -
-
databases Public
Notes and code snippets on databases, SQL and general database programming
-
PostgreSQL_Applications Public
Shiny Apps with PostgreSQL back-end.
-
EARL_London_2018_r_plpgsql Public
Shows how to define PL/pgSQL stored procedures and call them from R client code.
PLpgSQL UpdatedFeb 14, 2018 -
-
SqliteVba Public
VBA classes written for use in Excel to interact with SQLite
-
Contains all code examples given in the 2015 version of my Leanpub book "Google Spreadsheet Programming". Each chapter is given its own GAS file (.gs).
-
-
Spreadsheet2SQL Public
GAS code to convert values in a spreadsheet to SQL statements. Header row is used to for the "CREATE TABLE" statement, data rows are used to create "INSERT" statements. Cangenerate SQLite, MySQL an…
-
SpreadsheetToHtmlSelect Public
Contains GAS and HTML that shows how to use a spreadsheet named range to dynamically populate a Html Service dropdown list. See blog entry: