Debao Zhang
|
534490e9b2
|
Make use of clang-format
Change-Id: I71bbf133223931eddb0c7e568cc0b99ecf807fa1
|
5 years ago |
Debao Zhang
|
29713af768
|
Resolve compile error for qt 5.6.0+
|
5 years ago |
Mark Brand
|
2152efc60f
|
add missing include
|
10 years ago |
Debao Zhang
|
fe3fbb23eb
|
Fix Issue #83: Make sure chartsheet appear on the proper location.
|
10 years ago |
Debao Zhang
|
47fda010ea
|
Don't lost valid characters unsed in sheetName, such as space
|
10 years ago |
Debao Zhang
|
5507e67fdd
|
Issue #19: Fix chart series when sheetname contians space.
|
10 years ago |
Debao Zhang
|
5f42d8e6eb
|
Issue #77 : Fix one number format related bug. Thanks antipro
|
10 years ago |
Debao Zhang
|
9563a0463e
|
Issue #64: Don't given count mismatch warning when the attribute doesn't exist.
|
10 years ago |
Debao Zhang
|
4d2db25073
|
Issue #64: Add workaround for duplicated shared string items.
|
10 years ago |
Debao Zhang
|
eeb9683924
|
Fix issue #65 :Don't give warning when empty format exists in style table
|
10 years ago |
Debao Zhang
|
d50b419f64
|
Fix compile error caused by b213f56ca0
|
10 years ago |
Debao Zhang
|
9a205f1698
|
Fix crash when non-exist sheetName passed to renameSheet()
|
10 years ago |
Debao Zhang
|
b213f56ca0
|
Fix Issue #61: sheet hidden/visible state works now.
|
10 years ago |
Debao Zhang
|
9f7b6d4c45
|
Add a note for Document::saveAs()
device will be closed by this function.
|
10 years ago |
Debao Zhang
|
4b1aa2bb27
|
Don't use QMap::firstKey() and lastKey(), which introduced in Qt5.2
|
10 years ago |
Debao Zhang
|
5c8f1da784
|
ValAx instead of CatAx should be used for scatter chart.
|
10 years ago |
Debao Zhang
|
9e33ff2c79
|
Fix Issue #59 :Multiply rows and columns can be passed to
Chart::addSeries() now
|
10 years ago |
Debao Zhang
|
c1aca6994e
|
Improve Document::read() support for shared formula
|
10 years ago |
Debao Zhang
|
41e3dc1bf7
|
Document::read() works for shared formula now.
|
10 years ago |
Debao Zhang
|
9838f6b904
|
Update documents
|
10 years ago |
Debao Zhang
|
de5a0e52d2
|
Fix Issue #46: Add internal support for shared formulas
|
10 years ago |
Debao Zhang
|
4669640c27
|
Code refactoring: Introduce new class CellFormula
|
10 years ago |
Debao Zhang
|
a0d1c14348
|
Fix Issue #47: Crash caused by extLst
|
10 years ago |
Paul Kolomiets
|
b9f3ca5371
|
validate dimension
|
11 years ago |
Debao Zhang
|
12e781eb4e
|
Fix Issue #54 calendar Example crash
Caused by SHA 9ce8b92b4f
|
10 years ago |
Debao Zhang
|
ce05cf8528
|
Fix Issue #49 Wrong parenthesis in method, Thanks Matthias
|
10 years ago |
Debao Zhang
|
e10976ab90
|
Fix Issue #36 Date Time / Daylight Saving Time
|
11 years ago |
eho
|
b74e49d097
|
Bugfix: properly parse fillpattern colors and implement optional boolean fields.
Conflicts:
src/xlsx/xlsxutility.cpp
src/xlsx/xlsxutility_p.h
|
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
|
e037c24a69
|
Introduce new class CellReference
|
11 years ago |
Debao Zhang
|
6e6029e399
|
Fix some documentation error.
|
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
|
60f27c79a0
|
Make Format() constructed as fast as possible.
QMetaType::type("XlsxColor") is not fast.
|
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
|
88b43033c3
|
Don't lost custom indexedColors when edit exist file
|
11 years ago |
Debao Zhang
|
770c104b2b
|
Don't affect the column settings when set row
|
11 years ago |
Debao Zhang
|
a1e53218bb
|
Don't create the default "Sheet1" worksheet
Unless the user want to access it, or the user want to save an empty
workbook.
|
11 years ago |
Debao Zhang
|
f1f3b5f931
|
Chartsheet works now
|
11 years ago |
Debao Zhang
|
34c645ed76
|
Introduce CreateFlag for all the ooxmlfile
|
11 years ago |