QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

After writing the data into xlsx, existing styles got removed

Open nandha1212 opened this issue 8 years ago • 1 comments

Hi,

I am writing the data into excel using write(). The particular excel is already having the existing excel styles applied. But after write and save styles are removed.

nandha1212 avatar Nov 23 '16 11:11 nandha1212

This library will rewrite the whole style definition on save so if something unsupported was already in the file then it will indeed be lost on save

VSRonin avatar Dec 09 '16 18:12 VSRonin