GoogleSheets.Utils

Generic utilities.

Summary

await_key(id, timeout \\ 5000)

Waits until an ETS entry has been written for the given id and returns the key specifying the latest version

ets_table()

Returns the ETS table name where data is stored

get(arg1)

Returns data for a stored Spreadsheet matching the given {id, key} tuple

hexstring(arg1)

Convert a 512 bit binary value into hex string (sha512 hash)

latest_key(id)

Return key for the latest entry stored for the Spreadsheet identified by id

Functions

await_key(id, timeout \\ 5000)

Waits until an ETS entry has been written for the given id and returns the key specifying the latest version.

ets_table()

Returns the ETS table name where data is stored.

get(arg1)

Returns data for a stored Spreadsheet matching the given {id, key} tuple.

hexstring(arg1)

Convert a 512 bit binary value into hex string (sha512 hash)

latest_key(id)

Return key for the latest entry stored for the Spreadsheet identified by id.