Commit Graph

35 Commits

Author SHA1 Message Date
Debao Zhang c82cf47e2f Add basic conditional formatting writer support. 2013-11-28 00:39:23 +08:00
Debao Zhang 77d727748d Make RichString public 2013-11-22 23:22:27 +08:00
Debao Zhang 176160d2a8 API change: Using Format instead of Format * 2013-11-22 10:46:17 +08:00
Debao Zhang 8d1b109605 Add ArrayFormula support 2013-11-05 17:28:21 +08:00
Debao Zhang fa83c2d005 Add some overload members 2013-11-05 12:47:00 +08:00
Debao Zhang 3978885252 Add support for rows group 2013-11-03 13:22:07 +08:00
Debao Zhang 5a035ede93 Add format param to the mergeCells() API 2013-11-01 10:37:41 +08:00
Debao Zhang 27c0029df1 Add overload function for setRow and setColumn 2013-10-31 12:19:48 +08:00
Debao Zhang 93e1661aac Add more control option for worksheet 2013-10-31 11:06:30 +08:00
Debao Zhang 18d00f9665 Export the dimension api of worksheet 2013-10-29 22:07:50 +08:00
Debao Zhang 0155cc5409 Using QXlsx::CellRange instead of the private XlsxCellRange 2013-10-29 17:24:44 +08:00
Debao Zhang e283a0af7f Add data validation read/write support 2013-10-29 16:54:26 +08:00
Debao Zhang 3fefbb2235 Add worksheet dimenstion access API
first/last Row/Column
2013-10-28 10:08:09 +08:00
Debao Zhang a54c4433cd There is no need to have a virtual member for Worksheet at present 2013-10-26 01:27:14 +08:00
Debao Zhang 8faebaaa91 Add QDateTime support for QXlsx::Cell 2013-10-25 15:23:03 +08:00
Debao Zhang 92a415425e Add a private sheetId() member for Worksheet 2013-10-24 17:32:24 +08:00
Debao Zhang afbf4effbf Pass const QString by reference instead of by value 2013-10-24 16:31:45 +08:00
Debao Zhang 987ca2dcdc Code refactor for Worksheet::writeHyperlink() 2013-10-24 14:56:38 +08:00
Debao Zhang 435ab82c3f Add inline string read/write support 2013-10-24 10:50:36 +08:00
Debao Zhang 98b6e83004 Refactor Cell::Number ==> Cell::Numeric 2013-10-24 09:59:32 +08:00
Debao Zhang 9c70116351 Add new member QXlsx::Document::cellAt() 2013-10-23 16:05:22 +08:00
Debao Zhang e66fab353f Fix friend class statement 2013-10-22 23:30:10 +08:00
Debao Zhang 11ad7d5374 Refactor : Worksheet load xml logic 2013-10-22 16:02:00 +08:00
Debao Zhang f6bd08f6ed Add unit test for Worksheet class 2013-10-22 15:02:07 +08:00
Debao Zhang f8ca19f14b Add documentation for the class Document.
Little api refactor
2013-10-19 14:27:50 +08:00
Debao Zhang d04a02e55c We can read and modify existing simple .xlsx file now 2013-10-19 13:28:06 +08:00
Debao Zhang ede8c52f03 Introduce macros for namespace to make qdoc happy
qdoc doesn't work for class located in normal namespace
2013-10-15 09:58:46 +08:00
Debao Zhang 7748184ba1 wip: Add read function for workbook 2013-10-11 19:54:01 +08:00
Debao Zhang c5bc41bacb Make that QXlsx::Document is the only subclass of QObject 2013-09-13 14:02:55 +08:00
Debao Zhang d2fe2769de Add convenient function saveToXmlData() for worksheet 2013-09-12 17:26:04 +08:00
Debao Zhang 5f444294bd Add mergeCells() function 2013-09-06 13:00:09 +08:00
Debao Zhang b9dc02b79e Fix Issue1: Add insert_image() function 2013-09-04 11:35:02 +08:00
Debao Zhang 7f7fa7e9fa Add basic url type support for Worksheet::write() 2013-09-02 14:22:42 +08:00
Debao Zhang 7816c724dc Worksheet index property should be stored in Workbook 2013-08-30 10:46:13 +08:00
Debao Zhang 929db3d481 Refactor: Follow Qt5 module's file directories style
Xlsx Shared library can be used now
2013-08-29 17:14:27 +08:00