tianzhendong
|
e4b2e75f93
|
Qtxlsx改为动态库
|
2 years ago |
Debao Zhang
|
534490e9b2
|
Make use of clang-format
Change-Id: I71bbf133223931eddb0c7e568cc0b99ecf807fa1
|
5 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
|
d50b419f64
|
Fix compile error caused by b213f56ca0
|
11 years ago |
Debao Zhang
|
9a205f1698
|
Fix crash when non-exist sheetName passed to renameSheet()
|
11 years ago |
Debao Zhang
|
b213f56ca0
|
Fix Issue #61: sheet hidden/visible state works now.
|
11 years ago |
Debao Zhang
|
36c42eb39b
|
Make write string slightly fast
|
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.
|
12 years ago |
Debao Zhang
|
f1f3b5f931
|
Chartsheet works now
|
12 years ago |
Debao Zhang
|
34c645ed76
|
Introduce CreateFlag for all the ooxmlfile
|
12 years ago |
Debao Zhang
|
272e0ca565
|
Class Refactoring
|
12 years ago |
Debao Zhang
|
840d96a889
|
Refactoring: Rename OOXmlFile to AbstractOOXmlFile
|
12 years ago |
Debao Zhang
|
ca0df02acb
|
Don't generate externalReferences tags if non externalLinks exists
|
12 years ago |
Debao Zhang
|
aa885e4377
|
Don't lost externalLinks information when edit exists file
|
12 years ago |
Debao Zhang
|
14edb0f001
|
Make relationships as a property of OOXmlFile
|
12 years ago |
Debao Zhang
|
02e032152d
|
Fix issue #27: Remove the broken XlsxSheetItemInfo
Which is wrongly used to get the sheetId for definedName
|
12 years ago |
Debao Zhang
|
964c3980a3
|
Change API to support AbstractSheet
|
12 years ago |
Debao Zhang
|
115d69aac5
|
Fix issue #24: remove invalid characters in worksheet names
|
12 years ago |
Debao Zhang
|
c8bc61ffe6
|
Update documention
|
12 years ago |
Debao Zhang
|
af0d7a1358
|
Code refactoring of Chart part
|
12 years ago |
Debao Zhang
|
c2fc9e4aa1
|
Code refactoring: Clean up
|
12 years ago |
Debao Zhang
|
988e8ffc0e
|
Add basic graphicFrame support
First step for chart support
|
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
|
2455ebb138
|
Add basic html rich text support
|
12 years ago |
Debao Zhang
|
ea339b2c73
|
Code refactoring: relationships of workbook
|
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
|
5476d0be80
|
Update copyright year in license header
|
12 years ago |
Debao Zhang
|
c6e959291c
|
Code refactoring: Cache worksheetNames
|
12 years ago |
Debao Zhang
|
5866e1342c
|
Make sure that at least one worksheet exist in the workbook
|
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 |
Debao Zhang
|
11e8d7c48a
|
Prevent while() from causing potential infinite loops
If xml files don't have proper close tags, don't generate an infinite
loop in our library.
|
12 years ago |
Debao Zhang
|
d45368e931
|
Remove the private class XmlStreamWriter and XmlStreamReader
|
12 years ago |
Debao Zhang
|
176160d2a8
|
API change: Using Format instead of Format *
|
12 years ago |
Debao Zhang
|
4bcce58f00
|
Code refactor: Make use of QSharedDataPointer for Format
|
12 years ago |
luckyhacky
|
5359ac4c11
|
Fix compile error under Qt 5.0
QStringRef::toInt() and QStringRef::toDouble() are introduced in Qt 5.1
|
12 years ago |
Debao Zhang
|
7e3e463983
|
Take use of existing theme file
|
12 years ago |
Debao Zhang
|
c87413e8ad
|
Fix defineName bug
sheetId is used in application inside, when save to/load from xml file,
which will convert to/from localSheetId
|
12 years ago |
Debao Zhang
|
fd1bf132a8
|
Fix bug: workbook information doesn't load to document
|
12 years ago |
Debao Zhang
|
0d7863f420
|
Add defineName support
|
12 years ago |
Debao Zhang
|
ccd55974fa
|
Load orignal sheetId
|
12 years ago |
Debao Zhang
|
68b44ce2ad
|
Fix warning: unused variable
|
12 years ago |
Debao Zhang
|
92a415425e
|
Add a private sheetId() member for Worksheet
|
12 years ago |
Debao Zhang
|
377a9adfd1
|
Add read support for workbookView properties
|
12 years ago |
Debao Zhang
|
97f1fa6835
|
For string type cell, Cell::value() return the string instead of the index
|
12 years ago |