QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

QtXlsx how to read Formulas?

Open lswzzzzz opened this issue 9 years ago • 1 comments

hi, I'm want to read "monster.xlsx" file and convert to a json file, but I can't find any method to read the Formula's cell. can you give me a Answer?

lswzzzzz avatar Oct 16 '15 09:10 lswzzzzz

http://qtxlsx.debao.me/cell.html#formula

Cell::formula().formulaText() is probably what you are after

VSRonin avatar Oct 23 '15 07:10 VSRonin