[Dropped] Format cells in *.ods using ezodf (Python)
Posted: Wed Jun 18, 2025 5:55 am
I am hoping someone can help me out.
I have created a Python program to do simple but repetitive calculations using "while loops." Using the "ezodf" module I am able to pull the raw data in from a *.ods and write the results in to the *.ods. Works great!
My question is for anyone out there, when writing the results, can I do some some basic formatting in the *.ods cells?
In particular, I wish to:
a) Right align some text cells
b) Set decimal places for some numeric cells
c) Bold some cells
d) Merge and center and bold certain cells
Any help would be appreciated. Thanks in advance!
I have created a Python program to do simple but repetitive calculations using "while loops." Using the "ezodf" module I am able to pull the raw data in from a *.ods and write the results in to the *.ods. Works great!
My question is for anyone out there, when writing the results, can I do some some basic formatting in the *.ods cells?
In particular, I wish to:
a) Right align some text cells
b) Set decimal places for some numeric cells
c) Bold some cells
d) Merge and center and bold certain cells
Any help would be appreciated. Thanks in advance!