249 Commits (e72853a33c6c7fa80d96fe17e69ba1650a4e5ece)
 

Author SHA1 Message Date
Debao Zhang e72853a33c Introduce new class AbstractSheet 11 years ago
Debao Zhang 115d69aac5 Fix issue #24: remove invalid characters in worksheet names 11 years ago
Debao Zhang 2876c6f167 Fix issue #25: eliminate [-Wmaybe-uninitialized] warnings reported by GCC 11 years ago
Debao Zhang c8bc61ffe6 Update documention 11 years ago
Debao Zhang a0624bb36a Merge branch 'master' into dev 11 years ago
Debao Zhang 536f3926b2 Update documentation 11 years ago
Debao Zhang 28f3262e86 Code refactoring: Add more basic chart support 11 years ago
Debao Zhang 2f887f3fa8 Add basic support for Bar3D and Pie3D 11 years ago
Debao Zhang 361802d795 Fix [-Wreorder] warning under clang 11 years ago
Debao Zhang af0d7a1358 Code refactoring of Chart part 11 years ago
Debao Zhang 727b8b609f Try add very basic barChart support. 11 years ago
Debao Zhang 327fa0b9b3 Add very basic chart support 11 years ago
Debao Zhang c2fc9e4aa1 Code refactoring: Clean up 11 years ago
Debao Zhang 988e8ffc0e Add basic graphicFrame support 11 years ago
Debao Zhang ff7dc79d94 Introduce new class OOXmlFile 11 years ago
Debao Zhang d582621cac Deprecate the old insertImage member of QXlsx::Document 11 years ago
Debao Zhang 4ca130f5b8 Update version to 0.3.0 11 years ago
Debao Zhang 24c26133b4 Code refactoring: Improve picture support 11 years ago
Debao Zhang e2752e4da8 Don't do too smart thing for Worksheet::write() 11 years ago
Debao Zhang 86046c48dc Code refactoring: Remove magic things for ContentTypes 11 years ago
Debao Zhang 945870596f Add load function for ContentTypes 11 years ago
Debao Zhang 73720f81a6 XlsxWidget example: Remove un-needed xlsx-private 11 years ago
Debao Zhang 413e5947c4 Code refactoring: rename one internal variable only 11 years ago
Debao Zhang 461f05281e Improve html rich text support 11 years ago
Debao Zhang 73a270d8c6 Add merge format API 11 years ago
Debao Zhang 2455ebb138 Add basic html rich text support 11 years ago
Debao Zhang 01c4c2e4f4 Export mergedCells API 11 years ago
Debao Zhang 4f3e8f92c1 SheetModel: Add more data role support 11 years ago
Debao Zhang dcd684e0b5 Format: Add QFont support 11 years ago
Debao Zhang 8b48dc5f56 Add a new example to show how to view and edit xlsx file with GUI 11 years ago
Debao Zhang a7e2ee7430 Add new worksheet() API for Document class 11 years ago
Debao Zhang ea339b2c73 Code refactoring: relationships of workbook 11 years ago
Debao Zhang a49180906a Don't lost hyperlinks when edit an exist xlsx file 11 years ago
Debao Zhang 5ee9ab1995 Fix a silly bug 11 years ago
Debao Zhang d3cfd3a6c6 Code refactoring: rename private members of Worksheet 11 years ago
Debao Zhang fd7e8d84f7 Add const to the saveAs* members, step 2 11 years ago
Debao Zhang f92e34f374 Code refactoring: Remove private class QXlsx::Package 11 years ago
Debao Zhang d1818c7fd1 Code refactoring: Clean up code of QXlsx::Package 11 years ago
Debao Zhang bf951872c7 Relations: Fix unit test 11 years ago
Debao Zhang 1ca891cf8a Add const to the saveAs* members, step 1 11 years ago
Debao Zhang 643dbfd63a Don't generate .rel file for worksheet if its RelationShips is empty 11 years ago
Debao Zhang 609a94a56b Fix variable uninitialized warning under macos/clang 11 years ago
Debao Zhang 9fefc2c5b2 Fix compile error under maxos 11 years ago
Debao Zhang 336a9ff1a9 Coding refactoring: Make worksheet relations part of the worksheet 11 years ago
Debao Zhang 45a86accee Relationships code refactoring: Don't use static member 11 years ago
Debao Zhang 6d6dfd4edc Code refactoring: add saveToXmlData() to Theme 11 years ago
Debao Zhang 11d78e8221 Issue 17: Don't used int limit any more 11 years ago
Debao Zhang 5476d0be80 Update copyright year in license header 11 years ago
Debao Zhang 4097a89c86 Update version to 0.2.2 11 years ago
Debao Zhang f14b38ffe4 Issue 17: Using std::numeric_limits instead of macros INTn_MAX/MIN 11 years ago