Commit Graph

36 Commits

Author SHA1 Message Date
Debao Zhang d8c1f360a2 Update .qdoc files 2013-10-30 17:35:42 +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 24f9bfafa3 Example: Remove wrongly added statements 2013-10-25 16:35:10 +08:00
Debao Zhang 1b5d22e3ee Add unit test for QXlsx::Document 2013-10-25 10:31:13 +08:00
Debao Zhang 6d3b3cf5d4 Make sure that all examples are console applications 2013-10-23 10:27:21 +08:00
Debao Zhang 2486cf6747 Can read .xlsx files with alignment styles now 2013-10-22 14:11:45 +08:00
Debao Zhang 31270604c6 Can read .xlsx files with border styles now 2013-10-22 13:37:49 +08:00
Debao Zhang 9abb26127c Can read .xlsx files with fill styles now 2013-10-22 11:30:06 +08:00
Debao Zhang b56d86aab4 Can read .xlsx files with font styles now 2013-10-21 17:23:10 +08:00
Debao Zhang 81abb19c8c Improve the documentation of the examples 2013-10-19 15:00:54 +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 895a30524d Add default datetime format for workbook 2013-10-16 09:58:42 +08:00
Debao Zhang b4d9c5f2dd Add custom number format support 2013-10-15 17:27:20 +08:00
Debao Zhang 0548da9387 Add basic document files 2013-10-14 17:35:47 +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 9845d8f2ee Fix issue 4: Fix background color of solid pattern
For a solid fill, Excel reverses the role of foreground and
background colours
2013-10-14 13:17:53 +08:00
Debao Zhang 426ce14311 Add read xml function for SharedStrings 2013-09-12 11:00:33 +08:00
Debao Zhang aebc0a12b7 Able to read the document properties back now! 2013-09-11 14:45:16 +08:00
Debao Zhang 81422eb31b Using QXlsx::Document instead of QXlsx::Workbook 2013-09-10 22:22:34 +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 9739020b1f Add document property support
Use QObject::setProperty() to do so
2013-08-30 15:16:57 +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
Debao Zhang 1e4f34942b Add basic QDateTime support 2013-08-29 15:20:01 +08:00
Debao Zhang 3d47093e38 Add Fill & Border Style control for cell 2013-08-28 17:21:56 +08:00
Debao Zhang f1632ee596 Add cell alignment control 2013-08-27 17:14:16 +08:00
Debao Zhang a6bfe24986 Add setRow and setColumn 2013-08-27 14:49:15 +08:00
Debao Zhang abb991c212 Add font format support for cell data 2013-08-27 10:23:11 +08:00
Debao Zhang 995b227a48 Improve the example 2013-08-26 13:54:50 +08:00
Debao Zhang a042f5bc60 Fix the cell content written for bool type 2013-08-26 10:16:33 +08:00
Debao Zhang 98611399fd Use save() function to save the package instead of close 2013-08-26 10:07:31 +08:00
Debao Zhang 4ec93ecb41 Long live QtXlsxWriter! 2013-08-23 23:12:46 +08:00