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 |