Debao Zhang
9739020b1f
Add document property support
Use QObject::setProperty() to do so
12 years ago
Debao Zhang
b80286d7b7
Return false when save() failed
12 years ago
Debao Zhang
7816c724dc
Worksheet index property should be stored in Workbook
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
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.
12 years ago
Debao Zhang
0ad70e84c9
Remove the "optimization" flag
This flag is used by the perl module Excel::Writer::XLSX
12 years ago
Debao Zhang
7f00f94b25
Don't use non-ascii charachters in source code
12 years ago
Debao Zhang
98611399fd
Use save() function to save the package instead of close
12 years ago
Debao Zhang
4ec93ecb41
Long live QtXlsxWriter!
12 years ago