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.
|
11 years ago |
Debao Zhang
|
dbafc54418
|
Remove qDebug statement
|
11 years ago |
Debao Zhang
|
1b57b6f042
|
Use namespaceUri instead of qualifiedName
|
11 years ago |
Debao Zhang
|
d45368e931
|
Remove the private class XmlStreamWriter and XmlStreamReader
|
11 years ago |
Debao Zhang
|
aebc0a12b7
|
Able to read the document properties back now!
|
12 years ago |
Debao Zhang
|
b4fe4037e5
|
Split class DocProps to DocPropsCore and DocPropsApp
So that, one class can deal with only one xml file
|
12 years ago |
Debao Zhang
|
9739020b1f
|
Add document property support
Use QObject::setProperty() to do so
|
12 years ago |
Debao Zhang
|
bca00392dc
|
Make all of the filenames start with xlsx
|
12 years ago |
Debao Zhang
|
d87b50a4b7
|
Wrap all char * string with QStringLiteral or QLatin1String
|
12 years ago |
Debao Zhang
|
929db3d481
|
Refactor: Follow Qt5 module's file directories style
Xlsx Shared library can be used now
|
12 years ago |
Debao Zhang
|
8f7a45859b
|
Fix wrong used XML namespace
|
12 years ago |
Debao Zhang
|
4ec93ecb41
|
Long live QtXlsxWriter!
|
12 years ago |