Normalizes a percentage value by parsing and reformatting.
Reference: ST_Percentage in OOXML specification
The percentage string to normalize
The normalized percentage
const percent = percentageValue("50.000%"); // Returns "50%" Copy
const percent = percentageValue("50.000%"); // Returns "50%"
Normalizes a percentage value by parsing and reformatting.
Reference: ST_Percentage in OOXML specification