Commit Graph

23 Commits

Author SHA1 Message Date
Debao Zhang 88aaad9e02 Add new private class XlsxColor 2013-11-28 23:48:20 +08:00
Debao Zhang 7513b6ce12 Add a warning message in all the private headers 2013-11-25 15:38:03 +08:00
Debao Zhang d45368e931 Remove the private class XmlStreamWriter and XmlStreamReader 2013-11-25 15:27:31 +08:00
Debao Zhang 2273a967a9 Add internal support for dxf format
test needed.
2013-11-24 00:50:44 +08:00
Debao Zhang 9c443c996d Code refactor: Only create FormatPrivate when needed. 2013-11-22 16:29:30 +08:00
Debao Zhang 176160d2a8 API change: Using Format instead of Format * 2013-11-22 10:46:17 +08:00
Debao Zhang fc326b064b Code refactor: Remove private class XlsxFormatFillData 2013-11-21 15:33:10 +08:00
Debao Zhang 4670445888 Code refactor: Remove private class XlsxFormatBorderData 2013-11-21 14:36:18 +08:00
Debao Zhang 88ffbe3def Code refactor: Remove private class XlsxFormatFontData 2013-11-21 13:02:23 +08:00
Debao Zhang 3b29af2d2a Code refactor: numFmt part of QXlsx::Format 2013-11-19 17:28:47 +08:00
Debao Zhang b2c7e554b3 Code refactor: Add prefix "XlsxFormat" to some internal class 2013-11-19 11:43:09 +08:00
Debao Zhang 9b0eb98048 Don't lost theme colors when edit exist .xlxs files 2013-11-04 11:53:04 +08:00
Debao Zhang 2e2a4ff9bc Add read support for indexedColors
Some old .xlsx files use indexed colors
2013-11-02 15:24:47 +08:00
Debao Zhang 6279b7e49b Fix the reading of style.xml
Save all the formats <xf>s in order even they are duplicated.
2013-11-02 14:36:54 +08:00
Debao Zhang 8feb738e9f Fix numFmt: don't assume that all custom numFmtId starts from 164 2013-11-01 15:47:55 +08:00
Debao Zhang e66fab353f Fix friend class statement 2013-10-22 23:30:10 +08:00
Debao Zhang 31270604c6 Can read .xlsx files with border styles now 2013-10-22 13:37:49 +08:00
Debao Zhang 9abb26127c Can read .xlsx files with fill styles now 2013-10-22 11:30:06 +08:00
Debao Zhang b56d86aab4 Can read .xlsx files with font styles now 2013-10-21 17:23:10 +08:00
Debao Zhang b4d9c5f2dd Add custom number format support 2013-10-15 17:27:20 +08:00
Debao Zhang c5bc41bacb Make that QXlsx::Document is the only subclass of QObject 2013-09-13 14:02:55 +08:00
Debao Zhang 113f1c760b Refactor QXlsx::Styles and QXlsx::Format 2013-09-13 12:52:11 +08:00
Debao Zhang 929db3d481 Refactor: Follow Qt5 module's file directories style
Xlsx Shared library can be used now
2013-08-29 17:14:27 +08:00