72 Commits (5476d0be80f560ffd2a4a7e73eba275c3aaea066)

Author SHA1 Message Date
Debao Zhang 5476d0be80 Update copyright year in license header 12 years ago
Debao Zhang f14b38ffe4 Issue 17: Using std::numeric_limits instead of macros INTn_MAX/MIN 12 years ago
Debao Zhang c6898ff732 Add basic worksheet copy support 12 years ago
Debao Zhang 82c77b4bed Improve worksheets support 12 years ago
Debao Zhang f83fb45740 Improve the QDate support 12 years ago
Debao Zhang e232e7eae9 Add QTime read write support 12 years ago
Debao Zhang 11e8d7c48a Prevent while() from causing potential infinite loops 12 years ago
Debao Zhang 39483f77d7 Code refactor: Move DataValidation related xml code 12 years ago
Debao Zhang 231a980ca0 Code refactor 12 years ago
Debao Zhang 9d32599f2d Don't lost conditionalformatting data when edit an existing file 12 years ago
Debao Zhang c82cf47e2f Add basic conditional formatting writer support. 12 years ago
Debao Zhang d45368e931 Remove the private class XmlStreamWriter and XmlStreamReader 12 years ago
Debao Zhang 2273a967a9 Add internal support for dxf format 12 years ago
Debao Zhang 77d727748d Make RichString public 12 years ago
Debao Zhang 176160d2a8 API change: Using Format instead of Format * 12 years ago
Debao Zhang 390440d0fa RichString: Using Format instead of Format * 12 years ago
Debao Zhang 4bcce58f00 Code refactor: Make use of QSharedDataPointer for Format 12 years ago
Debao Zhang 04934a8543 Don't lost rich text information 12 years ago
Debao Zhang 00350d4251 Fix Issue 7: Cell string misplacement when rich text exist 12 years ago
luckyhacky 5359ac4c11 Fix compile error under Qt 5.0 12 years ago
Debao Zhang c80fcf00c5 Fix compile error under clang 12 years ago
Debao Zhang 8d1b109605 Add ArrayFormula support 12 years ago
Debao Zhang fa83c2d005 Add some overload members 12 years ago
Debao Zhang 470abc6453 Fix issue 6: row & column No. starts from 1 instead of 0 now 12 years ago
Debao Zhang 68f4190fa5 Grouping rows and cols works now 12 years ago
Debao Zhang 076b759825 Don't lost column groups info when open existing .xlsx files 12 years ago
Debao Zhang 3978885252 Add support for rows group 12 years ago
Debao Zhang da40285f5b Fix bug 12 years ago
Debao Zhang 6279b7e49b Fix the reading of style.xml 12 years ago
Debao Zhang ee9f43e21d Use the orignal cell format if no format is specified 12 years ago
Debao Zhang 5a035ede93 Add format param to the mergeCells() API 12 years ago
Debao Zhang 27c0029df1 Add overload function for setRow and setColumn 12 years ago
Debao Zhang 93e1661aac Add more control option for worksheet 12 years ago
Debao Zhang 18d00f9665 Export the dimension api of worksheet 12 years ago
Debao Zhang 0155cc5409 Using QXlsx::CellRange instead of the private XlsxCellRange 12 years ago
Debao Zhang e283a0af7f Add data validation read/write support 12 years ago
Debao Zhang 3fefbb2235 Add worksheet dimenstion access API 12 years ago
Debao Zhang 68b44ce2ad Fix warning: unused variable 12 years ago
Debao Zhang a5182caf2a Fix clang warning: comparison of two values with different enumeration types 12 years ago
Debao Zhang 8faebaaa91 Add QDateTime support for QXlsx::Cell 12 years ago
Debao Zhang eee0a52b82 Add read support for error cell type 12 years ago
Debao Zhang 92a415425e Add a private sheetId() member for Worksheet 12 years ago
Debao Zhang afbf4effbf Pass const QString by reference instead of by value 12 years ago
Debao Zhang 987ca2dcdc Code refactor for Worksheet::writeHyperlink() 12 years ago
Debao Zhang 97f1fa6835 For string type cell, Cell::value() return the string instead of the index 12 years ago
Debao Zhang 7805e37322 Add basic formula read support 12 years ago
Debao Zhang 435ab82c3f Add inline string read/write support 12 years ago
Debao Zhang 98b6e83004 Refactor Cell::Number ==> Cell::Numeric 12 years ago
Debao Zhang 9c70116351 Add new member QXlsx::Document::cellAt() 12 years ago
Debao Zhang afa8c959e8 Improve the QDateTime support 12 years ago