stachna

Results 2 comments of stachna

ad 1) example ` if (value->toDate() == QDate(1900,1,1)) m_sheetOrg->writeBlank(rowOffset, col, dateFormat); else m_sheetOrg->writeDateTime(rowOffset, col, value->toDateTime(), dateFormat);` ad 2) from source xlsxworksheet.cpp `bool write(int row, int column, const QVariant &value, const...

Sorry, I did not read it carefully. From XLSX always read as QVariant and format this in source change you file extension from xlsx to zip look in woorsheets/.. and...