QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

CellReference::fromString undefined

Open T-Curiosity opened this issue 1 year ago • 0 comments

the function

static CellReference fromString(const QString &cell);

is declaration in CellReference,but it undefined in cpp is that removed? now i use constructor function to parse QString should it removed in code?

T-Curiosity avatar Mar 11 '24 08:03 T-Curiosity