QtXlsxWriter
QtXlsxWriter copied to clipboard
Ability to insert or remove cells/rows/columns
I need to add several cells to the left of a certain present data. What is the equivalent of "ExcelRangePtr::Insert" method? For now I assume the only possibility would be to hack around with copying data around the desired area.
Definitely a duplicate for #141, just wanted to do it in a more appropriate manner.