Changing format of a Cell (QXlsx lib)
Solved
General and Desktop
-
Hi
I have never used it, but have you tried with
http://qtxlsx.debao.me/document.html#setColumnFormat
and the format class
http://qtxlsx.debao.me/format.html -
Hi
Ok,
Yes, there seems not to be cell->setFormat( myformat);
I would snoop around in the code to get hints :) -
I don't understand why there is format method like setBorderStyle or setBorderColor but you can't get a cell's format.
-
Yep, i found the obvious thing ^^
The write(cell,value) method accepts a third parameter of type Format :) -
@Zoptune
Yes, i saw that, but I though you wanted to edit existing
and write sounded like making new.
Good found :)