Debao Zhang
|
fc32234da8
|
Fix Issue #40 example worksheetoperations crash.
The error is caused by SHA: a1e53218bb
The "Sheet1" will not be cteated Unless the user want to access it,
or the user want to save an empty workbook.
|
10 years ago |
Debao Zhang
|
ce05cf8528
|
Fix Issue #49 Wrong parenthesis in method, Thanks Matthias
|
10 years ago |
Debao Zhang
|
16b3132da9
|
Issue #50, Add a dummy unittest for cmake to make Qt5.3.2 happy
The error is caused by Qt base SHA:
c2c90b95bf8304e69a5f0a586c607105cc104f83
|
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
|
59e709821d
|
WorksheetTest: Fix bug
|
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
|
fb47c04081
|
Revert hello/main.cpp
|
11 years ago |
Debao Zhang
|
0860208575
|
Code refactoring: add new constructor CellRange(const char *)
|
11 years ago |
Debao Zhang
|
2301ab4b34
|
Fix examples compile error introduced by API change
|
11 years ago |
Debao Zhang
|
9ce8b92b4f
|
Issue #32: Merge branch 'master' of github.com:EddoH/QtXlsxWriter into EddoH
Conflicts:
src/xlsx/xlsxworksheet.cpp
src/xlsx/xlsxworksheet_p.h
|
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
|
2227d46386
|
Add new calendar example
|
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 |
Debao Zhang
|
12129cebdc
|
Introduce new class Chartsheet, first step
|
11 years ago |
Debao Zhang
|
272e0ca565
|
Class Refactoring
|
11 years ago |
Debao Zhang
|
840d96a889
|
Refactoring: Rename OOXmlFile to AbstractOOXmlFile
|
11 years ago |
Debao Zhang
|
e76bed2ebc
|
Eliminate some compile warnings
|
11 years ago |
Debao Zhang
|
72edef1a97
|
Fix potential crash when current sheet is not Worksheet
|
11 years ago |
Debao Zhang
|
71244645d0
|
API refactoring: write*() return boolean instead of integer
|
11 years ago |
Debao Zhang
|
ca0df02acb
|
Don't generate externalReferences tags if non externalLinks exists
|
11 years ago |
Debao Zhang
|
aa885e4377
|
Don't lost externalLinks information when edit exists file
|
11 years ago |
Debao Zhang
|
14edb0f001
|
Make relationships as a property of OOXmlFile
|
11 years ago |
Debao Zhang
|
02e032152d
|
Fix issue #27: Remove the broken XlsxSheetItemInfo
Which is wrongly used to get the sheetId for definedName
|
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
|
115d69aac5
|
Fix issue #24: remove invalid characters in worksheet names
|
11 years ago |
Debao Zhang
|
2876c6f167
|
Fix issue #25: eliminate [-Wmaybe-uninitialized] warnings reported by GCC
|
11 years ago |
Debao Zhang
|
c8bc61ffe6
|
Update documention
|
11 years ago |
Debao Zhang
|
a0624bb36a
|
Merge branch 'master' into dev
Conflicts:
src/xlsx/xlsxworksheet.cpp
|
11 years ago |
Debao Zhang
|
536f3926b2
|
Update documentation
|
11 years ago |
Debao Zhang
|
28f3262e86
|
Code refactoring: Add more basic chart support
|
11 years ago |