Debao Zhang
|
47fda010ea
|
Don't lost valid characters unsed in sheetName, such as space
|
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
|
4669640c27
|
Code refactoring: Introduce new class CellFormula
|
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
|
59e709821d
|
WorksheetTest: Fix bug
|
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 |
eho
|
b19758e14f
|
First version of improved setColumn and setRow API.
|
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
|
34c645ed76
|
Introduce CreateFlag for all the ooxmlfile
|
11 years ago |
Debao Zhang
|
964c3980a3
|
Change API to support AbstractSheet
|
11 years ago |
Debao Zhang
|
115d69aac5
|
Fix issue #24: remove invalid characters in worksheet names
|
11 years ago |
Debao Zhang
|
ff7dc79d94
|
Introduce new class OOXmlFile
|
11 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.
|
11 years ago |
Debao Zhang
|
d3cfd3a6c6
|
Code refactoring: rename private members of Worksheet
|
11 years ago |
Debao Zhang
|
bf951872c7
|
Relations: Fix unit test
Introduced by SHA: 45a86accee
|
11 years ago |
Debao Zhang
|
5476d0be80
|
Update copyright year in license header
|
11 years ago |
Debao Zhang
|
5866e1342c
|
Make sure that at least one worksheet exist in the workbook
|
11 years ago |
Debao Zhang
|
c6898ff732
|
Add basic worksheet copy support
|
11 years ago |
Debao Zhang
|
f83fb45740
|
Improve the QDate support
|
11 years ago |
Debao Zhang
|
e232e7eae9
|
Add QTime read write support
|
11 years ago |
Debao Zhang
|
8c2bac03b3
|
There is no need to use UTC datetime
|
11 years ago |
Debao Zhang
|
07ea0d92d9
|
Code refactoring: Make Cell::isDateTime() reliable
|
11 years ago |
Debao Zhang
|
2ec533df7c
|
Don't omit default attribute fontId/fillId/borderId
|
11 years ago |
Debao Zhang
|
ca33d5e1b4
|
Improve QColor <==> #AARRGGBB conversion
|
11 years ago |
Debao Zhang
|
780ceef359
|
Code refactoring: Empty border styles
Excel prefer <border><left/><right/><top/><bottom/><diagonal/></border> to
<border/>
|
11 years ago |
Debao Zhang
|
a84b996412
|
Add dataBar and colorScale write support
|
11 years ago |
Debao Zhang
|
c82cf47e2f
|
Add basic conditional formatting writer support.
|
11 years ago |
Debao Zhang
|
d45368e931
|
Remove the private class XmlStreamWriter and XmlStreamReader
|
11 years ago |
Debao Zhang
|
2273a967a9
|
Add internal support for dxf format
test needed.
|
11 years ago |
Debao Zhang
|
e1d93af4b7
|
Format: Use QMap instead of QHash
As the items of QHash are arbitrarily ordered, so the same formats may generate
different formatKey
|
11 years ago |
Debao Zhang
|
77d727748d
|
Make RichString public
|
11 years ago |
Debao Zhang
|
9c443c996d
|
Code refactor: Only create FormatPrivate when needed.
|
11 years ago |
Debao Zhang
|
176160d2a8
|
API change: Using Format instead of Format *
|
11 years ago |
Debao Zhang
|
390440d0fa
|
RichString: Using Format instead of Format *
|
11 years ago |
Debao Zhang
|
fc326b064b
|
Code refactor: Remove private class XlsxFormatFillData
|
11 years ago |
Debao Zhang
|
4670445888
|
Code refactor: Remove private class XlsxFormatBorderData
|
11 years ago |
Debao Zhang
|
88ffbe3def
|
Code refactor: Remove private class XlsxFormatFontData
|
11 years ago |
Debao Zhang
|
3b29af2d2a
|
Code refactor: numFmt part of QXlsx::Format
|
11 years ago |
Debao Zhang
|
04934a8543
|
Don't lost rich text information
|
11 years ago |
Debao Zhang
|
00350d4251
|
Fix Issue 7: Cell string misplacement when rich text exist
A private class RichString has been added. More work is needed
|
11 years ago |
Debao Zhang
|
d0cb3e6301
|
Change static member of SharedStrings to normal member
|
11 years ago |
luckyhacky
|
5359ac4c11
|
Fix compile error under Qt 5.0
QStringRef::toInt() and QStringRef::toDouble() are introduced in Qt 5.1
|
11 years ago |
Debao Zhang
|
470abc6453
|
Fix issue 6: row & column No. starts from 1 instead of 0 now
|
11 years ago |
Debao Zhang
|
daeff262bb
|
Add a unit test for worksheet
|
11 years ago |
Debao Zhang
|
68f4190fa5
|
Grouping rows and cols works now
|
11 years ago |
Debao Zhang
|
81d17478f6
|
Fix SharedString loading bug
|
11 years ago |
Debao Zhang
|
8feb738e9f
|
Fix numFmt: don't assume that all custom numFmtId starts from 164
|
11 years ago |
Debao Zhang
|
93e1661aac
|
Add more control option for worksheet
|
11 years ago |