17 Commits (f6bd08f6ed8e3c569c5d6ca6a4414f53b8d26618)

Author SHA1 Message Date
Debao Zhang f6bd08f6ed Add unit test for Worksheet class 12 years ago
Debao Zhang b56d86aab4 Can read .xlsx files with font styles now 12 years ago
Debao Zhang d04a02e55c We can read and modify existing simple .xlsx file now 12 years ago
Debao Zhang 895a30524d Add default datetime format for workbook 12 years ago
Debao Zhang ede8c52f03 Introduce macros for namespace to make qdoc happy 12 years ago
Debao Zhang b51e3cb54b Fix issue 3: QXlsx::Worksheet::setColumn should use 0-based index 12 years ago
Debao Zhang 7748184ba1 wip: Add read function for workbook 12 years ago
Debao Zhang 113f1c760b Refactor QXlsx::Styles and QXlsx::Format 12 years ago
Debao Zhang d2fe2769de Add convenient function saveToXmlData() for worksheet 12 years ago
Debao Zhang 5f444294bd Add mergeCells() function 12 years ago
Debao Zhang 827003f8ee Don't write drawing info when no images exist 12 years ago
Debao Zhang b9dc02b79e Fix Issue1: Add insert_image() function 12 years ago
Debao Zhang 7f7fa7e9fa Add basic url type support for Worksheet::write() 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 12 years ago
Debao Zhang a563809f77 Refactor: D-Pointer used for public classes 12 years ago
Debao Zhang 1e4f34942b Add basic QDateTime support 12 years ago
Debao Zhang cb4026ac3a Don't write cols tag when it donesn't exist 12 years ago
Debao Zhang f1632ee596 Add cell alignment control 12 years ago
Debao Zhang a6bfe24986 Add setRow and setColumn 12 years ago
Debao Zhang abb991c212 Add font format support for cell data 12 years ago
Debao Zhang 0ad70e84c9 Remove the "optimization" flag 12 years ago
Debao Zhang a042f5bc60 Fix the cell content written for bool type 12 years ago
Debao Zhang 4ec93ecb41 Long live QtXlsxWriter! 12 years ago