jnthn / spreadsheet-xlsx

Work with Excel (XLSX) spreadsheets in Raku.
15 stars 10 forks source link

Handle RatStr #7

Closed zaucker closed 3 years ago

zaucker commented 3 years ago

$sheet.set() gets confused when the value argument is a RatStr:

Ambiguous call to 'set(Spreadsheet::XLSX::Worksheet: Int, Int, RatStr, :number-format(Str))'; these signatures all match:
  (Spreadsheet::XLSX::Worksheet: Int $row, Int $col, Str $value, *%styles)
  (Spreadsheet::XLSX::Worksheet: Int $row, Int $col, Real $value, *%styles)