5 ms·
Thanks! Yeah, I kind of want to integrate with gSheets so you can have a place where you can dump the data and then operate on it. Also need to find a nice and
by deepmacro 2y ago
Thanks!
Yeah, I kind of want to integrate with gSheets so you can have a place where
you can dump the data and then operate on it.
Also need to find a nice and easy way to deal with local tables, I'll look into the extension you suggested.
- majkinetor 2y agoThe extension allows you to add calculation even between tables by naming them in the comment: <!-- table1 --> | Date | Amount | | ---------- | ------ | | 2024-10-01 | 1 | | 2023-09-01 | 2 | | | Amount | | ----- | ---------------------------- | | Last | [1](#table1!B1) | | Total | [3](#SUM(table1!B:table1!B)) | > gSheets I am personally not interested in anything beyond my computer.