Use rust_xlsxwriter `write_with_format()` in isolation

36 Views Asked by At

I have an array of numbers, like "40,000.123", and I want to format it with a formatting string, like "YYYY-MM-DD hh:mm AM/PM".

How do I do that in rust_xlsxwriter? I don't need a full workbook instance.

0

There are 0 best solutions below