Debao Zhang
|
964c3980a3
|
Change API to support AbstractSheet
|
11 years ago |
Debao Zhang
|
e2752e4da8
|
Don't do too smart thing for Worksheet::write()
Implictly convert QString to other types is danger. Such as
QVariant("12345").toTime() will generate a valid QTime Object.
|
11 years ago |
Debao Zhang
|
5866e1342c
|
Make sure that at least one worksheet exist in the workbook
|
11 years ago |
Debao Zhang
|
c6898ff732
|
Add basic worksheet copy support
|
11 years ago |
Debao Zhang
|
f83fb45740
|
Improve the QDate support
|
11 years ago |
Debao Zhang
|
e232e7eae9
|
Add QTime read write support
|
11 years ago |
Debao Zhang
|
8c2bac03b3
|
There is no need to use UTC datetime
|
11 years ago |
Debao Zhang
|
e1d93af4b7
|
Format: Use QMap instead of QHash
As the items of QHash are arbitrarily ordered, so the same formats may generate
different formatKey
|
11 years ago |
Debao Zhang
|
9c443c996d
|
Code refactor: Only create FormatPrivate when needed.
|
11 years ago |
Debao Zhang
|
176160d2a8
|
API change: Using Format instead of Format *
|
11 years ago |
Debao Zhang
|
84ca047e7f
|
Fix Styles::readNumFmts() bug
|
11 years ago |
Debao Zhang
|
8faebaaa91
|
Add QDateTime support for QXlsx::Cell
|
11 years ago |
Debao Zhang
|
1b5d22e3ee
|
Add unit test for QXlsx::Document
|
11 years ago |