Debao Zhang
|
6279b7e49b
|
Fix the reading of style.xml
Save all the formats <xf>s in order even they are duplicated.
|
11 years ago |
Debao Zhang
|
ee9f43e21d
|
Use the orignal cell format if no format is specified
|
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
|
68b44ce2ad
|
Fix warning: unused variable
|
11 years ago |
Debao Zhang
|
a5182caf2a
|
Fix clang warning: comparison of two values with different enumeration types
|
11 years ago |
Debao Zhang
|
8faebaaa91
|
Add QDateTime support for QXlsx::Cell
|
11 years ago |
Debao Zhang
|
eee0a52b82
|
Add read support for error cell type
|
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
|
97f1fa6835
|
For string type cell, Cell::value() return the string instead of the index
|
12 years ago |
Debao Zhang
|
7805e37322
|
Add basic formula read support
|
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
|
afa8c959e8
|
Improve the QDateTime support
|
12 years ago |
Debao Zhang
|
66f82bc124
|
Make private class XlsxCellData as public QXlsx::Cell
|
12 years ago |
Debao Zhang
|
994dea619f
|
Can read .xlsx files with boolean type cell
|
12 years ago |
Debao Zhang
|
a112f5d2e7
|
Can read .xlsx files with merge cells
|
12 years ago |
Debao Zhang
|
23c04a546e
|
Can read .xlsx files with cols and rows info
|
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
|
b56d86aab4
|
Can read .xlsx files with font styles now
|
12 years ago |
Debao Zhang
|
d04a02e55c
|
We can read and modify existing simple .xlsx file now
|
12 years ago |
Debao Zhang
|
895a30524d
|
Add default datetime format for workbook
|
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
|
b51e3cb54b
|
Fix issue 3: QXlsx::Worksheet::setColumn should use 0-based index
|
12 years ago |
Debao Zhang
|
7748184ba1
|
wip: Add read function for workbook
|
12 years ago |
Debao Zhang
|
113f1c760b
|
Refactor QXlsx::Styles and QXlsx::Format
|
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
|
827003f8ee
|
Don't write drawing info when no images exist
|
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 |
Debao Zhang
|
bca00392dc
|
Make all of the filenames start with xlsx
|
12 years ago |
Debao Zhang
|
d87b50a4b7
|
Wrap all char * string with QStringLiteral or QLatin1String
|
12 years ago |
Debao Zhang
|
929db3d481
|
Refactor: Follow Qt5 module's file directories style
Xlsx Shared library can be used now
|
12 years ago |
Debao Zhang
|
a563809f77
|
Refactor: D-Pointer used for public classes
|
12 years ago |
Debao Zhang
|
1e4f34942b
|
Add basic QDateTime support
|
12 years ago |
Debao Zhang
|
cb4026ac3a
|
Don't write cols tag when it donesn't exist
|
12 years ago |
Debao Zhang
|
f1632ee596
|
Add cell alignment control
|
12 years ago |
Debao Zhang
|
a6bfe24986
|
Add setRow and setColumn
|
12 years ago |
Debao Zhang
|
abb991c212
|
Add font format support for cell data
|
12 years ago |