roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.78k stars 501 forks source link

Fix negative numeric formatting #607

Open krishantaylor opened 5 months ago

krishantaylor commented 5 months ago

Summary

The numeric formatting of 0 should use the formatting of positive numbers, not negative. Fix the number_format method to check for negative numbers when using the negative formatter.