shenxingui

Results 1 issues of shenxingui

Hello, if cell have formula how to get cell value (not return formula) use Qxln! sample code: xlsn::path file = xlsn::path("text.xlsx"); xlsn::workbook wb(file); auto ws = wb.sheet_by_title("Total"); auto cell =...