Qxlnt
Qxlnt copied to clipboard
cell is date type , but read out is wrong
The excel file cell is
use qt to read out it by QString::fromStdString(ws.cell("B13").to_string())
but got string "44733", how can i to get correct date from excel cell.