xlsxtream
xlsxtream copied to clipboard
Allow setting number format
Hi,
It would be nice if the number format could be set to something like #,##0 for the whole spreadsheet/book
Would the setting apply to all numbers or only to decimals?
I would think to all numbers. As a matter of fact, I would probably set it to #,##0.##### (that is, very similar to the general format, but with thousands separator).
Hi! If #53 is merged, then what you asked can be achieved by just (a) adding a class to hold number formats (I had put a todo at line 13) and (b) enabling global options to accept num_format key.