Commit Graph

21 Commits

Author SHA1 Message Date
Debao Zhang 2227d46386 Add new calendar example 2014-03-04 14:48:02 +08:00
Debao Zhang f1f3b5f931 Chartsheet works now 2014-02-27 16:00:06 +08:00
Debao Zhang 327fa0b9b3 Add very basic chart support 2014-01-17 16:10:00 +08:00
Debao Zhang 8b48dc5f56 Add a new example to show how to view and edit xlsx file with GUI 2014-01-08 13:36:34 +08:00
Debao Zhang a49180906a Don't lost hyperlinks when edit an exist xlsx file 2014-01-06 16:44:40 +08:00
Debao Zhang c6898ff732 Add basic worksheet copy support 2014-01-02 11:35:57 +08:00
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 8d1b109605 Add ArrayFormula support 2013-11-05 17:28:21 +08:00
Debao Zhang f3e59183a9 Remove the readwrite example 2013-11-05 13:59:56 +08:00
Debao Zhang e369d98275 Update documentation 2013-11-05 13:57:26 +08:00
Debao Zhang 0a0e24960a Add a demo example 2013-10-31 14:58:28 +08:00
Debao Zhang 0d7863f420 Add defineName support 2013-10-30 13:15:41 +08:00
Debao Zhang e283a0af7f Add data validation read/write support 2013-10-29 16:54:26 +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 b4d9c5f2dd Add custom number format support 2013-10-15 17:27:20 +08:00
Debao Zhang b51e3cb54b Fix issue 3: QXlsx::Worksheet::setColumn should use 0-based index 2013-10-14 14:06:13 +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 9739020b1f Add document property support
Use QObject::setProperty() to do so
2013-08-30 15:16:57 +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