tianzhendong
e4b2e75f93
Qtxlsx改为动态库
1 year ago
tianzhendong
7edd258f22
fix linux build bug
2 years ago
tianzhendong
4c8b6feb9a
modify:qt private module path
2 years ago
tianzhendong
e159dcaa62
modify:qt private module path
2 years ago
tianzhendong
bbc614e2f8
modify:qt private module path
2 years ago
tianzhendong
b384698cb8
add cmakelists.txt
2 years ago
tianzhendong
e7787c4f4f
modify gitignore
2 years ago
Debao Zhang
40610a55cb
Always define the macro XLSX_TEST under debug mode
Change-Id: I91aed7c854e20de0da39bef9ab56b9a6bf560b5a
5 years ago
Debao Zhang
21919f0436
.pro: Add INSTALL target for examples
Change-Id: I1cdcf4fd748e6df5de70ddd7f336abc1e23436d1
5 years ago
Debao Zhang
534490e9b2
Make use of clang-format
Change-Id: I71bbf133223931eddb0c7e568cc0b99ecf807fa1
5 years ago
Debao Zhang
d013edc9cf
Add MIT LICENSE file
Change-Id: I91c962ad3bc1b5ea299e6a68d7e818a39afd6903
5 years ago
Debao Zhang
29713af768
Resolve compile error for qt 5.6.0+
5 years ago
Debao Zhang
ad90b6a2c2
Merge pull request #85 from mabrand/fix
add missing include
10 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
2ec1adc135
xlsxwidget: Fix file path filter passed to QFileDialog
10 years ago
Debao Zhang
7a55a7af05
Add workaround for Issue #60
syncqt.pl won't be called by qmake if .git directory or file doesn't
exist.
We manual set git_build flag here.
Otherwise, syncqt.pl should be called before we release .zip/.tar.gz
package.
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
7937e1545d
Update reference links in the README file.
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
1a44a04171
Refactoring worksheetoperations examples.
10 years ago
Debao Zhang
b213f56ca0
Fix Issue #61 : sheet hidden/visible state works now.
10 years ago
Debao Zhang
fe22d56431
README: Add reference links for formula information
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
9cd65bc3f5
Improve the formula example
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
d9f627b9ca
Update REAME.md file
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
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