trying to put an xlsx into a dataframe for Julia
using DataFrames
using XLSX
df = DataFrame(XLSX.readdata("C:/Users/Brett/Documents/FemaleLabourData.xlsx",Sheet1")...)
I get an error that my sheet is not recognized, although this is a part of my workbook.