QtXlsxWriter
QtXlsxWriter copied to clipboard
Issue with save() and saveAs()
Hi, I found a couple of issues with save() and saveAs(). If I open a existing file, write some data in some sheets and save it using save(), the data written at the last sheet is overwritten in the first sheet. And if I use saveAs() to save, the data in the first sheet is not overwritten but the format is changed to that of the last sheet.
I am using your source code directly with Qt 5.5.1
Actually I just figured out the format issue is a bug of my code. So it is a not an issue. Sorry about that. But the overwriting issue is still there.
Does this problem fixed in version 0.3?