QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

Issue with save() and saveAs()

Open sarkar-anwar opened this issue 9 years ago • 2 comments

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

sarkar-anwar avatar Nov 24 '15 18:11 sarkar-anwar

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.

sarkar-anwar avatar Nov 24 '15 18:11 sarkar-anwar

Does this problem fixed in version 0.3?

chiffonqian avatar Sep 01 '16 09:09 chiffonqian