From 094a28cf65564cc8db3c18cecf9de6af23c149e1 Mon Sep 17 00:00:00 2001 From: iko Date: Wed, 30 Nov 2022 11:58:10 +0100 Subject: [PATCH] Fixed Format Code 47 from "mmss.0" to "mm:ss.0" in NumberFormatId-Lookup-Table.md (reported same typo by feedback form of https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.numberingformat?redirectedfrom=MSDN&view=openxml-2.8.1) (verified with Excel 2019: using the formats "mm:ss.0" "mmss.0" and introspecting the resulting .xlsx file yields: ) --- NumberFormatId-Lookup-Table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NumberFormatId-Lookup-Table.md b/NumberFormatId-Lookup-Table.md index e10ce7c..33397e7 100644 --- a/NumberFormatId-Lookup-Table.md +++ b/NumberFormatId-Lookup-Table.md @@ -227,7 +227,7 @@ range.Style.NumberFormat.NumberFormatId = #; 47 -mmss.0 +mm:ss.0