Qxlnt icon indicating copy to clipboard operation
Qxlnt copied to clipboard

cell is date type , but read out is wrong

Open liufeijin opened this issue 2 years ago • 0 comments

The excel file cell is

image

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.

liufeijin avatar Jul 19 '22 09:07 liufeijin