Commit Graph

9 Commits

Author SHA1 Message Date
Debao Zhang d1818c7fd1 Code refactoring: Clean up code of QXlsx::Package
We should merge the class Package with the class Document
2014-01-06 11:32:20 +08:00
Debao Zhang 1ca891cf8a Add const to the saveAs* members, step 1 2014-01-06 10:11:00 +08:00
Debao Zhang 5476d0be80 Update copyright year in license header 2014-01-03 17:00:24 +08:00
Debao Zhang 11e8d7c48a Prevent while() from causing potential infinite loops
If xml files don't have proper close tags, don't generate an infinite
loop in our library.
2013-12-12 16:01:59 +08:00
Debao Zhang d45368e931 Remove the private class XmlStreamWriter and XmlStreamReader 2013-11-25 15:27:31 +08:00
Debao Zhang b9dc02b79e Fix Issue1: Add insert_image() function 2013-09-04 11:35:02 +08:00
Debao Zhang bca00392dc Make all of the filenames start with xlsx 2013-08-30 09:28:33 +08:00
Debao Zhang d87b50a4b7 Wrap all char * string with QStringLiteral or QLatin1String 2013-08-30 00:26:20 +08:00
Debao Zhang 929db3d481 Refactor: Follow Qt5 module's file directories style
Xlsx Shared library can be used now
2013-08-29 17:14:27 +08:00