Debao Zhang
|
41e3dc1bf7
|
Document::read() works for shared formula now.
|
11 years ago |
Debao Zhang
|
9838f6b904
|
Update documents
|
11 years ago |
Debao Zhang
|
de5a0e52d2
|
Fix Issue #46: Add internal support for shared formulas
|
11 years ago |
Debao Zhang
|
4669640c27
|
Code refactoring: Introduce new class CellFormula
|
11 years ago |
Debao Zhang
|
a0d1c14348
|
Fix Issue #47: Crash caused by extLst
|
11 years ago |
Paul Kolomiets
|
b9f3ca5371
|
validate dimension
|
11 years ago |
Debao Zhang
|
12e781eb4e
|
Fix Issue #54 calendar Example crash
Caused by SHA 9ce8b92b4f
|
11 years ago |
Debao Zhang
|
22dd1fc2ca
|
Code cleanup
|
11 years ago |
eho
|
dba81002d1
|
Bugfix: return default row values not specified.
|
11 years ago |
eho
|
1eea854740
|
Bugfix: return default row height if row has no custom height.
|
11 years ago |
Debao Zhang
|
76e0bd4e54
|
Make use of the new CellReference class
|
11 years ago |
Debao Zhang
|
0860208575
|
Code refactoring: add new constructor CellRange(const char *)
|
11 years ago |
Edwin van der Horst
|
cafef771a2
|
Fixed review comments: Removed deprecated members. Replaced string arguments by CellRange.
|
11 years ago |
Edwin van der Horst
|
7ee11a6c02
|
Fixed review comments. setRow/Column to WorksheetPrivate. Added deprecated methods warnings.
|
11 years ago |
eho
|
f841a9b119
|
Cleanup and added comments to new methods.
|
11 years ago |
eho
|
bbf3ffd79d
|
Fixed a bug where row formatting was not saved when row contained no filled cells.
|
11 years ago |
eho
|
b19758e14f
|
First version of improved setColumn and setRow API.
|
11 years ago |
Debao Zhang
|
1b554d4fea
|
Code refactor, make use of benchmarks
|
11 years ago |
Debao Zhang
|
36c42eb39b
|
Make write string slightly fast
|
11 years ago |
Debao Zhang
|
3c3269b30e
|
Add assert for row==0 and col==0
As some users consider that (0, 0) is the first valid cell, so we give
a assert failure in debug mode for such cases.
|
11 years ago |
Debao Zhang
|
bd921dddf9
|
Refuse all the operations on row 0 or column 0
As row and column all start from 1 instead of 0
|
11 years ago |
Debao Zhang
|
770c104b2b
|
Don't affect the column settings when set row
|
11 years ago |
Debao Zhang
|
34c645ed76
|
Introduce CreateFlag for all the ooxmlfile
|
12 years ago |
Debao Zhang
|
e76bed2ebc
|
Eliminate some compile warnings
|
12 years ago |
Debao Zhang
|
71244645d0
|
API refactoring: write*() return boolean instead of integer
|
12 years ago |
Debao Zhang
|
14edb0f001
|
Make relationships as a property of OOXmlFile
|
12 years ago |
Debao Zhang
|
964c3980a3
|
Change API to support AbstractSheet
|
12 years ago |
Debao Zhang
|
e72853a33c
|
Introduce new class AbstractSheet
|
12 years ago |
Debao Zhang
|
c8bc61ffe6
|
Update documention
|
12 years ago |
Debao Zhang
|
536f3926b2
|
Update documentation
|
12 years ago |
Debao Zhang
|
af0d7a1358
|
Code refactoring of Chart part
|
12 years ago |
Debao Zhang
|
327fa0b9b3
|
Add very basic chart support
|
12 years ago |
Debao Zhang
|
c2fc9e4aa1
|
Code refactoring: Clean up
|
12 years ago |
Debao Zhang
|
ff7dc79d94
|
Introduce new class OOXmlFile
|
12 years ago |
Debao Zhang
|
24c26133b4
|
Code refactoring: Improve picture support
Don't lost picture information when edit existing .xlsx files
|
12 years ago |
Debao Zhang
|
e2752e4da8
|
Don't do too smart thing for Worksheet::write()
Implictly convert QString to other types is danger. Such as
QVariant("12345").toTime() will generate a valid QTime Object.
|
12 years ago |
Debao Zhang
|
461f05281e
|
Improve html rich text support
If contains only one text fragment with format, then it should be plain
text. And the format should be considered as Cell format
|
12 years ago |
Debao Zhang
|
2455ebb138
|
Add basic html rich text support
|
12 years ago |
Debao Zhang
|
01c4c2e4f4
|
Export mergedCells API
|
12 years ago |
Debao Zhang
|
a49180906a
|
Don't lost hyperlinks when edit an exist xlsx file
|
12 years ago |
Debao Zhang
|
d3cfd3a6c6
|
Code refactoring: rename private members of Worksheet
|
12 years ago |
Debao Zhang
|
f92e34f374
|
Code refactoring: Remove private class QXlsx::Package
|
12 years ago |
Debao Zhang
|
1ca891cf8a
|
Add const to the saveAs* members, step 1
|
12 years ago |
Debao Zhang
|
336a9ff1a9
|
Coding refactoring: Make worksheet relations part of the worksheet
sheet1.xml
_rels/sheet1.xml.rels
|
12 years ago |
Debao Zhang
|
11d78e8221
|
Issue 17: Don't used int limit any more
Using two normal integer is enough. As the value of col_num between
1 and XLSX_COLUMN_MAX.
|
12 years ago |
Debao Zhang
|
5476d0be80
|
Update copyright year in license header
|
12 years ago |
Debao Zhang
|
f14b38ffe4
|
Issue 17: Using std::numeric_limits instead of macros INTn_MAX/MIN
|
12 years ago |
Debao Zhang
|
c6898ff732
|
Add basic worksheet copy support
|
12 years ago |
Debao Zhang
|
82c77b4bed
|
Improve worksheets support
|
12 years ago |
Debao Zhang
|
f83fb45740
|
Improve the QDate support
|
12 years ago |