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
|
9b0eb98048
|
Don't lost theme colors when edit exist .xlxs files
|
12 years ago |
Debao Zhang
|
d3ac530113
|
Fix bug: add missed patternType
|
12 years ago |
Debao Zhang
|
2e2a4ff9bc
|
Add read support for indexedColors
Some old .xlsx files use indexed colors
|
12 years ago |
Debao Zhang
|
6279b7e49b
|
Fix the reading of style.xml
Save all the formats <xf>s in order even they are duplicated.
|
12 years ago |
Debao Zhang
|
8feb738e9f
|
Fix numFmt: don't assume that all custom numFmtId starts from 164
|
12 years ago |
Debao Zhang
|
68b44ce2ad
|
Fix warning: unused variable
|
12 years ago |
Debao Zhang
|
a1861db66e
|
Fix Clang warning: trigraph ignored [-Wtrigraphs]
??/ is a c++ trigraphs, so escape one ?
|
12 years ago |
Debao Zhang
|
e0bf457a85
|
Fix bug: Spell error "=" should be "=="
|
12 years ago |
Debao Zhang
|
84ca047e7f
|
Fix Styles::readNumFmts() bug
|
12 years ago |
Debao Zhang
|
11ad7d5374
|
Refactor : Worksheet load xml logic
|
12 years ago |
Debao Zhang
|
a5982189c4
|
Fix a silly bug
|
12 years ago |
Debao Zhang
|
2486cf6747
|
Can read .xlsx files with alignment styles now
|
12 years ago |
Debao Zhang
|
31270604c6
|
Can read .xlsx files with border styles now
|
12 years ago |
Debao Zhang
|
9abb26127c
|
Can read .xlsx files with fill styles now
|
12 years ago |
Debao Zhang
|
b56d86aab4
|
Can read .xlsx files with font styles now
|
12 years ago |
Debao Zhang
|
74839a73b9
|
Move key generate logic from Format to FontData/FillData/...
|
12 years ago |
Debao Zhang
|
e19657945e
|
Add missed count attribute for numFmts
|
12 years ago |
Debao Zhang
|
b4d9c5f2dd
|
Add custom number format support
|
12 years ago |
Debao Zhang
|
9845d8f2ee
|
Fix issue 4: Fix background color of solid pattern
For a solid fill, Excel reverses the role of foreground and
background colours
|
12 years ago |
Debao Zhang
|
113f1c760b
|
Refactor QXlsx::Styles and QXlsx::Format
|
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
|
a563809f77
|
Refactor: D-Pointer used for public classes
|
12 years ago |
Debao Zhang
|
9d871f1753
|
Fix Fill tags
|
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 |