Commit Graph

214 Commits

Author SHA1 Message Date
Debao Zhang d9b7feb912 Add date1904 option for workbook
Excel for Windows uses a default epoch of 1900 and Excel
for Mac uses an epoch of 1904. However, Excel on either
platform will convert automatically between one system
and the other. QtXlsxWriter stores dates in the 1900 format
by default.
2013-08-29 15:20:01 +08:00
Debao Zhang 9d871f1753 Fix Fill tags 2013-08-28 17:51:44 +08:00
Debao Zhang cb4026ac3a Don't write cols tag when it donesn't exist 2013-08-28 17:50:55 +08:00
Debao Zhang 3d47093e38 Add Fill & Border Style control for cell 2013-08-28 17:21:56 +08:00
Debao Zhang f1632ee596 Add cell alignment control 2013-08-27 17:14:16 +08:00
Debao Zhang a6bfe24986 Add setRow and setColumn 2013-08-27 14:49:15 +08:00
Debao Zhang abb991c212 Add font format support for cell data 2013-08-27 10:23:11 +08:00
Debao Zhang 0ad70e84c9 Remove the "optimization" flag
This flag is used by the perl module Excel::Writer::XLSX
2013-08-26 14:35:09 +08:00
Debao Zhang 995b227a48 Improve the example 2013-08-26 13:54:50 +08:00
Debao Zhang 7f00f94b25 Don't use non-ascii charachters in source code 2013-08-26 10:41:15 +08:00
Debao Zhang a042f5bc60 Fix the cell content written for bool type 2013-08-26 10:16:33 +08:00
Debao Zhang 98611399fd Use save() function to save the package instead of close 2013-08-26 10:07:31 +08:00
Debao Zhang 8f7a45859b Fix wrong used XML namespace 2013-08-26 09:33:49 +08:00
Debao Zhang 4ec93ecb41 Long live QtXlsxWriter! 2013-08-23 23:12:46 +08:00