.. highlightlang:: us .. index:: excel_get_style_map .. _excel_get_style_map: excel_get_style_map =================== .. us.tag excel_get_style_map NOTREADYENGLISH excel excel-write New590 :ref:`excel_get_style_map` returns a map with style names. .. function:: hMap = excel_get_style_map(ssTemplate) .. us.return **Return Value** *hMap* is a map. .. us.params **Parameters** .. uparam:: ssTemplate *ssTemplate* is a Excel 2007 file (.xlsx). The first sheet contains the formatted cells. .. image:: S:/uniplot-obj/images/excel_create-style.* .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.9.0 - New .. seealso:: :ref:`overview-excel-files`, :ref:`excel_create`, :ref:`excel_get_style_index`, :ref:`excel_sheet_create`, :ref:`excel_sheet_put_rows`, :ref:`MapDestroy` :sub:`id-981368`