Debao Zhang
|
34c645ed76
|
Introduce CreateFlag for all the ooxmlfile
|
12 years ago |
Debao Zhang
|
ff7dc79d94
|
Introduce new class OOXmlFile
|
12 years ago |
Debao Zhang
|
d1818c7fd1
|
Code refactoring: Clean up code of QXlsx::Package
We should merge the class Package with the class Document
|
12 years ago |
Debao Zhang
|
5476d0be80
|
Update copyright year in license header
|
12 years ago |
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.
|
12 years ago |
Debao Zhang
|
88aaad9e02
|
Add new private class XlsxColor
|
12 years ago |
Debao Zhang
|
d45368e931
|
Remove the private class XmlStreamWriter and XmlStreamReader
|
12 years ago |
Debao Zhang
|
77d727748d
|
Make RichString public
|
12 years ago |
Debao Zhang
|
390440d0fa
|
RichString: Using Format instead of Format *
|
12 years ago |
Debao Zhang
|
88ffbe3def
|
Code refactor: Remove private class XlsxFormatFontData
|
12 years ago |
Debao Zhang
|
4bcce58f00
|
Code refactor: Make use of QSharedDataPointer for Format
|
12 years ago |
Debao Zhang
|
b2c7e554b3
|
Code refactor: Add prefix "XlsxFormat" to some internal class
|
12 years ago |
Debao Zhang
|
04934a8543
|
Don't lost rich text information
|
12 years ago |
Debao Zhang
|
00350d4251
|
Fix Issue 7: Cell string misplacement when rich text exist
A private class RichString has been added. More work is needed
|
12 years ago |
Debao Zhang
|
d0cb3e6301
|
Change static member of SharedStrings to normal member
|
12 years ago |
luckyhacky
|
5359ac4c11
|
Fix compile error under Qt 5.0
QStringRef::toInt() and QStringRef::toDouble() are introduced in Qt 5.1
|
12 years ago |
Debao Zhang
|
81d17478f6
|
Fix SharedString loading bug
|
12 years ago |
Debao Zhang
|
11ad7d5374
|
Refactor : Worksheet load xml logic
|
12 years ago |
Debao Zhang
|
d04a02e55c
|
We can read and modify existing simple .xlsx file now
|
12 years ago |
Debao Zhang
|
426ce14311
|
Add read xml function for SharedStrings
|
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
|
4ec93ecb41
|
Long live QtXlsxWriter!
|
12 years ago |