[BUG?] In Spreadsheet number precision

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
petit_chat_noir
Posts: 87
Joined: Wed Oct 02, 2019 6:45 pm

Re: [BUG?] In Spreadsheet number precision

Post by petit_chat_noir »

Hello,
is there a way to add or removes decimals in cells when you're making python macro ?
I'm using mm for some beams and height and width should be 145x45 and not 145.0x45.0 , i also have m³ and I would like to have 0.25m³ precision
dino
Posts: 113
Joined: Mon Sep 22, 2014 11:28 pm

Re: [BUG?] In Spreadsheet number precision

Post by dino »

In SpreadSheet I think, at this time, is not possible set precision for single cell :(
In future will be added a method to change the representation? (string, int, float, etc.)
Post Reply