Debao Zhang
|
c6898ff732
|
Add basic worksheet copy support
|
11 years ago |
Debao Zhang
|
82c77b4bed
|
Improve worksheets support
|
11 years ago |
Debao Zhang
|
54201b44c1
|
Improve formula example
|
11 years ago |
Debao Zhang
|
513ebc2142
|
Update examples
|
11 years ago |
Debao Zhang
|
9d32599f2d
|
Don't lost conditionalformatting data when edit an existing file
|
11 years ago |
Debao Zhang
|
a84b996412
|
Add dataBar and colorScale write support
|
11 years ago |
Debao Zhang
|
c82cf47e2f
|
Add basic conditional formatting writer support.
|
11 years ago |
Debao Zhang
|
77d727748d
|
Make RichString public
|
11 years ago |
Debao Zhang
|
176160d2a8
|
API change: Using Format instead of Format *
|
11 years ago |
Debao Zhang
|
b3b9cb7b05
|
Update the demo images
|
11 years ago |
Debao Zhang
|
8d1b109605
|
Add ArrayFormula support
|
11 years ago |
Debao Zhang
|
f3e59183a9
|
Remove the readwrite example
|
11 years ago |
Debao Zhang
|
e369d98275
|
Update documentation
|
11 years ago |
Debao Zhang
|
9263894eed
|
Add a new example
|
11 years ago |
Debao Zhang
|
470abc6453
|
Fix issue 6: row & column No. starts from 1 instead of 0 now
|
11 years ago |
Debao Zhang
|
68f4190fa5
|
Grouping rows and cols works now
|
11 years ago |
Debao Zhang
|
5a035ede93
|
Add format param to the mergeCells() API
|
11 years ago |
Debao Zhang
|
1c1e0a771e
|
Add more contents to the demo example
|
11 years ago |
Debao Zhang
|
0a0e24960a
|
Add a demo example
|
11 years ago |
Debao Zhang
|
d8c1f360a2
|
Update .qdoc files
|
11 years ago |
Debao Zhang
|
0d7863f420
|
Add defineName support
|
11 years ago |
Debao Zhang
|
e283a0af7f
|
Add data validation read/write support
|
11 years ago |
Debao Zhang
|
24f9bfafa3
|
Example: Remove wrongly added statements
|
11 years ago |
Debao Zhang
|
1b5d22e3ee
|
Add unit test for QXlsx::Document
|
11 years ago |
Debao Zhang
|
6d3b3cf5d4
|
Make sure that all examples are console applications
|
11 years ago |
Debao Zhang
|
2486cf6747
|
Can read .xlsx files with alignment styles now
|
11 years ago |
Debao Zhang
|
31270604c6
|
Can read .xlsx files with border styles now
|
11 years ago |
Debao Zhang
|
9abb26127c
|
Can read .xlsx files with fill styles now
|
11 years ago |
Debao Zhang
|
b56d86aab4
|
Can read .xlsx files with font styles now
|
11 years ago |
Debao Zhang
|
81abb19c8c
|
Improve the documentation of the examples
|
11 years ago |
Debao Zhang
|
f8ca19f14b
|
Add documentation for the class Document.
Little api refactor
|
11 years ago |
Debao Zhang
|
d04a02e55c
|
We can read and modify existing simple .xlsx file now
|
11 years ago |
Debao Zhang
|
895a30524d
|
Add default datetime format for workbook
|
11 years ago |
Debao Zhang
|
b4d9c5f2dd
|
Add custom number format support
|
11 years ago |
Debao Zhang
|
0548da9387
|
Add basic document files
|
11 years ago |
Debao Zhang
|
b51e3cb54b
|
Fix issue 3: QXlsx::Worksheet::setColumn should use 0-based index
|
11 years ago |
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
|
11 years ago |
Debao Zhang
|
426ce14311
|
Add read xml function for SharedStrings
|
11 years ago |
Debao Zhang
|
aebc0a12b7
|
Able to read the document properties back now!
|
11 years ago |
Debao Zhang
|
81422eb31b
|
Using QXlsx::Document instead of QXlsx::Workbook
|
11 years ago |
Debao Zhang
|
5f444294bd
|
Add mergeCells() function
|
11 years ago |
Debao Zhang
|
b9dc02b79e
|
Fix Issue1: Add insert_image() function
|
11 years ago |
Debao Zhang
|
7f7fa7e9fa
|
Add basic url type support for Worksheet::write()
|
11 years ago |
Debao Zhang
|
9739020b1f
|
Add document property support
Use QObject::setProperty() to do so
|
11 years ago |
Debao Zhang
|
7816c724dc
|
Worksheet index property should be stored in Workbook
|
11 years ago |
Debao Zhang
|
929db3d481
|
Refactor: Follow Qt5 module's file directories style
Xlsx Shared library can be used now
|
11 years ago |