We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2952fbd commit 51a4963Copy full SHA for 51a4963
pandas/io/formats/excel.py
@@ -277,7 +277,9 @@ def build_font(self, props):
277
278
NAMED_COLORS = {
279
'maroon': '800000',
280
+ 'brown': 'A52A2A',
281
'red': 'FF0000',
282
+ 'pink': 'FFC0CB',
283
'orange': 'FFA500',
284
'yellow': 'FFFF00',
285
'olive': '808000',
@@ -291,6 +293,7 @@ def build_font(self, props):
291
293
'navy': '000080',
292
294
'black': '000000',
295
'gray': '808080',
296
+ 'grey': '808080',
297
'silver': 'C0C0C0',
298
'white': 'FFFFFF',
299
}
0 commit comments