ExcelNumberFormat icon indicating copy to clipboard operation
ExcelNumberFormat copied to clipboard

Parse and render Excel number format strings

Results 13 ExcelNumberFormat issues
Sort by recently updated
recently updated
newest added

I fail to grasp how `NumberFormat.Format(DateTime, CultureInfo)` respects the provided CultureInfo object in any way or fashion. It seems to always manage to convert the date in any provided `CultureInfo`,...

Fix bug described in issue #41 where the formatted date was incorrect when the format started with "[$-F800]". Even if not really documented (or very hard to find), locale id...

In a workbook created with Excel 365 on a French system, i have this format: "[$-F800]dddd\,\ mmmm\ dd\,\ yyyy". ```xml ``` In Excel, this is displayed like this: **"jeudi 25...