I’d recommend using the standard Python pickle
module for writing/reading arbitrary data objects/structures to/from disk. Spreadsheets will typically only support primitive data types (integers, floats, strings, bools etc).
I’d recommend using the standard Python pickle
module for writing/reading arbitrary data objects/structures to/from disk. Spreadsheets will typically only support primitive data types (integers, floats, strings, bools etc).