ExcelColor.fromHexString constructor

ExcelColor.fromHexString(
  1. String colorHexValue
)

Warning! Highly unsafe method. Can break your excel file if you do not know what you are doing

Implementation

factory ExcelColor.fromHexString(String colorHexValue) =>
    ExcelColor._(colorHexValue);