31 Commits (643dbfd63a17d4af0796f8602d5d46a0068b9ed7)

Author SHA1 Message Date
Debao Zhang 336a9ff1a9 Coding refactoring: Make worksheet relations part of the worksheet 12 years ago
Debao Zhang 5476d0be80 Update copyright year in license header 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 c82cf47e2f Add basic conditional formatting writer support. 12 years ago
Debao Zhang 7513b6ce12 Add a warning message in all the private headers 12 years ago
Debao Zhang d45368e931 Remove the private class XmlStreamWriter and XmlStreamReader 12 years ago
Debao Zhang 176160d2a8 API change: Using Format instead of Format * 12 years ago
Debao Zhang 68f4190fa5 Grouping rows and cols works now 12 years ago
Debao Zhang 3978885252 Add support for rows group 12 years ago
Debao Zhang 397020f91d Worksheet: Fix constructor initialization list order 12 years ago
Debao Zhang ee9f43e21d Use the orignal cell format if no format is specified 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 92a415425e Add a private sheetId() member for Worksheet 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 66f82bc124 Make private class XlsxCellData as public QXlsx::Cell 12 years ago
Debao Zhang a112f5d2e7 Can read .xlsx files with merge cells 12 years ago
Debao Zhang 23c04a546e Can read .xlsx files with cols and rows info 12 years ago
Debao Zhang 11ad7d5374 Refactor : Worksheet load xml logic 12 years ago
Debao Zhang 7748184ba1 wip: Add read function for workbook 12 years ago
Debao Zhang 5f444294bd Add mergeCells() function 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 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