Is there a way, within a template, to specify ODS to justify character data differently from numeric data? If left to default, character is left and numeric is right. However, since justify=on for most destinations, my decimals are not lined up. I would like to specify all numeric data to be just=d without affecting my character variables. Setting
parent = styles.printer;
replace Data from Cell "Default style for data cells in columns." /
just = d;
causes my character data to all be right justified.
Thanks.