ods2sql creates [SQLite] database out of your ODS spreadsheet.
Details:
TEXT
SQLite
type.true/false
) are converted to TEXT
type and saved
as true
/ false
text.NULL
SQLite value.It works for me, and if it eats your data that's your problem. Read the [LICENSE].
Patches for bugs are welcome.
To create spreadsheet.sqlite
out of spreadsheet.ods
:
bash
ods2sql spreadsheet.ods
The easiest way is to use [Cargo
]:
bash
cargo install ods2sql
Don't forget to add place where Cargo installs binaries to your PATH
for
convenience, e.g.:
bash
echo 'export PATH="$PATH:$HOME/.cargo/bin"' >> ~/.bashrc
source ~/.bashrc
In case of newer version, updating is almost like installing:
bash
cargo install --force ods2sql
Licensed under GPLv3+. For details, see [LICENSE].