Commit Graph

334 Commits

Author SHA1 Message Date
TianZD 7edd258f22 fix linux build bug 2023-05-21 09:02:40 +08:00
TianZD 4c8b6feb9a modify:qt private module path 2023-05-20 22:41:59 +08:00
TianZD e159dcaa62 modify:qt private module path 2023-05-20 22:39:13 +08:00
TianZD bbc614e2f8 modify:qt private module path 2023-05-20 22:33:34 +08:00
TianZD b384698cb8 add cmakelists.txt 2023-05-20 21:41:34 +08:00
TianZD e7787c4f4f modify gitignore 2023-05-18 11:07:50 +08:00
Debao Zhang 40610a55cb Always define the macro XLSX_TEST under debug mode
Change-Id: I91aed7c854e20de0da39bef9ab56b9a6bf560b5a
2020-03-19 13:25:22 +08:00
Debao Zhang 21919f0436 .pro: Add INSTALL target for examples
Change-Id: I1cdcf4fd748e6df5de70ddd7f336abc1e23436d1
2020-03-19 01:54:14 +08:00
Debao Zhang 534490e9b2 Make use of clang-format
Change-Id: I71bbf133223931eddb0c7e568cc0b99ecf807fa1
2020-03-19 01:33:41 +08:00
Debao Zhang d013edc9cf Add MIT LICENSE file
Change-Id: I91c962ad3bc1b5ea299e6a68d7e818a39afd6903
2020-03-18 20:58:41 +08:00
Debao Zhang 29713af768 Resolve compile error for qt 5.6.0+ 2020-03-18 20:49:12 +08:00
Debao Zhang ad90b6a2c2 Merge pull request #85 from mabrand/fix
add missing include
2015-04-13 15:38:32 +08:00
Mark Brand 2152efc60f add missing include 2015-04-09 13:05:40 +02:00
Debao Zhang fe3fbb23eb Fix Issue #83: Make sure chartsheet appear on the proper location. 2015-03-25 11:48:05 +08:00
Debao Zhang 47fda010ea Don't lost valid characters unsed in sheetName, such as space 2015-03-22 10:40:11 +08:00
Debao Zhang 5507e67fdd Issue #19: Fix chart series when sheetname contians space. 2015-03-20 12:17:55 +08:00
Debao Zhang 5f42d8e6eb Issue #77 : Fix one number format related bug. Thanks antipro 2015-02-11 09:11:49 +08:00
Debao Zhang 2ec1adc135 xlsxwidget: Fix file path filter passed to QFileDialog 2014-12-01 09:43:55 +08:00
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.
2014-11-27 00:09:59 +08:00
Debao Zhang 9563a0463e Issue #64: Don't given count mismatch warning when the attribute doesn't exist. 2014-11-18 09:35:21 +08:00
Debao Zhang 4d2db25073 Issue #64: Add workaround for duplicated shared string items. 2014-11-16 10:50:06 +08:00
Debao Zhang eeb9683924 Fix issue #65 :Don't give warning when empty format exists in style table 2014-11-15 23:22:40 +08:00
Debao Zhang 7937e1545d Update reference links in the README file. 2014-11-14 14:51:09 +08:00
Debao Zhang d50b419f64 Fix compile error caused by b213f56ca0 2014-11-07 22:13:20 +08:00
Debao Zhang 9a205f1698 Fix crash when non-exist sheetName passed to renameSheet() 2014-11-07 12:45:42 +08:00
Debao Zhang 1a44a04171 Refactoring worksheetoperations examples. 2014-11-07 12:35:29 +08:00
Debao Zhang b213f56ca0 Fix Issue #61: sheet hidden/visible state works now. 2014-11-07 12:33:57 +08:00
Debao Zhang fe22d56431 README: Add reference links for formula information 2014-11-07 10:00:24 +08:00
Debao Zhang 9f7b6d4c45 Add a note for Document::saveAs()
device will be closed by this function.
2014-11-07 09:59:25 +08:00
Debao Zhang 4b1aa2bb27 Don't use QMap::firstKey() and lastKey(), which introduced in Qt5.2 2014-10-30 22:52:01 +08:00
Debao Zhang 5c8f1da784 ValAx instead of CatAx should be used for scatter chart. 2014-10-30 14:56:21 +08:00
Debao Zhang 9e33ff2c79 Fix Issue #59 :Multiply rows and columns can be passed to
Chart::addSeries() now
2014-10-30 14:50:01 +08:00
Debao Zhang c1aca6994e Improve Document::read() support for shared formula 2014-10-28 15:56:45 +08:00
Debao Zhang 41e3dc1bf7 Document::read() works for shared formula now. 2014-10-24 16:22:08 +08:00
Debao Zhang 9cd65bc3f5 Improve the formula example 2014-10-23 13:21:49 +08:00
Debao Zhang 9838f6b904 Update documents 2014-10-23 11:34:59 +08:00
Debao Zhang de5a0e52d2 Fix Issue #46: Add internal support for shared formulas 2014-10-22 15:30:06 +08:00
Debao Zhang 4669640c27 Code refactoring: Introduce new class CellFormula 2014-10-22 00:32:39 +08:00
Debao Zhang d9f627b9ca Update REAME.md file 2014-10-20 21:20:14 +08:00
Debao Zhang a0d1c14348 Fix Issue #47: Crash caused by extLst 2014-10-20 20:15:38 +08:00
Paul Kolomiets b9f3ca5371 validate dimension 2014-10-20 15:19:44 +08:00
Debao Zhang 12e781eb4e Fix Issue #54 calendar Example crash
Caused by SHA 9ce8b92b4f
2014-10-20 15:12:13 +08:00
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.
2014-10-20 14:43:37 +08:00
Debao Zhang ce05cf8528 Fix Issue #49 Wrong parenthesis in method, Thanks Matthias 2014-10-20 14:01:05 +08:00
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
2014-10-20 13:50:04 +08:00
Debao Zhang e10976ab90 Fix Issue #36 Date Time / Daylight Saving Time 2014-04-30 22:23:34 +08:00
eho b74e49d097 Bugfix: properly parse fillpattern colors and implement optional boolean fields.
Conflicts:
	src/xlsx/xlsxutility.cpp
	src/xlsx/xlsxutility_p.h
2014-03-20 01:00:09 +08:00
Debao Zhang 59e709821d WorksheetTest: Fix bug 2014-03-19 22:22:21 +08:00
Debao Zhang 22dd1fc2ca Code cleanup 2014-03-19 22:13:26 +08:00
eho dba81002d1 Bugfix: return default row values not specified. 2014-03-19 22:13:26 +08:00