I'm using alaSQL to parse data from excel. in excel, I have field named: "text" and output field is "word", here I have 3 row,
abc
test
11:30
third is time but I need to parse as string, now it parses directly and result is: 0.479166666666667
please, give me advice, how to parse as string?
this is my query:
select text word from xlsx('path/to/excel' ,{ headers:true })