82 Commits (5507e67fdd011c724d5dea74e6722deed0c0d51b)

Author SHA1 Message Date
Debao Zhang c1aca6994e Improve Document::read() support for shared formula 10 years ago
Debao Zhang 41e3dc1bf7 Document::read() works for shared formula now. 10 years ago
Debao Zhang 4669640c27 Code refactoring: Introduce new class CellFormula 10 years ago
Debao Zhang 16b3132da9 Issue #50, Add a dummy unittest for cmake to make Qt5.3.2 happy 10 years ago
Debao Zhang 59e709821d WorksheetTest: Fix bug 11 years ago
Debao Zhang 76e0bd4e54 Make use of the new CellReference class 11 years ago
Debao Zhang e037c24a69 Introduce new class CellReference 11 years ago
eho b19758e14f First version of improved setColumn and setRow API. 11 years ago
Debao Zhang a1e53218bb Don't create the default "Sheet1" worksheet 11 years ago
Debao Zhang 34c645ed76 Introduce CreateFlag for all the ooxmlfile 11 years ago
Debao Zhang 964c3980a3 Change API to support AbstractSheet 11 years ago
Debao Zhang 115d69aac5 Fix issue #24: remove invalid characters in worksheet names 11 years ago
Debao Zhang ff7dc79d94 Introduce new class OOXmlFile 11 years ago
Debao Zhang e2752e4da8 Don't do too smart thing for Worksheet::write() 11 years ago
Debao Zhang d3cfd3a6c6 Code refactoring: rename private members of Worksheet 11 years ago
Debao Zhang bf951872c7 Relations: Fix unit test 11 years ago
Debao Zhang 5476d0be80 Update copyright year in license header 11 years ago
Debao Zhang 5866e1342c Make sure that at least one worksheet exist in the workbook 11 years ago
Debao Zhang c6898ff732 Add basic worksheet copy support 11 years ago
Debao Zhang f83fb45740 Improve the QDate support 11 years ago
Debao Zhang e232e7eae9 Add QTime read write support 11 years ago
Debao Zhang 8c2bac03b3 There is no need to use UTC datetime 11 years ago
Debao Zhang 07ea0d92d9 Code refactoring: Make Cell::isDateTime() reliable 11 years ago
Debao Zhang 2ec533df7c Don't omit default attribute fontId/fillId/borderId 11 years ago
Debao Zhang ca33d5e1b4 Improve QColor <==> #AARRGGBB conversion 11 years ago
Debao Zhang 780ceef359 Code refactoring: Empty border styles 11 years ago
Debao Zhang a84b996412 Add dataBar and colorScale write support 11 years ago
Debao Zhang c82cf47e2f Add basic conditional formatting writer support. 11 years ago
Debao Zhang d45368e931 Remove the private class XmlStreamWriter and XmlStreamReader 11 years ago
Debao Zhang 2273a967a9 Add internal support for dxf format 11 years ago
Debao Zhang e1d93af4b7 Format: Use QMap instead of QHash 11 years ago
Debao Zhang 77d727748d Make RichString public 11 years ago
Debao Zhang 9c443c996d Code refactor: Only create FormatPrivate when needed. 11 years ago
Debao Zhang 176160d2a8 API change: Using Format instead of Format * 11 years ago
Debao Zhang 390440d0fa RichString: Using Format instead of Format * 11 years ago
Debao Zhang fc326b064b Code refactor: Remove private class XlsxFormatFillData 11 years ago
Debao Zhang 4670445888 Code refactor: Remove private class XlsxFormatBorderData 11 years ago
Debao Zhang 88ffbe3def Code refactor: Remove private class XlsxFormatFontData 11 years ago
Debao Zhang 3b29af2d2a Code refactor: numFmt part of QXlsx::Format 11 years ago
Debao Zhang 04934a8543 Don't lost rich text information 11 years ago
Debao Zhang 00350d4251 Fix Issue 7: Cell string misplacement when rich text exist 11 years ago
Debao Zhang d0cb3e6301 Change static member of SharedStrings to normal member 11 years ago
luckyhacky 5359ac4c11 Fix compile error under Qt 5.0 11 years ago
Debao Zhang 470abc6453 Fix issue 6: row & column No. starts from 1 instead of 0 now 11 years ago
Debao Zhang daeff262bb Add a unit test for worksheet 11 years ago
Debao Zhang 68f4190fa5 Grouping rows and cols works now 11 years ago
Debao Zhang 81d17478f6 Fix SharedString loading bug 11 years ago
Debao Zhang 8feb738e9f Fix numFmt: don't assume that all custom numFmtId starts from 164 11 years ago
Debao Zhang 93e1661aac Add more control option for worksheet 11 years ago
Debao Zhang 18d00f9665 Export the dimension api of worksheet 11 years ago