Debao Zhang
|
71244645d0
|
API refactoring: write*() return boolean instead of integer
|
11 years ago |
Debao Zhang
|
964c3980a3
|
Change API to support AbstractSheet
|
11 years ago |
Debao Zhang
|
e72853a33c
|
Introduce new class AbstractSheet
|
11 years ago |
Debao Zhang
|
af0d7a1358
|
Code refactoring of Chart part
|
11 years ago |
Debao Zhang
|
327fa0b9b3
|
Add very basic chart support
|
11 years ago |
Debao Zhang
|
c2fc9e4aa1
|
Code refactoring: Clean up
|
11 years ago |
Debao Zhang
|
ff7dc79d94
|
Introduce new class OOXmlFile
|
11 years ago |
Debao Zhang
|
24c26133b4
|
Code refactoring: Improve picture support
Don't lost picture information when edit existing .xlsx files
|
11 years ago |
Debao Zhang
|
01c4c2e4f4
|
Export mergedCells API
|
11 years ago |
Debao Zhang
|
f92e34f374
|
Code refactoring: Remove private class QXlsx::Package
|
11 years ago |
Debao Zhang
|
1ca891cf8a
|
Add const to the saveAs* members, step 1
|
11 years ago |
Debao Zhang
|
336a9ff1a9
|
Coding refactoring: Make worksheet relations part of the worksheet
sheet1.xml
_rels/sheet1.xml.rels
|
11 years ago |
Debao Zhang
|
5476d0be80
|
Update copyright year in license header
|
11 years ago |
Debao Zhang
|
c6e959291c
|
Code refactoring: Cache worksheetNames
|
11 years ago |
Debao Zhang
|
c6898ff732
|
Add basic worksheet copy support
|
11 years ago |
Debao Zhang
|
e232e7eae9
|
Add QTime read 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
|
8d1b109605
|
Add ArrayFormula support
|
11 years ago |
Debao Zhang
|
fa83c2d005
|
Add some overload members
|
11 years ago |
Debao Zhang
|
3978885252
|
Add support for rows group
|
11 years ago |
Debao Zhang
|
5a035ede93
|
Add format param to the mergeCells() API
|
11 years ago |
Debao Zhang
|
27c0029df1
|
Add overload function for setRow and setColumn
|
11 years ago |
Debao Zhang
|
93e1661aac
|
Add more control option for worksheet
|
11 years ago |
Debao Zhang
|
18d00f9665
|
Export the dimension api of worksheet
|
11 years ago |
Debao Zhang
|
0155cc5409
|
Using QXlsx::CellRange instead of the private XlsxCellRange
|
11 years ago |
Debao Zhang
|
e283a0af7f
|
Add data validation read/write support
|
11 years ago |
Debao Zhang
|
3fefbb2235
|
Add worksheet dimenstion access API
first/last Row/Column
|
11 years ago |
Debao Zhang
|
a54c4433cd
|
There is no need to have a virtual member for Worksheet at present
|
11 years ago |
Debao Zhang
|
8faebaaa91
|
Add QDateTime support for QXlsx::Cell
|
12 years ago |
Debao Zhang
|
92a415425e
|
Add a private sheetId() member for Worksheet
|
12 years ago |
Debao Zhang
|
afbf4effbf
|
Pass const QString by reference instead of by value
|
12 years ago |
Debao Zhang
|
987ca2dcdc
|
Code refactor for Worksheet::writeHyperlink()
|
12 years ago |
Debao Zhang
|
435ab82c3f
|
Add inline string read/write support
|
12 years ago |
Debao Zhang
|
98b6e83004
|
Refactor Cell::Number ==> Cell::Numeric
|
12 years ago |
Debao Zhang
|
9c70116351
|
Add new member QXlsx::Document::cellAt()
|
12 years ago |
Debao Zhang
|
e66fab353f
|
Fix friend class statement
|
12 years ago |
Debao Zhang
|
11ad7d5374
|
Refactor : Worksheet load xml logic
|
12 years ago |
Debao Zhang
|
f6bd08f6ed
|
Add unit test for Worksheet class
|
12 years ago |
Debao Zhang
|
f8ca19f14b
|
Add documentation for the class Document.
Little api refactor
|
12 years ago |
Debao Zhang
|
d04a02e55c
|
We can read and modify existing simple .xlsx file now
|
12 years ago |
Debao Zhang
|
ede8c52f03
|
Introduce macros for namespace to make qdoc happy
qdoc doesn't work for class located in normal namespace
|
12 years ago |
Debao Zhang
|
7748184ba1
|
wip: Add read function for workbook
|
12 years ago |
Debao Zhang
|
c5bc41bacb
|
Make that QXlsx::Document is the only subclass of QObject
|
12 years ago |
Debao Zhang
|
d2fe2769de
|
Add convenient function saveToXmlData() for worksheet
|
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 |