I was trying to add a dataframe of 7 float64 numbers to an XLSX using
XLSX.writetable!(sheet, columns, labels, anchor_cell=XLSX.CellRef("B2"))
Do I have the formating right? I think I might need to change the numbers to type, any.
I was trying to add a dataframe of 7 float64 numbers to an XLSX using
XLSX.writetable!(sheet, columns, labels, anchor_cell=XLSX.CellRef("B2"))
Do I have the formating right? I think I might need to change the numbers to type, any.