Debao Zhang
3b29af2d2a
Code refactor: numFmt part of QXlsx::Format
12 years ago
Debao Zhang
4bcce58f00
Code refactor: Make use of QSharedDataPointer for Format
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
af4de1afdb
Remove unused colorIndexed member.
As all the indexed colors will be converted to rgb in the library when
reads an existing .xlsx file.
When write a .xlsx file, we never write indexed color.
12 years ago
Debao Zhang
d3ac530113
Fix bug: add missed patternType
12 years ago
Debao Zhang
8faebaaa91
Add QDateTime support for QXlsx::Cell
12 years ago
Debao Zhang
b4d9c5f2dd
Add custom number format support
12 years ago
Debao Zhang
ede8c52f03
Introduce macros for namespace to make qdoc happy
qdoc doesn't work for class located in normal namespace
12 years ago
Debao Zhang
113f1c760b
Refactor QXlsx::Styles and QXlsx::Format
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
a563809f77
Refactor: D-Pointer used for public classes
12 years ago
Debao Zhang
3d47093e38
Add Fill & Border Style control for cell
12 years ago
Debao Zhang
f1632ee596
Add cell alignment control
12 years ago
Debao Zhang
abb991c212
Add font format support for cell data
12 years ago
Debao Zhang
4ec93ecb41
Long live QtXlsxWriter!
12 years ago