-
-
Notifications
You must be signed in to change notification settings - Fork 897
Comma delimeter formatting gives invalid *.ods spreadsheet number #5940
Copy link
Copy link
Closed
Labels
Description
Formatting formula number({{value}}, ",") to set a custom decimal delimiter in Bonsai's Spreadsheet Export (*.ods) gives a number unusable in Libre Office Calc (the number is not treated as a number, for example you cannot use it for SUM operation...).
The exported *.ods file:
test_01.ods
Additional info:
- there is no issue when I use
number(12345, ",")instead of thenumber({{value}}, ",") - if you change a locale in Libre Office to Czech or German, the very same *.ods file shows an extra single quote character:

How to change the locale in Libre Office:

Tested on:
- bonsai_py311-0.8.1-alpha250103-linux-x64
- stable version bonsai 0.8 was also affected
- Blender 4.3.2
- Kubuntu 24.04
- Libre Office 24.2.7.2
Reactions are currently unavailable
