QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

Backport to Qt4.8

Open olegyurchenko opened this issue 9 years ago • 1 comments

For my old Qt4 project I make QtXlsxWriter simple and dirty Qt4 backport:

  • Insert QStringLiteral macro
  • Replace qt private classes QZipReader & QZipWriter to their copies QZlibReader & QZlibWriter
  • Few not significant changes

olegyurchenko avatar Jan 12 '16 07:01 olegyurchenko

As the author is not active any more, please submit your pull request to https://github.com/VSRonin/QtXlsxWriter I'll take care of maintaining code until the author is back

VSRonin avatar Apr 19 '16 09:04 VSRonin